/external/swiftshader/src/Reactor/ |
D | Traits.hpp | 48 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/llvm-project/llvm/lib/Object/ |
D | RecordStreamer.cpp | 157 bool IsDefined = false; in flushSymverDirectives() local
|
D | WasmObjectFile.cpp | 526 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | RecordStreamer.cpp | 157 bool IsDefined = false; in flushSymverDirectives() local
|
D | WasmObjectFile.cpp | 493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 259 bool IsDefined = false; in getSuperRegDestIfDead() local
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86FixupBWInsts.cpp | 258 bool IsDefined = false; in getSuperRegDestIfDead() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TGLexer.h | 187 bool IsDefined; member
|
/external/llvm-project/llvm/lib/TableGen/ |
D | TGLexer.h | 193 bool IsDefined; member
|
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 106 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable() 131 uint64_t IsDefined : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable() 130 uint64_t IsDefined : 1; variable
|
/external/llvm-project/lldb/source/Symbol/ |
D | CompilerType.cpp | 195 bool CompilerType::IsDefined() const { in IsDefined() function in CompilerType
|
/external/llvm-project/clang-tools-extra/modularize/ |
D | PreprocessorTracker.cpp | 1365 clang::PPCallbacks::ConditionValueKind IsDefined = in Ifdef() local
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclBase.h | 1630 uint64_t IsDefined : 1; variable
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 130 unsigned IsDefined : 1; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1294 bool IsDefined = false; member
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 6229 bool IsDefined = false; in parseDirectiveErrorIfdef() local
|
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 1367 bool IsDefined = false; member
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 3341 bool TypeSystemClang::IsDefined(lldb::opaque_compiler_type_t type) { in IsDefined() function in TypeSystemClang
|