Home
last modified time | relevance | path

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

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