Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslopt.c78 UINT8 IsDeclaration,
212 UINT8 IsDeclaration, in OptBuildShortestPath() argument
318 if (IsDeclaration && SubPath && in OptBuildShortestPath()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h615 bool IsDeclaration = false; member
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1027 func (v Value) IsDeclaration() bool { return C.LLVMIsDeclaration(v.C) != 0 } func