Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfunction.h181 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfunction.h181 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
/third_party/spirv-tools/source/opt/
Dfunction.h182 bool IsDeclaration() { return begin() == end(); } in IsDeclaration() function
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py114 def IsDeclaration(self): member in Node
326 def IsDeclaration(self): member in Class
369 def IsDeclaration(self): member in Function
446 def IsDeclaration(self): member in Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp5158 const XCOFF::StorageClass &SC) { in transformCallee()