Home
last modified time | relevance | path

Searched defs:IsEnum (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Support/
DScopedPrinter.h132 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DScopedPrinter.h134 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/external/spirv-llvm/lib/SPIRV/
DSPIRVInternal.h387 bool IsEnum; member
/external/python/cpython2/Lib/plat-mac/
Daetypes.py52 def IsEnum(x): function
/external/flatbuffers/src/
Didl_gen_general.cpp257 static bool IsEnum(const Type &type) { in IsEnum() function in flatbuffers::general::GeneralGenerator
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go388 func (a Attribute) IsEnum() bool { func
/external/clang/lib/Sema/
DSemaCodeComplete.cpp1123 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
DSemaChecking.cpp5164 bool IsEnum = false; in checkFormatExpr() local