Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslopt.c186 UINT8 IsDeclaration,
320 UINT8 IsDeclaration, in OptBuildShortestPath() argument
426 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDIEAttributeCloner.h35 bool IsDeclaration = false; member
H A DDWARFLinkerCompileUnit.cpp1424 dwarf::Tag DieTag, bool IsDeclaration, in allocateTypeDie() argument
1434 if (IsDeclaration && !DeclarationDie) { in allocateTypeDie()
1440 } else if (IsDeclaration && !IsParentDeclaration && OldParentIsDeclaration) { in allocateTypeDie()
1449 } else if (!IsDeclaration && IsParentDeclaration && !DeclarationDie) { in allocateTypeDie()
1456 } else if (!IsDeclaration && !IsParentDeclaration) { in allocateTypeDie()
1482 bool IsDeclaration = in createTypeDIEandCloneAttributes() local
1492 IsDeclaration, ParentIsDeclaration); in createTypeDIEandCloneAttributes()
H A DDIEAttributeCloner.cpp410 AttrInfo.IsDeclaration = true; in cloneScalarAttr()
515 AttrInfo.IsDeclaration = true; in cloneScalarAttr()
H A DAcceleratorRecordsSaver.cpp104 if (!AttrInfo.IsDeclaration && AttrInfo.Name != nullptr && in save()
H A DDWARFLinkerCompileUnit.h665 bool IsDeclaration, bool IsParentDeclaration);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinker.h632 bool IsDeclaration = false; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h826 bool IsDeclaration, bool IsExternallyVisible,
870 bool IsDeclaration, bool IsExternallyVisible,
/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinker.cpp1441 Info.IsDeclaration = true; in cloneScalarAttribute()
1532 Info.IsDeclaration = true; in cloneScalarAttribute()
1817 } else if (isTypeTag(Tag) && !AttrInfo.IsDeclaration && in cloneDIE()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6665 bool IsDeclaration, bool IsExternallyVisible, in getAddrOfDeclareTargetVar() argument
6707 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in getAddrOfDeclareTargetVar()
6721 bool IsDeclaration, bool IsExternallyVisible, in registerTargetGlobalVariable() argument
6745 if (!IsDeclaration) in registerTargetGlobalVariable()
6784 CaptureClause, DeviceClause, IsDeclaration, IsExternallyVisible, in registerTargetGlobalVariable()