Home
last modified time | relevance | path

Searched defs:IsDefined (Results 1 – 19 of 19) 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/llvm-project/llvm/lib/Object/
DRecordStreamer.cpp157 bool IsDefined = false; in flushSymverDirectives() local
DWasmObjectFile.cpp526 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/llvm-project/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp258 bool IsDefined = false; in getSuperRegDestIfDead() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h187 bool IsDefined; member
/external/llvm-project/llvm/lib/TableGen/
DTGLexer.h193 bool IsDefined; member
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h106 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/
DJITLink.h105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable()
130 uint64_t IsDefined : 1; variable
/external/llvm-project/lldb/source/Symbol/
DCompilerType.cpp195 bool CompilerType::IsDefined() const { in IsDefined() function in CompilerType
/external/llvm-project/clang-tools-extra/modularize/
DPreprocessorTracker.cpp1365 clang::PPCallbacks::ConditionValueKind IsDefined = in Ifdef() local
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1630 uint64_t IsDefined : 1; variable
/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/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp6229 bool IsDefined = false; in parseDirectiveErrorIfdef() local
/external/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1367 bool IsDefined = false; member
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp3341 bool TypeSystemClang::IsDefined(lldb::opaque_compiler_type_t type) { in IsDefined() function in TypeSystemClang