/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TensorSpec.cpp | 41 #define TFUTILS_GETNAME_IMPL(T, _) #T, in SUPPORTED_TENSOR_TYPES() argument 56 for (size_t D : shape()) in toJSON() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Lookup.h | 186 LookupResult(TemporaryToken _, const LookupResult &Other) in LookupResult() 376 static bool isAcceptable(Sema &SemaRef, NamedDecl *D, in isAcceptable() 408 NamedDecl *getAcceptableDecl(NamedDecl *D) const { in getAcceptableDecl() 475 void addDecl(NamedDecl *D) { in addDecl() 481 void addDecl(NamedDecl *D, AccessSpecifier AS) { in addDecl() 728 void replace(NamedDecl *D) { in replace() 734 void replace(NamedDecl *D, AccessSpecifier AS) { in replace() 885 void erase(NamedDecl *D) { in erase()
|
H A D | DeclSpec.h | 315 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) \ argument 473 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) TST_##Trait, in isTransformTypeTrait() argument 2771 Declarator D; member
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | RAIIObjectsForParser.h | 101 ParsingDeclRAIIObject(Parser &P, NoParent_t _) in ParsingDeclRAIIObject() 149 void complete(Decl *D) { in complete() 166 void pop(Decl *D) { in pop() 190 void complete(Decl *D) { in complete() 223 void complete(Decl *D) { in complete() 246 void complete(Decl *D) { in complete()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 187 bool BackendConsumer::HandleTopLevelDecl(DeclGroupRef D) { in HandleTopLevelDecl() 210 void BackendConsumer::HandleInlineFunctionDefinition(FunctionDecl *D) { in HandleInlineFunctionDefinition() 223 void BackendConsumer::HandleInterestingDecl(DeclGroupRef D) { in HandleInterestingDecl() 364 void BackendConsumer::HandleTagDeclDefinition(TagDecl *D) { in HandleTagDeclDefinition() 371 void BackendConsumer::HandleTagDeclRequiredDefinition(const TagDecl *D) { in HandleTagDeclRequiredDefinition() 375 void BackendConsumer::CompleteTentativeDefinition(VarDecl *D) { in CompleteTentativeDefinition() 379 void BackendConsumer::CompleteExternalDeclaration(DeclaratorDecl *D) { in CompleteExternalDeclaration() 402 static FullSourceLoc ConvertBackendLocation(const llvm::SMDiagnostic &D, in ConvertBackendLocation() 466 const llvm::SMDiagnostic &D = DI.getSMDiag(); in SrcMgrDiagHandler() local 524 BackendConsumer::InlineAsmDiagHandler(const llvm::DiagnosticInfoInlineAsm &D) { in InlineAsmDiagHandler() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaAccess.cpp | 63 static CXXRecordDecl *FindDeclaringClass(NamedDecl *D) { in FindDeclaringClass() 971 AccessTarget::SavedInstanceContext _ = Target.saveInstanceContext(); in FindBestPath() local 1066 NamedDecl *D = Target.getTargetDecl(); in TryDiagnoseProtectedAccess() local 1118 NamedDecl *D = entity.getTargetDecl(); in diagnoseBadDirectAccess() local 1175 AccessTarget::SavedInstanceContext _ = entity.saveInstanceContext(); in DiagnoseAccessPath() local 1185 NamedDecl *D = entity.getTargetDecl(); in DiagnoseAccessPath() local 1285 NamedDecl *D = (Entity.isMemberAccess() ? Entity.getTargetDecl() : nullptr); in DiagnoseBadAccess() local 1366 AccessTarget::SavedInstanceContext _ = Entity.saveInstanceContext(); in IsAccessible() local 1510 void Sema::HandleDelayedAccessCheck(DelayedDiagnostic &DD, Decl *D) { in HandleDelayedAccessCheck()
|
H A D | SemaTemplateVariadic.cpp | 166 bool TraverseDecl(Decl *D) { in TraverseDecl() 203 bool TraverseUnresolvedUsingValueDecl(UnresolvedUsingValueDecl *D) { in TraverseUnresolvedUsingValueDecl() 211 bool TraverseUnresolvedUsingTypenameDecl(UnresolvedUsingTypenameDecl *D) { in TraverseUnresolvedUsingTypenameDecl() 881 bool Sema::containsUnexpandedParameterPacks(Declarator &D) { in containsUnexpandedParameterPacks() 888 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case TST_##Trait: in containsUnexpandedParameterPacks() argument 1067 if (auto *D = dyn_cast<DeclRefExpr>(PackExpression); D) { in isParameterPack() local
|
H A D | SemaDecl.cpp | 937 if (NamedDecl *D = ImplicitlyDefineFunction(NameLoc, *Name, S)) in ClassifyName() local 1321 Decl *D) { in ActOnTagStartSkippedDefinition() 1429 void Sema::ActOnReenterFunctionContext(Scope* S, Decl *D) { in ActOnReenterFunctionContext() 1495 void Sema::PushOnScopeChains(NamedDecl *D, Scope *S, bool AddToContext) { in PushOnScopeChains() 1557 bool Sema::isDeclInScope(NamedDecl *D, DeclContext *Ctx, Scope *S, in isDeclInScope() 1582 NamedDecl *D = F.next(); in FilterLookupForScope() local 1769 static bool isUsingDeclNotAtClassScope(NamedDecl *D) { in isUsingDeclNotAtClassScope() 1796 static bool IsDisallowedCopyOrAssign(const CXXMethodDecl *D) { in IsDisallowedCopyOrAssign() 1807 bool Sema::mightHaveNonExternalLinkage(const DeclaratorDecl *D) { in mightHaveNonExternalLinkage() 1891 void Sema::MarkUnusedFileScopedDecl(const DeclaratorDecl *D) { in MarkUnusedFileScopedDecl() [all …]
|
H A D | SemaType.cpp | 64 static bool isOmittedBlockReturnType(const Declarator &D) { in isOmittedBlockReturnType() 1189 TagDecl *D = dyn_cast_or_null<TagDecl>(DS.getRepAsDecl()); in ConvertDeclSpecToType() local 1281 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case DeclSpec::TST_##Trait: in ConvertDeclSpecToType() argument 2895 Declarator &D, in diagnoseRedundantReturnTypeQualifiers() 2969 Declarator &D = state.getDeclarator(); in InventTemplateParameter() local 3075 Declarator &D = state.getDeclarator(); in GetDeclSpecTypeForDeclarator() local 3419 static void warnAboutAmbiguousFunction(Sema &S, Declarator &D, in warnAboutAmbiguousFunction() 3516 static void warnAboutRedundantParens(Sema &S, Declarator &D, QualType T) { in warnAboutRedundantParens() 3636 Sema &S, Declarator &D, const ParsedAttributesView &AttrList, in getCCForDeclaratorChunk() 4124 static bool hasOuterPointerLikeChunk(const Declarator &D, unsigned endIndex) { in hasOuterPointerLikeChunk() [all …]
|
H A D | SemaConcept.cpp | 1442 Sema::ArgumentPackSubstitutionIndexRAII _(S, -1); in substituteParameterMappings() local 1551 NormalizedConstraint::fromConstraintExprs(Sema &S, NamedDecl *D, in fromConstraintExprs() 1568 NormalizedConstraint::fromConstraintExpr(Sema &S, NamedDecl *D, const Expr *E) { in fromConstraintExpr()
|
H A D | SemaOverload.cpp | 1409 auto CompareType = [&](QualType Base, QualType D) { in IsOverloadOrOverrideImpl() 3657 for (auto *D : S.LookupConstructors(To)) { in IsInitializerListConstructorConversion() local 3778 for (auto *D : S.LookupConstructors(ToRecordDecl)) { in IsUserDefinedConversion() local 3834 NamedDecl *D = FoundDecl.getDecl(); in IsUserDefinedConversion() local 4923 NamedDecl *D = *I; in FindConversionForRefInit() local 6503 NamedDecl *D = FoundDecl.getDecl(); in collectViableConversionCandidates() local 6610 NamedDecl *D = (*I)->getUnderlyingDecl(); in PerformContextualImplicitConversion() local 6922 QualType D = Context.getRecordType(Shadow->getParent()); in AddOverloadCandidate() local 7299 NamedDecl *D = F.getDecl()->getUnderlyingDecl(); in AddFunctionCandidates() local 8221 NamedDecl *D = F.getDecl()->getUnderlyingDecl(); in AddNonMemberOperatorCandidates() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCCodeEmitter.cpp | 47 #define _ fixup_Invalid macro 646 __anon405185b30102(const MCInstrDesc &D) getExprOpValue() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MLRegallocEvictAdvisor.cpp |
|
H A D | MLRegAllocEvictAdvisor.cpp | 232 #define _FEATURE_IDX_SIMPLE(_, name, __, ___) name argument 233 #define _FEATURE_IDX(A, B, C, D) _FEATURE_IDX_SIMPLE(A, B, C, D), argument 363 #define _DECL_FEATURES(type, name, shape, _) \ argument 428 #define _DECL_TRAIN_FEATURES(type, name, shape, _) \ argument
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseDeclCXX.cpp | 615 UsingDeclarator &D) { in ParseUsingDeclarator() 813 UsingDeclarator D; in ParseUsingDeclaration() local 925 UsingDeclarator &D, SourceLocation &DeclEnd, AccessSpecifier AS, in ParseAliasDeclarationAfterDeclarator() 1343 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) \ in TypeTransformTokToDeclSpec() argument 1767 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) tok::kw___##Trait, in ParseClassSpecifier() argument 2315 Decl *D = in ParseClassSpecifier() local 2762 Declarator &D, VirtSpecifiers &VS) { in MaybeParseAndDiagnoseDeclSpecAfterCXX11VirtSpecifierSeq() 3415 ExprResult Parser::ParseCXXMemberInitializer(Decl *D, bool IsFunction, in ParseCXXMemberInitializer() 3890 void Parser::DiagnoseUnexpectedNamespace(NamedDecl *D) { in DiagnoseUnexpectedNamespace() 4313 void Parser::ParseTrailingRequiresClause(Declarator &D) { in ParseTrailingRequiresClause()
|
H A D | ParseDecl.cpp | 191 LateParsedAttrList *LateAttrs, Declarator *D) { in ParseGNUAttributes() 672 SourceLocation ScopeLoc, ParsedAttr::Form Form, Declarator *D) { in ParseGNUAttributeArgs() 2301 ParsingDeclarator D(*this, DS, LocalAttrs, Context); in ParseDeclGroup() local 2604 bool Parser::ParseAsmAttributesAfterDeclarator(Declarator &D) { in ParseAsmAttributesAfterDeclarator() 2645 Declarator &D, const ParsedTemplateInfo &TemplateInfo) { in ParseDeclarationAfterDeclarator() 2653 Declarator &D, const ParsedTemplateInfo &TemplateInfo, ForRangeInit *FRI) { in ParseDeclarationAfterDeclaratorAndAttributes() 2657 Declarator &D; in ParseDeclarationAfterDeclaratorAndAttributes() member 4735 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case tok::kw___##Trait: in ParseDeclarationSpecifiers() argument 5043 for (auto *D : LA.Decls) in ParseLexedCAttribute() local 5602 Decl *D = SkipBody.CheckSameAsPrevious ? SkipBody.New : TagDecl; in ParseEnumSpecifier() local [all …]
|
H A D | ParseExprCXX.cpp | 413 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case tok::kw___##Trait: in ParseOptionalCXXScopeSpecifier() argument 1357 Declarator D(DS, ParsedAttributesView::none(), DeclaratorContext::LambdaExpr); in ParseLambdaExpressionAfterIntroducer() local 2915 Declarator D(DS, ParsedAttributesView::none(), in ParseUnqualifiedIdOperator() local 3239 #define TRANSFORM_TYPE_TRAIT_DEF(_, Trait) case tok::kw___##Trait: in ParseUnqualifiedId() argument 3421 void Parser::ParseDirectNewDeclarator(Declarator &D) { in ParseDirectNewDeclarator() 3471 Declarator &D) { in ParseExpressionListOrTypeId()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3304 static bool IsInternalDeclFromFileContext(const Decl *D) { in IsInternalDeclFromFileContext() 3331 for (const auto *D : DC->decls()) { in WriteDeclContextLexicalBlock() local 3412 auto _ = llvm::make_scope_exit([this] { Stream.ExitBlock(); }); in WriteComments() local 3697 NamedDecl *D) { in getDeclForLocalLookup() 4134 for (auto *D : Result.getLookupResult()) { in isLookupResultNotInteresting() local 4239 if (auto *D = dyn_cast<CXXRecordDecl>(DC)) { in GenerateNameLookupTable() local 5014 auto RegisterPredefDecl = [&] (Decl *D, PredefinedDeclIDs ID) { in PrepareWritingSpecialDecls() 5054 for (const auto *D : TU->noload_decls()) { in PrepareWritingSpecialDecls() local 5167 for (const Decl *D : SemaRef.IdResolver.decls(II)) in PrepareWritingSpecialDecls() local 5172 for (auto *D : SemaRef.DeclsToCheckForDeferredDiags) in PrepareWritingSpecialDecls() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | LLJIT.cpp | 745 std::unique_ptr<TaskDispatcher> D = nullptr; in prepareForConstruction() local 980 ErrorAsOutParameter _(&Err); in LLJIT() local 1241 ErrorAsOutParameter _(&Err); in LLLazyJIT() local
|
H A D | ELFNixPlatform.cpp | 253 ErrorAsOutParameter _(&Err); ELFNixPlatform() local 511 for (auto &D : DeferredPOSRs) bootstrapELFNixRuntime() local
|
H A D | MachOPlatform.cpp | 480 ErrorAsOutParameter _(&Err); in MachOPlatform() local 1747 for (auto &D : Opts.LoadDylibs) in createHeaderBlock() local
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PPDirectives.cpp | 357 MacroDiag D = MD_NoWarn; in CheckMacroName() local 2918 auto _ = llvm::make_scope_exit([&]() { in ReadOptionalMacroParameterListAndBody() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 1271 ValueDecl *D; variable 3698 ImplicitCastExpr(OnStack_t _, QualType ty, CastKind kind, Expr *op, in ImplicitCastExpr()
|