Home
last modified time | relevance | path

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

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