Home
last modified time | relevance | path

Searched defs:IsDeclaration (Results 1 – 4 of 4) 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/googletest/googlemock/scripts/generator/cpp/
Dast.py116 def IsDeclaration(self): member in Node
328 def IsDeclaration(self): member in Class
371 def IsDeclaration(self): member in Function
448 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()