Home
last modified time | relevance | path

Searched defs:IsDefined (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/src/Reactor/
DTraits.hpp48 struct IsDefined struct
50 static constexpr bool value = false;
54 struct IsDefined<T, std::enable_if_t<(sizeof(T) > 0)>> struct
56 static constexpr bool value = true;
60 struct IsDefined<void> struct
62 static constexpr bool value = true;
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
DRecordStreamer.cpp158 bool IsDefined = false; in flushSymverDirectives() local
DWasmObjectFile.cpp618 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DRecordStreamer.cpp157 bool IsDefined = false; in flushSymverDirectives() local
DWasmObjectFile.cpp493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp259 bool IsDefined = false; in getSuperRegDestIfDead() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp261 bool IsDefined = false; in getSuperRegDestIfDead() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h187 bool IsDefined; member
/external/lzma/CPP/7zip/UI/Common/
DZipRegistry.h56 bool IsDefined; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DTGLexer.h195 bool IsDefined; member
/external/lzma/CPP/7zip/Archive/Tar/
DTarItem.h50 bool IsDefined() const { return NumDigits != -1; } in IsDefined() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable()
130 uint64_t IsDefined : 1; variable
/external/lzma/CPP/Common/
DMyCom.h108 bool IsDefined() const { return _p != NULL; } in IsDefined() function
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h109 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
139 uint64_t IsDefined : 1; variable
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp222 bool IsDefined(uint32_t id) { in IsDefined() function
/external/angle/third_party/spirv-tools/src/source/diff/
Ddiff.cpp229 bool IsDefined(uint32_t id) { in IsDefined() function
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp222 bool IsDefined(uint32_t id) { in IsDefined() function
/external/clang/include/clang/AST/
DDeclObjC.h130 unsigned IsDefined : 1; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1294 bool IsDefined = false; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
DMasmParser.cpp6558 bool IsDefined = false; in parseDirectiveErrorIfdef() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1608 bool IsDefined = false; member