Home
last modified time | relevance | path

Searched defs:FlagType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.h19 enum class FlagType : u8 { enum
H A Dreport.cpp61 void NORETURN reportInvalidFlag(const char *FlagType, const char *Value) { in reportInvalidFlag()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DExpressionVariable.h106 typedef uint16_t FlagType; typedef
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DBodyFarm.cpp371 QualType FlagType = Flag->getType().getNonReferenceType(); in create_call_once() local