Home
last modified time | relevance | path

Searched defs:Ctor (Results 1 – 25 of 56) sorted by relevance

123

/netbsd/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp577 ASTNodeKind Registry::nodeMatcherType(MatcherCtor Ctor) { in nodeMatcherType()
586 bool Registry::isBuilderMatcher(MatcherCtor Ctor) { in isBuilderMatcher()
591 Registry::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor()
639 MatcherCtor Ctor = CtxEntry.first; in getAcceptedCompletionTypes() local
760 VariantMatcher Registry::constructMatcher(MatcherCtor Ctor, in constructMatcher()
767 VariantMatcher Registry::constructBoundMatcher(MatcherCtor Ctor, in constructBoundMatcher()
H A DParser.cpp441 llvm::Optional<MatcherCtor> Ctor = S->lookupMatcherCtor(NameToken.Text); in parseIdentifierPrefixImpl() local
471 bool Parser::parseMatcherBuilder(MatcherCtor Ctor, const TokenInfo &NameToken, in parseMatcherBuilder()
631 llvm::Optional<MatcherCtor> Ctor, in parseMatcherExpressionImpl()
837 MatcherCtor Ctor, SourceRange NameRange, StringRef BindID, in actOnMatcherExpression()
866 Parser::RegistrySema::buildMatcherCtor(MatcherCtor Ctor, SourceRange NameRange, in buildMatcherCtor()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h53 PassCtorTy Ctor; // Pass creator. variable
91 PassCtorTy Ctor = nullptr; in setDefault() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp125 Function *Ctor = Function::createWithDefaultAttr( in createSanitizerCtor() local
143 Function *Ctor = createSanitizerCtor(M, CtorName); in createSanitizerCtorAndInitFunctions() local
163 if (Function *Ctor = M.getFunction(CtorName)) in getOrCreateSanitizerCtorAndInitFunctions() local
170 Function *Ctor; in getOrCreateSanitizerCtorAndInitFunctions() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DUndefinedArraySubscriptChecker.cpp44 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) in checkPreStmt() local
H A DBlockInCriticalSectionChecker.cpp110 if (const auto *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in isLockFunction() local
H A DDynamicTypePropagation.cpp264 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPreCall() local
363 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in checkPostCall() local
H A DIterator.cpp39 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(Method)) { in isIterator() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/
H A DPassInfo.h91 void setNormalCtor(NormalCtor_t Ctor) { in setNormalCtor()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DRegistry.h29 std::unique_ptr<T> (*Ctor)(); variable
/netbsd/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCallGraph.cpp97 CXXConstructorDecl *Ctor = E->getConstructor(); in VisitCXXConstructExpr() local
H A DExprMutationAnalyzer.cpp590 if (const auto *Ctor = dyn_cast<CXXConstructorDecl>(&Func)) { in FunctionParmMutationAnalyzer() local
/netbsd/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFindingAction.cpp173 if (const auto *Ctor = in addUSRsOfCtorDtors() local
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp731 const CXXConstructorDecl *Ctor) { in IsConstructorDelegationValid()
842 const CXXConstructorDecl *Ctor = cast<CXXConstructorDecl>(CurGD.getDecl()); in EmitConstructorBody() local
2105 const CXXConstructorDecl *Ctor, in canEmitDelegateCallArgs()
2253 const CXXConstructorDecl *Ctor, CXXCtorType CtorType, bool ForVirtualBase, in EmitInlinedInheritingCXXConstructorCall()
2353 CodeGenFunction::EmitDelegateCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegateCXXConstructorCall()
2410 CodeGenFunction::EmitDelegatingCXXConstructorCall(const CXXConstructorDecl *Ctor, in EmitDelegatingCXXConstructorCall()
H A DCGExprCXX.cpp281 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(MD)) { in EmitCXXMemberOrOperatorMemberCallExpr() local
1153 CXXConstructorDecl *Ctor = CCE->getConstructor(); in EmitNewArrayInitializer() local
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp473 static bool willObjectBeAnalyzedLater(const CXXConstructorDecl *Ctor, in willObjectBeAnalyzedLater()
/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp509 if (const auto Ctor = Element.getAs<CFGConstructor>()) { in getConstructionContext() local
1404 const auto *Ctor = cast<CXXMethodDecl>(CalleeCtx->getDecl()); in getCaller() local
H A DExprEngineCXX.cpp45 if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) { in performTrivialCopy() local
H A DExprEngineCallAndReturn.cpp751 const CXXConstructorCall &Ctor = cast<CXXConstructorCall>(Call); in mayInlineCallKind() local
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp256 if (const CXXConstructorDecl *Ctor = dyn_cast<CXXConstructorDecl>(D)) { in VisitFunctionDecl() local
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp205 const CXXConstructorDecl *Ctor = CCE->getConstructor(); in GetDiagForGotoScopeDecl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp1324 RegisterRegAlloc::FunctionPassCtor Ctor = RegisterRegAlloc::getDefault(); in createRegAllocPass() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp195 [&](Function *Ctor, FunctionCallee) { appendToGlobalCtors(M, Ctor, 0); }); in insertModuleCtor()
H A DSanitizerCoverage.cpp487 Function *Ctor = nullptr; in instrumentModule() local
H A DHWAddressSanitizer.cpp387 [&](Function *Ctor, FunctionCallee) { in createHwasanCtorComdat()

123