Searched refs:getInit (Results 51 - 75 of 120) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2022 if (const Stmt *Init = S->getInit())
2039 if (const Stmt *Init = S->getInit())
2056 if (const Stmt *Init = S->getInit())
2807 Expr *Range = RangeVar->getInit();
3057 (LoopVar->getInit() && LoopVar->getInit()->containsErrors()))
3100 const Expr *InitExpr = VD->getInit();
3188 const Expr *InitExpr = VD->getInit();
3255 const Expr *InitExpr = VD->getInit();
H A DAnalysisBasedWarnings.cpp794 if (VD->getInit())
1034 if (const Expr *Initializer = VD->getInit()) {
1599 UninitUse(vd->getInit()->IgnoreParenCasts(),
1640 UninitUse(vd->getInit()->IgnoreParenCasts(),
H A DSemaExceptionSpec.cpp1076 if (const Expr *Init = VD->getInit())
1552 if (const Stmt *Init = IS->getInit())
H A DSemaAvailability.cpp940 DiagnoseUnguardedAvailability(*this, D).IssueDiagnostics(CI->getInit());
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp283 PM->addStmt(I->getInit());
H A DExprMutationAnalyzer.cpp662 ExprMutationAnalyzer InitAnalyzer(*Init->getInit(), Context);
H A DThreadSafety.cpp612 const Expr *E = VD->getInit();
1687 if (const auto *E = VD->getInit()) {
2121 const Expr *E = VD->getInit();
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp174 if (const Stmt *Init = CXXFor->getInit())
879 const Expr *Init = VD->getInit();
2019 if (const Stmt *InitStmt = For->getInit())
2151 dyn_cast<DeclRefExpr>(VD->getInit()->IgnoreImpCasts())) {
2156 VD->getInit()->getType(), VK_LValue,
2157 VD->getInit()->getExprLoc());
2437 EmitLValue(CED->getInit()->IgnoreImpCasts()).getAddress(*this);
2546 CGF.EmitIgnoredExpr(S.getInit());
3018 OuterLoopArgs.Init = S.getInit();
3073 : S.getInit();
[all...]
H A DCGExprComplex.cpp1367 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0));
1368 llvm::Value *Imag = CGF.EmitScalarExpr(E->getInit(1));
1371 return Visit(E->getInit(0));
H A DCGCoroutine.cpp397 Expr const *InitExpr = VD->getInit();
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransforms.cpp278 mark(S->getInit());
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp371 auto *InitExpr = Init->getInit();
H A DTransfer.cpp654 propagateValue(*S->getInit(0), *S, Env);
/freebsd-current/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2294 if (ND->getInit()) {
2297 Expr *E = ND->getInit();
5078 bool hasInit = (ND->getInit() != nullptr);
5082 if (CXXConstructExpr *CExp = dyn_cast<CXXConstructExpr>(ND->getInit())) {
5137 Expr *E = ND->getInit();
5752 if (VD->getInit()) {
5753 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {
5762 if (VD->getInit()) {
5764 CurrentBody = VD->getInit();
5765 RewriteFunctionBodyOrGlobalInitializer(VD->getInit());
[all...]
H A DRewriteObjC.cpp2207 if (ND->getInit()) {
2210 Expr *E = ND->getInit();
4235 bool hasInit = (ND->getInit() != nullptr);
4269 Expr *E = ND->getInit();
4852 if (VD->getInit()) {
4853 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {
4862 if (VD->getInit()) {
4864 CurrentBody = VD->getInit();
4865 RewriteFunctionBodyOrGlobalInitializer(VD->getInit());
4875 if (CStyleCastExpr *CE = dyn_cast<CStyleCastExpr>(VD->getInit())) {
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp599 if (const Expr *InitEx = VD->getInit()) {
776 V = state->getSVal(IE->getInit(0), LCtx);
H A DExprEngine.cpp571 Init = VD->getInit();
578 Init = Item.getCXXCtorInitializer()->getInit();
1160 const Expr *Init = BMI->getInit()->IgnoreImplicit();
1214 InitVal = SVB.conjureSymbolVal(BMI->getInit(), stackFrame,
1219 InitVal = State->getSVal(BMI->getInit(), stackFrame);
H A DRegionStore.cpp1820 if (const auto *SL = dyn_cast<StringLiteral>(ILE->getInit(0)))
1829 const Expr *E = ILE->getInit(Offset);
1982 if (const Expr *FieldInit = InitList->getInit(Index))
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp1199 if (const Expr *Init = VD->getInit())
1239 const Expr *Init = VD->getInit();
H A DBasicObjCFoundationChecks.cpp907 assert(ElemDecl->getInit() == nullptr);
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2286 Stmt *getInit() { function in class:clang::final
2291 const Stmt *getInit() const { function in class:clang::final
2470 Stmt *getInit() { function in class:clang::final
2475 const Stmt *getInit() const { function in class:clang::final
2794 Stmt *getInit() { return SubExprs[INIT]; } function in class:clang::ForStmt
2825 const Stmt *getInit() const { return SubExprs[INIT]; } function in class:clang::ForStmt
H A DRecursiveASTVisitor.h931 TRY_TO(TraverseStmt(Init->getInit()));
2259 TRY_TO(TraverseStmt(D->getInit()));
2391 if (S->getInit())
2392 TRY_TO_TRAVERSE_OR_ENQUEUE_STMT(S->getInit());
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp2173 return this->visit(VD->getInit());
2278 Init = VarD->getInit();
2403 const Expr *Init = VD->getInit();
/freebsd-current/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp250 if (auto *Init = Node->getInit())
515 TraverseStmt(RF->getInit());
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp696 auto Deps = E->getInit()->getDependence();

Completed in 500 milliseconds

12345