Home
last modified time | relevance | path

Searched refs:IsDeclaration (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslopt.c186 UINT8 IsDeclaration,
320 UINT8 IsDeclaration, in OptBuildShortestPath() argument
426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dast.py116 def IsDeclaration(self): member in Node
328 def IsDeclaration(self): member in Class
332 return not self.IsDeclaration()
335 return not self.IsDeclaration()
371 def IsDeclaration(self): member in Function
448 def IsDeclaration(self): member in Type