Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/swiftshader/src/Reactor/
H A 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;
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/issue50485.dir/
Da.go41 func (r Option[T]) IsDefined() bool { func
228 return LessFunc[Option[T]](func(t1 Option[T], t2 Option[T]) bool {
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DRecordStreamer.cpp157 bool IsDefined = false; in flushSymverDirectives() local
H A DWasmObjectFile.cpp493 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DRecordStreamer.cpp158 bool IsDefined = false; in flushSymverDirectives() local
H A DWasmObjectFile.cpp618 bool IsDefined = (Info.Flags & wasm::WASM_SYMBOL_UNDEFINED) == 0; in parseLinkingSectionSymtab() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp259 bool IsDefined = false; in getSuperRegDestIfDead() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FixupBWInsts.cpp261 bool IsDefined = false; in getSuperRegDestIfDead() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H A DTGLexer.h187 bool IsDefined; member
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h105 Addressable(JITTargetAddress Address, bool IsDefined) in Addressable()
130 uint64_t IsDefined : 1; variable
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h56 bool IsDefined; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
H A DTGLexer.h195 bool IsDefined; member
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Tar/
H A DTarItem.h50 bool IsDefined() const { return NumDigits != -1; } in IsDefined() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLink.h114 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
144 uint64_t IsDefined : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/JITLink/
DJITLink.h114 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
144 uint64_t IsDefined : 1; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h109 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
139 uint64_t IsDefined : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLink.h114 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
144 uint64_t IsDefined : 1; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLink.h113 Addressable(orc::ExecutorAddr Address, bool IsDefined) in Addressable()
143 uint64_t IsDefined : 1; variable
/aosp_15_r20/external/lzma/CPP/Common/
H A DMyCom.h108 bool IsDefined() const { return _p != NULL; } in IsDefined() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DDeclObjC.h130 unsigned IsDefined : 1; variable
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/diff/
H A Ddiff.cpp222 bool IsDefined(uint32_t id) { in IsDefined() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/diff/
H A Ddiff.cpp222 bool IsDefined(uint32_t id) { in IsDefined() function
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp222 bool IsDefined(uint32_t id) { in IsDefined() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp1294 bool IsDefined = false; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/MCParser/
H A DMasmParser.cpp6558 bool IsDefined = false; in parseDirectiveErrorIfdef() local

12