Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/interfaces/health/2.1/vts/functional/
H A DVtsHalHealthV2_1TargetTest.cpp212 AssertionResult IsEnum(T value) { in IsEnum() function
/aosp_15_r20/art/runtime/mirror/
H A Dclass.h254 ALWAYS_INLINE bool IsEnum() REQUIRES_SHARED(Locks::mutator_lock_) { in IsEnum() function
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DScopedPrinter.h132 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScopedPrinter.h133 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/
Daetypes.py52 def IsEnum(x): function
/aosp_15_r20/prebuilts/android-emulator/darwin-x86_64/include/flatbuffers/
H A Didl.h456 inline bool IsEnum(const Type &type) { in IsEnum() function
/aosp_15_r20/external/flatbuffers/src/
H A Didl_gen_kotlin.cpp147 static bool IsEnum(const Type &type) { in IsEnum() function in flatbuffers::kotlin::KotlinGenerator
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Didl.h487 inline bool IsEnum(const Type &type) { in IsEnum() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Didl.h487 inline bool IsEnum(const Type &type) { in IsEnum() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DScopedPrinter.h177 bool IsEnum = (Flag.Value & EnumMask) != 0; variable
/aosp_15_r20/external/clang/lib/Sema/
H A DSemaCodeComplete.cpp1123 bool ResultBuilder::IsEnum(const NamedDecl *ND) const { in IsEnum() function in ResultBuilder
H A DSemaChecking.cpp5164 bool IsEnum = false; in checkFormatExpr() local