/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 94 MacroIDBit = 1U << 31 enumerator 98 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 99 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 112 return ID & ~MacroIDBit; in getOffset() 116 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 123 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 125 L.ID = MacroIDBit | ID; in getMacroLoc() 133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 94 MacroIDBit = 1U << 31 enumerator 98 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 99 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 112 return ID & ~MacroIDBit; in getOffset() 116 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 123 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 125 L.ID = MacroIDBit | ID; in getMacroLoc() 133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 94 MacroIDBit = 1U << 31 enumerator 98 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 99 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 112 return ID & ~MacroIDBit; in getOffset() 116 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 123 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 125 L.ID = MacroIDBit | ID; in getMacroLoc() 133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 94 MacroIDBit = 1U << 31 enumerator 98 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 99 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 112 return ID & ~MacroIDBit; in getOffset() 116 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 123 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 125 L.ID = MacroIDBit | ID; in getMacroLoc() 133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 94 MacroIDBit = 1U << 31 enumerator 98 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 99 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 112 return ID & ~MacroIDBit; in getOffset() 116 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 123 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 125 L.ID = MacroIDBit | ID; in getMacroLoc() 133 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 96 MacroIDBit = 1U << 31 enumerator 100 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 101 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 114 return ID & ~MacroIDBit; in getOffset() 118 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 125 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 127 L.ID = MacroIDBit | ID; in getMacroLoc() 135 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 96 MacroIDBit = 1U << 31 enumerator 100 bool isFileID() const { return (ID & MacroIDBit) == 0; } in isFileID() 101 bool isMacroID() const { return (ID & MacroIDBit) != 0; } in isMacroID() 114 return ID & ~MacroIDBit; in getOffset() 118 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getFileLoc() 125 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); in getMacroLoc() 127 L.ID = MacroIDBit | ID; in getMacroLoc() 135 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow"); in getLocWithOffset()
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 101 enum : UIntTy { MacroIDBit = 1ULL << (8 * sizeof(UIntTy) - 1) }; 104 bool isFileID() const { return (ID & MacroIDBit) == 0; } 105 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 117 UIntTy getOffset() const { return ID & ~MacroIDBit; } 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 98 MacroIDBit = 1U << 31 102 bool isFileID() const { return (ID & MacroIDBit) == 0; } 103 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 116 return ID & ~MacroIDBit; 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 101 enum : UIntTy { MacroIDBit = 1ULL << (8 * sizeof(UIntTy) - 1) }; 104 bool isFileID() const { return (ID & MacroIDBit) == 0; } 105 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 117 UIntTy getOffset() const { return ID & ~MacroIDBit; } 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 101 enum : UIntTy { MacroIDBit = 1ULL << (8 * sizeof(UIntTy) - 1) }; 104 bool isFileID() const { return (ID & MacroIDBit) == 0; } 105 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 117 UIntTy getOffset() const { return ID & ~MacroIDBit; } 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 98 MacroIDBit = 1U << 31 102 bool isFileID() const { return (ID & MacroIDBit) == 0; } 103 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 116 return ID & ~MacroIDBit; 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 101 enum : UIntTy { MacroIDBit = 1ULL << (8 * sizeof(UIntTy) - 1) }; 104 bool isFileID() const { return (ID & MacroIDBit) == 0; } 105 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 117 UIntTy getOffset() const { return ID & ~MacroIDBit; } 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 98 MacroIDBit = 1U << 31 102 bool isFileID() const { return (ID & MacroIDBit) == 0; } 103 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 116 return ID & ~MacroIDBit; 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/Basic/ |
H A D | SourceLocation.h | 101 enum : UIntTy { MacroIDBit = 1ULL << (8 * sizeof(UIntTy) - 1) }; 104 bool isFileID() const { return (ID & MacroIDBit) == 0; } 105 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 117 UIntTy getOffset() const { return ID & ~MacroIDBit; } 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/Basic/ |
H A D | SourceLocation.h | 101 enum : UIntTy { MacroIDBit = 1ULL << (8 * sizeof(UIntTy) - 1) }; 104 bool isFileID() const { return (ID & MacroIDBit) == 0; } 105 bool isMacroID() const { return (ID & MacroIDBit) != 0; } 117 UIntTy getOffset() const { return ID & ~MacroIDBit; } 120 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 127 assert((ID & MacroIDBit) == 0 && "Ran out of source locations!"); 129 L.ID = MacroIDBit | ID; 137 assert(((getOffset()+Offset) & MacroIDBit) == 0 && "offset overflow");
|
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3417 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()
|
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3430 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()
|
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3430 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()
|
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3430 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()
|
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 3430 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()
|
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Serialization/ |
H A D | ASTReader.cpp | 3430 assert((F.SLocEntryBaseOffset & SourceLocation::MacroIDBit) == 0); in ReadASTBlock()
|