| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCXX.cpp | 112 GlobalDecl AliasDecl(D, Dtor_Base); in TryEmitBaseDestructorAsAlias() local 117 llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(AliasDecl); in TryEmitBaseDestructorAsAlias() 127 StringRef MangledName = getMangledName(AliasDecl); in TryEmitBaseDestructorAsAlias() 135 llvm::Type *AliasValueType = getTypes().GetFunctionType(AliasDecl); in TryEmitBaseDestructorAsAlias() 202 SetCommonAttributes(AliasDecl, Alias); in TryEmitBaseDestructorAsAlias()
|
| H A D | ItaniumCXXABI.cpp | 4231 GlobalDecl AliasDecl; in getCodegenToUse() local 4233 AliasDecl = GlobalDecl(DD, Dtor_Complete); in getCodegenToUse() 4236 AliasDecl = GlobalDecl(CD, Ctor_Complete); in getCodegenToUse() 4238 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in getCodegenToUse() 4259 GlobalDecl AliasDecl, in emitConstructorDestructorAlias() argument 4261 llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(AliasDecl); in emitConstructorDestructorAlias() 4263 StringRef MangledName = CGM.getMangledName(AliasDecl); in emitConstructorDestructorAlias() 4288 CGM.SetCommonAttributes(AliasDecl, Alias); in emitConstructorDestructorAlias()
|
| H A D | CGDebugInfo.cpp | 1242 auto *AliasDecl = in CreateType() local 1246 if (AliasDecl->hasAttr<NoDebugAttr>()) in CreateType() 1254 SourceLocation Loc = AliasDecl->getLocation(); in CreateType() 1257 getDeclContextDescriptor(AliasDecl)); in CreateType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 1786 AliasDecl, // C++11 alias-declaration. enumerator 2008 case DeclaratorContext::AliasDecl: in mayOmitIdentifier() 2054 case DeclaratorContext::AliasDecl: in mayHaveIdentifier() 2093 case DeclaratorContext::AliasDecl: in mayHaveDecompositionDeclarator() 2155 case DeclaratorContext::AliasDecl: in mayBeFollowedByCXXDirectInit() 2368 case DeclaratorContext::AliasDecl: in isFunctionDeclarationContext() 2403 case DeclaratorContext::AliasDecl: in isExpressionContext()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 1099 Function *AliasDecl = Function::Create( in importFunction() local 1102 AliasDecl->takeName(A); in importFunction() 1103 A->replaceAllUsesWith(AliasDecl); in importFunction()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| H A D | echo.cpp | 1002 goto AliasDecl; in declare_symbols() 1041 AliasDecl: in declare_symbols()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaType.cpp | 3452 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator() 3568 case DeclaratorContext::AliasDecl: in GetDeclSpecTypeForDeclarator() 4427 D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator() 4637 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator() 5167 << (D.getContext() == DeclaratorContext::AliasDecl || in GetFullTypeForDeclarator() 5671 case DeclaratorContext::AliasDecl: in GetFullTypeForDeclarator() 6361 D.getContext() != DeclaratorContext::AliasDecl && in ActOnTypeName()
|
| H A D | SemaDeclObjC.cpp | 1175 ObjCCompatibleAliasDecl *AliasDecl = in ActOnCompatibilityAlias() local 1178 if (!CheckObjCDeclScope(AliasDecl)) in ActOnCompatibilityAlias() 1179 PushOnScopeChains(AliasDecl, TUScope); in ActOnCompatibilityAlias() 1181 return AliasDecl; in ActOnCompatibilityAlias()
|
| H A D | SemaDeclCXX.cpp | 12789 NamespaceAliasDecl *AliasDecl = in ActOnNamespaceAliasDef() local 12794 AliasDecl->setPreviousDecl(Prev); in ActOnNamespaceAliasDef() 12796 PushOnScopeChains(AliasDecl, S); in ActOnNamespaceAliasDef() 12797 return AliasDecl; in ActOnNamespaceAliasDef()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseDecl.cpp | 2793 if (Context == DeclaratorContext::AliasDecl || in getDeclSpecContextFromDeclaratorContext() 6078 else if (D.getContext() == DeclaratorContext::AliasDecl || in ParseDirectDeclarator()
|
| H A D | ParseDeclCXX.cpp | 838 : DeclaratorContext::AliasDecl, in ParseAliasDeclarationAfterDeclarator()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | extend.texi | 2925 #define StrongAlias(TargetFunc, AliasDecl) \ 2926 extern __typeof__ (TargetFunc) AliasDecl \
|
| H A D | gcc.info | 34881 #define StrongAlias(TargetFunc, AliasDecl) \ 34882 extern __typeof__ (TargetFunc) AliasDecl \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | extend.texi | 2821 #define StrongAlias(TargetFunc, AliasDecl) \ 2822 extern __typeof__ (TargetFunc) AliasDecl \
|
| H A D | gcc.info | 31698 #define StrongAlias(TargetFunc, AliasDecl) \ 31699 extern __typeof__ (TargetFunc) AliasDecl \
|