Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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;
/third_party/node/deps/v8/src/execution/
Dprotectors.cc39 constexpr bool IsDefined(v8::Isolate::UseCounterFeature) { return true; } in IsDefined() function
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupBWInsts.cpp259 bool IsDefined = false; in getSuperRegDestIfDead() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h187 bool IsDefined; member
/third_party/lzma/CPP/7zip/UI/Common/
DZipRegistry.h53 bool IsDefined; member
/third_party/skia/third_party/externals/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
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.cc392 bool InstructionSelector::IsDefined(Node* node) const { in IsDefined() function in v8::internal::compiler::InstructionSelector
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp1294 bool IsDefined = false; member