/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 618 nodeMatcherType(MatcherCtor Ctor) nodeMatcherType() argument 627 isBuilderMatcher(MatcherCtor Ctor) isBuilderMatcher() argument 632 buildMatcherCtor(MatcherCtor Ctor,SourceRange NameRange,ArrayRef<ParserValue> Args,Diagnostics * Error) buildMatcherCtor() argument 679 MatcherCtor Ctor = CtxEntry.first; getAcceptedCompletionTypes() local 800 constructMatcher(MatcherCtor Ctor,SourceRange NameRange,ArrayRef<ParserValue> Args,Diagnostics * Error) constructMatcher() argument 807 constructBoundMatcher(MatcherCtor Ctor,SourceRange NameRange,StringRef BindID,ArrayRef<ParserValue> Args,Diagnostics * Error) constructBoundMatcher() argument [all...] |
H A D | Parser.cpp | 439 std::optional<MatcherCtor> Ctor = S->lookupMatcherCtor(NameToken.Text); in parseIdentifierPrefixImpl() local 469 bool Parser::parseMatcherBuilder(MatcherCtor Ctor, const TokenInfo &NameToken, in parseMatcherBuilder() 629 std::optional<MatcherCtor> Ctor, in parseMatcherExpressionImpl() 835 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression() 864 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor()
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | UndefinedArraySubscriptChecker.cpp | 44 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) in checkPreStmt() local
|
H A D | BlockInCriticalSectionChecker.cpp | 93 if (const auto *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { isLockFunction() local
|
H A D | DynamicTypePropagation.cpp | 261 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall() local 360 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall() local
|
H A D | Iterator.cpp | 39 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(Method)) { in isIterator() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ModuleUtils.cpp | 191 Function *Ctor = Function::createWithDefaultAttr( createSanitizerCtor() local 213 Function *Ctor = createSanitizerCtor(M, CtorName); createSanitizerCtorAndInitFunctions() local 256 if (Function *Ctor = M.getFunction(CtorName)) getOrCreateSanitizerCtorAndInitFunctions() local 264 Function *Ctor; getOrCreateSanitizerCtorAndInitFunctions() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ |
H A D | PassInfo.h | 91 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Registry.h | 29 std::unique_ptr<T> (*Ctor)(); variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUTargetMachine.cpp | 118 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); initializeDefaultSGPRRegisterAllocatorOnce() local 127 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); initializeDefaultVGPRRegisterAllocatorOnce() local 1355 RegisterRegAlloc::FunctionPassCtor Ctor = SGPRRegisterRegAlloc::getDefault(); createSGPRAllocPass() local 1370 RegisterRegAlloc::FunctionPassCtor Ctor = VGPRRegisterRegAlloc::getDefault(); createVGPRAllocPass() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.cpp | 313 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); initializeDefaultRVVRegisterAllocatorOnce() local 417 RegisterRegAlloc::FunctionPassCtor Ctor = RVVRegisterRegAlloc::getDefault(); createRVVRegAllocPass() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 97 CXXConstructorDecl *Ctor = E->getConstructor(); in VisitCXXConstructExpr() local
|
H A D | ExprMutationAnalyzer.cpp | 658 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(&Func)) { FunctionParmMutationAnalyzer() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
H A D | USRFindingAction.cpp | 171 if (const auto *Ctor = in addUSRsOfCtorDtors() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerBinaryMetadata.cpp | 216 Function *Ctor = run() local
|
H A D | ThreadSanitizer.cpp | 181 __anon92de66f40202(Function *Ctor, FunctionCallee) insertModuleCtor() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 722 IsConstructorDelegationValid(const CXXConstructorDecl * Ctor) IsConstructorDelegationValid() argument 833 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); EmitConstructorBody() local 2162 canEmitDelegateCallArgs(CodeGenFunction & CGF,const CXXConstructorDecl * Ctor,CXXCtorType Type,CallArgList & Args) canEmitDelegateCallArgs() argument 2310 EmitInlinedInheritingCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,bool ForVirtualBase,bool Delegating,CallArgList & Args) EmitInlinedInheritingCXXConstructorCall() argument 2410 EmitDelegateCXXConstructorCall(const CXXConstructorDecl * Ctor,CXXCtorType CtorType,const FunctionArgList & Args,SourceLocation Loc) EmitDelegateCXXConstructorCall() argument 2467 EmitDelegatingCXXConstructorCall(const CXXConstructorDecl * Ctor,const FunctionArgList & Args) EmitDelegatingCXXConstructorCall() argument [all...] |
H A D | CGHLSLRuntime.cpp | 409 for (const auto &Ctor : CA->operands()) { gatherFunctions() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 468 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor, in willObjectBeAnalyzedLater()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | ByteCodeStmtGen.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | CallEvent.cpp | 509 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext() local 1440 const auto *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); getCaller() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | JumpDiagnostics.cpp | 203 const CXXConstructorDecl *Ctor = CCE->getConstructor(); GetDiagForGotoScopeDecl() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | TargetPassConfig.cpp | 1363 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); createRegAllocPass() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexDecl.cpp | 262 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
|