/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 619 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType() 628 bool Registry::isBuilderMatcher(MatcherCtor Ctor) { in isBuilderMatcher() 633 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor() 680 MatcherCtor Ctor = CtxEntry.first; in getAcceptedCompletionTypes() local 801 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher() 808 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor, in constructBoundMatcher()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 53 PassCtorTy Ctor; // Pass creator. variable 91 PassCtorTy Ctor = nullptr; in setDefault() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 194 Function *Ctor = Function::createWithDefaultAttr( in createSanitizerCtor() local 216 Function *Ctor = createSanitizerCtor(M, CtorName); in createSanitizerCtorAndInitFunctions() local 259 if (Function *Ctor = M.getFunction(CtorName)) in getOrCreateSanitizerCtorAndInitFunctions() local 267 Function *Ctor; in getOrCreateSanitizerCtorAndInitFunctions() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ |
H A D | PassInfo.h | 91 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Registry.h | 29 std::unique_ptr<T> (*Ctor)(); variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 302 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in initializeDefaultRVVRegisterAllocatorOnce() local 388 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); in createRVVRegAllocPass() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 126 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in initializeDefaultSGPRRegisterAllocatorOnce() local 135 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in initializeDefaultVGPRRegisterAllocatorOnce() local 1381 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); in createSGPRAllocPass() local 1396 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); in createVGPRAllocPass() local
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Visitor.cpp | 469 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(D)) in getMangledCtorDtor() local 628 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(M)) { in VisitCXXRecordDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | ASTOps.cpp | 200 void TraverseConstructorInits(const CXXConstructorDecl *Ctor) { in TraverseConstructorInits()
|
H A D | DataflowEnvironment.cpp | 318 void TraverseConstructorInits(const CXXConstructorDecl *Ctor, in TraverseConstructorInits() 1213 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(FuncDecl)) in buildResultObjectMap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 224 Function *Ctor = in run() local
|
H A D | ThreadSanitizer.cpp | 180 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor()
|
H A D | SanitizerCoverage.cpp | 488 Function *Ctor = nullptr; in instrumentModule() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 731 const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid() 842 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody() local 2172 const CXXConstructorDecl *Ctor, in canEmitDelegateCallArgs() 2321 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall() 2423 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall() 2482 CodeGenFunction::EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegatingCXXConstructorCall()
|
H A D | CGHLSLRuntime.cpp | 414 for (const auto &Ctor : CA->operands()) { in gatherFunctions() local
|
H A D | CGExprCXX.cpp | 289 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(MD)) { in EmitCXXMemberOrOperatorMemberCallExpr() local 1180 CXXConstructorDecl *Ctor = CCE->getConstructor(); in EmitNewArrayInitializer() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 509 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext() local 1443 const auto *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getCaller() local
|
H A D | ExprEngineCXX.cpp | 49 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy() local
|
H A D | ExprEngineCallAndReturn.cpp | 861 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 674 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(&Func)) { in FunctionParmMutationAnalyzer() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 1374 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 205 const CXXConstructorDecl *Ctor = CCE->getConstructor(); in GetDiagForGotoScopeDecl() local
|
H A D | CheckExprLifetime.cpp | 382 const auto *Ctor = CCE->getConstructor(); in handleGslAnnotatedTypes() local
|
/freebsd/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 262 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Compiler.cpp | 2466 const CXXConstructorDecl *Ctor = E->getConstructor(); in VisitCXXConstructExpr() local 2756 const CXXConstructorDecl *Ctor = E->getConstructor(); in VisitCXXInheritedCtorInitExpr() local 4733 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(F)) { in visitFunc() local
|