Searched defs:Regular (Results 1 – 8 of 8) sorted by relevance
/llvm-project/clang/test/Modules/ |
H A D | merge-objc-interface-visibility.m | 23 @interface Regular : NSObject interface 37 @interface Regular : NSObject interface
|
/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 56 Regular, global() enumerator
|
/llvm-project/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 47 Regular = 0, enumerator
|
/llvm-project/lld/COFF/ |
H A D | DebugTypes.h | 41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 33 Regular, // Normal thread enumerator
|
/llvm-project/lld/ELF/ |
H A D | InputSection.h | 51 enum Kind { Regular, Synthetic, Spill, EHFrame, Merge, Output }; global() enumerator
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 214 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 73 enum class CharKind { Regular = 0, Wide }; global() enumerator
|