Searched defs:Regular (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | StackFrame.h | 55 Regular, global() enumerator
|
/freebsd-src/contrib/llvm-project/clang/include/clang/IndexSerialization/ |
H A D | SerializablePathCollection.h | 47 Regular = 0, enumerator
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.h | 41 enum TpiKind : uint8_t { Regular, PCH, UsingPCH, PDB, PDBIpi, UsingPDB }; enumerator
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 33 Regular, // Normal thread enumerator
|
/freebsd-src/contrib/llvm-project/lld/ELF/ |
H A D | InputSection.h | 51 enum Kind { Regular, Synthetic, EHFrame, Merge, Output }; global() enumerator
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 214 enum class Kind { Regular, Lazy, Weak }; enumerator
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CStringChecker.cpp | 69 enum class CharKind { Regular = 0, Wide }; global() enumerator
|