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