Home
last modified time | relevance | path

Searched defs:IsDeclaration (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dfunction.h182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dfunction.h182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dfunction.h182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h632 bool IsDeclaration = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h632 bool IsDeclaration = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DWARFLinker/Classic/
DDWARFLinker.h632 bool IsDeclaration = false; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h657 bool IsDeclaration = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DWARFLinker/
DDWARFLinker.h769 bool IsDeclaration = false; member
/aosp_15_r20/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp1311 bool IsDeclaration; ///< Is this DIE only a declaration? member
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go961 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5158 const XCOFF::StorageClass &SC) { in transformCallee()