Searched refs:IsDeclaration (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/acpica/compiler/ |
| H A D | aslopt.c | 186 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 D | DIEAttributeCloner.h | 35 bool IsDeclaration = false; member
|
| H A D | DWARFLinkerCompileUnit.cpp | 1424 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 D | DIEAttributeCloner.cpp | 410 AttrInfo.IsDeclaration = true; in cloneScalarAttr() 515 AttrInfo.IsDeclaration = true; in cloneScalarAttr()
|
| H A D | AcceleratorRecordsSaver.cpp | 104 if (!AttrInfo.IsDeclaration && AttrInfo.Name != nullptr && in save()
|
| H A D | DWARFLinkerCompileUnit.h | 665 bool IsDeclaration, bool IsParentDeclaration);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinker.h | 632 bool IsDeclaration = false; member
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 826 bool IsDeclaration, bool IsExternallyVisible, 870 bool IsDeclaration, bool IsExternallyVisible,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinker.cpp | 1441 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 D | OMPIRBuilder.cpp | 6665 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()
|