reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
490 if (Error Res = JumpToBit(SkipTo))
lib/Bitcode/Reader/BitcodeAnalyzer.cpp749 if (Error Err = Stream.JumpToBit(BlockBitStart)) 982 if (Error Err = Stream.JumpToBit(CurrentRecordPos))lib/Bitcode/Reader/BitcodeReader.cpp
2042 if (Error JumpFailed = Stream.JumpToBit(Offset * 32)) 2122 if (Error JumpFailed = Stream.JumpToBit(CurrentBit)) 2166 if (Error JumpFailed = Stream.JumpToBit(CurrentBit)) 2916 if (Error JumpFailed = Stream.JumpToBit(BitPos)) 3003 if (Error JumpFailed = Stream.JumpToBit(NextUnreadBit)) 3405 if (Error JumpFailed = Stream.JumpToBit(ResumeBit)) 5240 if (Error JumpFailed = Stream.JumpToBit(DFII->second)) 5429 if (Error JumpFailed = Stream.JumpToBit(CurrentBit)) 6449 if (Error JumpFailed = Stream.JumpToBit(IdentificationBit)) 6459 if (Error JumpFailed = Stream.JumpToBit(ModuleBit)) 6498 if (Error JumpFailed = Stream.JumpToBit(ModuleBit)) 6509 if (Error JumpFailed = Stream.JumpToBit(ModuleBit)) 6570 if (Error JumpFailed = Stream.JumpToBit(ModuleBit))lib/Bitcode/Reader/MetadataLoader.cpp
713 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) 734 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) 746 if (Error Err = IndexCursor.JumpToBit(BeginPos + Offset)) 780 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) 825 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) 926 if (Error Err = IndexCursor.JumpToBit(EntryPos)) 996 if (Error Err = IndexCursor.JumpToBit(lib/Bitstream/Reader/BitstreamReader.cpp
189 if (Error Err = JumpToBit(GetCurrentBitNo() + 203 if (Error Err = JumpToBit(GetCurrentBitNo() + NumElts * 6)) 229 if (Error Err = JumpToBit(NewEnd)) 358 if (Error Err = JumpToBit(NewEnd))lib/Remarks/BitstreamRemarkParser.cpp
268 if (Error E = Stream.JumpToBit(PreviousBitNo))
tools/clang/include/clang/Serialization/ASTReader.h 2692 if (llvm::Error Err = Cursor.JumpToBit(Offset))
tools/clang/lib/Serialization/ASTReader.cpp1151 if (llvm::Error Err = Cursor.JumpToBit(Offset)) { 1201 if (llvm::Error Err = Cursor.JumpToBit(Offset)) { 1467 if (llvm::Error Err = F->SLocEntryCursor.JumpToBit( 1644 if (llvm::Error Err = Cursor.JumpToBit(Offset)) { 1679 if (llvm::Error Err = Stream.JumpToBit(Offset)) { 1949 if (llvm::Error Err = Cursor.JumpToBit(I.MacroStartOffset)) { 2097 if (llvm::Error Err = Cursor.JumpToBit(PMInfo.MacroDirectivesOffset)) { 2219 if (llvm::Error Err = Cursor.JumpToBit(F.InputFileOffsets[ID - 1])) { 2287 if (llvm::Error Err = Cursor.JumpToBit(F.InputFileOffsets[ID - 1])) { 5234 if (llvm::Error Err = Cursor.JumpToBit(InputFileOffs[I])) { 5893 M.PreprocessorDetailCursor.JumpToBit(PPOffs.BitOffset)) { 6331 if (llvm::Error Err = DeclsCursor.JumpToBit(Loc.Offset)) { 7659 if (llvm::Error Err = Cursor.JumpToBit(Loc.Offset)) { 7694 if (llvm::Error Err = Cursor.JumpToBit(Loc.Offset)) { 7922 if (llvm::Error Err = Loc.F->DeclsCursor.JumpToBit(Loc.Offset)) {tools/clang/lib/Serialization/ASTReaderDecl.cpp
3628 if (llvm::Error JumpFailed = DeclsCursor.JumpToBit(Loc.Offset)) 3986 if (llvm::Error JumpFailed = Cursor.JumpToBit(Offset)) 4068 if (llvm::Error JumpFailed = Cursor.JumpToBit(LocalOffset))unittests/Bitstream/BitstreamReaderTest.cpp
32 EXPECT_FALSE(Cursor.JumpToBit(0)); 35 EXPECT_FALSE(Cursor.JumpToBit(32)); 45 EXPECT_FALSE(Cursor.JumpToBit(32));