Home
last modified time | relevance | path

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

/freebsd-13.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-13.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
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h615 bool IsDeclaration = false; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1156 Info.IsDeclaration = true; in cloneScalarAttribute()
1196 Info.IsDeclaration = true; in cloneScalarAttribute()
1472 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration && in cloneDIE()