| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | ByteCodeStmtGen.cpp | 191 if (auto *CondInit = IS->getInit()) in visitIfStmt() 192 if (!visitStmt(IS->getInit())) in visitIfStmt() 242 if (!this->visit(VD->getInit())) in visitVarDecl() 250 return this->visitLocalInitializer(VD->getInit(), *Off); in visitVarDecl()
|
| H A D | ByteCodeExprGen.cpp | 385 return this->Visit(VD->getInit()); in dereferenceVar() 532 const Expr *Init = VD->getInit(); in visitDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaInit.cpp | 618 if (Init >= ILE->getNumInits() || !ILE->getInit(Init)) { in FillInEmptyInitForBase() 632 dyn_cast<InitListExpr>(ILE->getInit(Init))) { in FillInEmptyInitForBase() 636 dyn_cast<DesignatedInitUpdateExpr>(ILE->getInit(Init))) { in FillInEmptyInitForBase() 653 if (Init >= NumInits || !ILE->getInit(Init)) { in FillInEmptyInitForField() 726 = dyn_cast<InitListExpr>(ILE->getInit(Init))) { in FillInEmptyInitForField() 730 dyn_cast<DesignatedInitUpdateExpr>(ILE->getInit(Init))) { in FillInEmptyInitForField() 767 Outer->setInit(OuterIndex, Outer->getInit(OuterIndex)); in FillInEmptyInitializations() 871 Expr *InitExpr = (Init < NumInits ? ILE->getInit(Init) : nullptr); in FillInEmptyInitializations() 1063 SemaRef.Diag(ParentIList->getInit(Index)->getBeginLoc(), in CheckImplicitInitList() 1073 SourceRange(ParentIList->getInit(Index)->getBeginLoc(), in CheckImplicitInitList() [all …]
|
| H A D | SemaCUDA.cpp | 490 dyn_cast<CXXConstructExpr>(CI->getInit())) in isEmptyCudaConstructor() 555 const Expr *Init = VD->getInit(); in checkAllowedCUDAInitializer() 569 auto *Init = VD->getInit(); in checkAllowedCUDAInitializer()
|
| H A D | JumpDiagnostics.cpp | 183 const Expr *Init = VD->getInit(); in GetDiagForGotoScopeDecl() 245 if (Expr *Init = VD->getInit()) in BuildScopeInformation() 349 if (Stmt *Init = cast<SwitchStmt>(S)->getInit()) { in BuildScopeInformation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | UndefinedAssignmentChecker.cpp | 89 ex = VD->getInit(); in checkBind() 96 if (I->getInit()->IgnoreImpCasts() == StoreE) { in checkBind()
|
| H A D | CStringSyntaxChecker.cpp | 174 if (LenArgVal->getInit()) in containsBadStrlcpyStrlcatPattern() 175 LenArg = LenArgVal->getInit(); in containsBadStrlcpyStrlcatPattern()
|
| H A D | DeadStoresChecker.cpp | 227 if (V->getInit()->HasSideEffects(ACtx, in Report() 238 Lexer::getLocForEndOfToken(V->getInit()->getEndLoc(), 1, SM, LO); in Report() 390 if (const Expr *E = V->getInit()) { in observeStmt()
|
| H A D | IdenticalExprChecker.cpp | 379 if (!isIdenticalStmt(Ctx, ForStmt1->getInit(), ForStmt2->getInit(), in isIdenticalStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | VarBypassDetector.cpp | 43 if (const Expr *Init = VD->getInit()) in BuildScopeInformation() 70 if (const Stmt *Init = cast<SwitchStmt>(S)->getInit()) { in BuildScopeInformation()
|
| H A D | CodeGenPGO.cpp | 535 if (S->getInit()) in VisitForStmt() 536 Visit(S->getInit()); in VisitForStmt() 570 if (S->getInit()) in VisitCXXForRangeStmt() 571 Visit(S->getInit()); in VisitCXXForRangeStmt() 621 if (S->getInit()) in VisitSwitchStmt() 622 Visit(S->getInit()); in VisitSwitchStmt() 653 if (S->getInit()) in VisitIfStmt() 654 Visit(S->getInit()); in VisitIfStmt()
|
| H A D | CoverageMappingGen.cpp | 1148 if (S->getInit()) in VisitForStmt() 1149 Visit(S->getInit()); in VisitForStmt() 1205 if (S->getInit()) in VisitCXXForRangeStmt() 1206 Visit(S->getInit()); in VisitCXXForRangeStmt() 1271 if (S->getInit()) in VisitSwitchStmt() 1272 Visit(S->getInit()); in VisitSwitchStmt() 1363 if (S->getInit()) in VisitIfStmt() 1364 Visit(S->getInit()); in VisitIfStmt()
|
| H A D | CGExprAgg.cpp | 565 EmitInitializationToLValue(E->getInit(i), elementLV); in EmitArrayInit() 1606 return Visit(E->getInit(0)); in VisitInitListExpr() 1658 CGF.EmitAggExpr(E->getInit(curInitIndex++), AggSlot); in VisitInitListExpr() 1692 EmitInitializationToLValue(E->getInit(0), FieldLoc); in VisitInitListExpr() 1726 EmitInitializationToLValue(E->getInit(curInitIndex++), LV); in VisitInitListExpr() 1888 ILE = dyn_cast<InitListExpr>(ILE->getInit(0)); in GetNumNonZeroBytesInInit() 1904 GetNumNonZeroBytesInInit(ILE->getInit(ILEElement++), CGF); in GetNumNonZeroBytesInInit() 1914 const Expr *E = ILE->getInit(ILEElement++); in GetNumNonZeroBytesInInit() 1931 NumNonZeroBytes += GetNumNonZeroBytesInInit(ILE->getInit(i), CGF); in GetNumNonZeroBytesInInit()
|
| H A D | CGStmt.cpp | 713 if (S.getInit()) in EmitIfStmt() 714 EmitStmt(S.getInit()); in EmitIfStmt() 958 if (S.getInit()) in EmitForStmt() 959 EmitStmt(S.getInit()); in EmitForStmt() 1075 if (S.getInit()) in EmitCXXForRangeStmt() 1076 EmitStmt(S.getInit()); in EmitCXXForRangeStmt() 1816 if (S.getInit()) in EmitSwitchStmt() 1817 EmitStmt(S.getInit()); in EmitSwitchStmt() 1847 if (S.getInit()) in EmitSwitchStmt() 1848 EmitStmt(S.getInit()); in EmitSwitchStmt()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | StmtPrinter.cpp | 239 if (If->getInit()) in PrintRawIfStmt() 240 PrintInitStmt(If->getInit(), 4); in PrintRawIfStmt() 281 if (Node->getInit()) in VisitSwitchStmt() 282 PrintInitStmt(Node->getInit(), 8); in VisitSwitchStmt() 319 if (Node->getInit()) in VisitForStmt() 320 PrintInitStmt(Node->getInit(), 5); in VisitForStmt() 348 if (Node->getInit()) in VisitCXXForRangeStmt() 349 PrintInitStmt(Node->getInit(), 5); in VisitCXXForRangeStmt() 993 OCED->getInit()->IgnoreImpCasts()->printPretty(OS, nullptr, Policy); in VisitDeclRefExpr() 1536 if (Node->getInit(i)) in VisitInitListExpr() [all …]
|
| H A D | DeclOpenMP.cpp | 189 return SourceRange(getInit()->getBeginLoc(), getInit()->getEndLoc()); in getSourceRange()
|
| H A D | StmtIterator.cpp | 81 if (VD->getInit()) in HandleDecl()
|
| H A D | StmtCXX.cpp | 69 return RangeDecl->getInit(); in getRangeInit()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 194 Visit(Init->getInit()); in Visit() 431 Visit(D->getInit()); in VisitVarDecl() 470 Visit(D->getInit()); in VisitOMPCapturedExprDecl() 734 Visit(Node->getInit()); in VisitCXXForRangeStmt()
|
| H A D | EvaluatedExprVisitor.h | 79 return this->Visit(E->getInit()); in VisitDesignatedInitExpr()
|
| H A D | StmtCXX.h | 152 Stmt *getInit() { return SubExprs[INIT]; } in getInit() function 156 const Stmt *getInit() const { return SubExprs[INIT]; } in getInit() function
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 68 if (Expr *Ex = VD->getInit()) in GetEndLoc() 1453 findConstructionContexts(Layer, ILE->getInit(0)); in findConstructionContexts() 1635 Expr *Init = I->getInit(); in addInitializer() 1860 Ty = getReferenceInitTemporaryType((*I)->getInit()); in addAutomaticObjDtors() 1985 const Expr *Init = VD->getInit(); in hasTrivialDestructor() 2886 Expr *Init = VD->getInit(); in VisitDeclSubExpr() 2965 if (Stmt *Init = I->getInit()) in VisitIfStmt() 3078 if (Stmt *Init = I->getInit()) { in VisitIfStmt() 3342 if (Stmt *Init = F->getInit()) in VisitForStmt() 3460 if (Expr *Init = VD->getInit()) { in VisitForStmt() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/ |
| H A D | ClangExtDefMapGen.cpp | 68 if (const Expr *Init = VD->getInit()) in handleDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| H A D | TransRetainReleaseDealloc.cpp | 232 return isPlusOne(VD->getInit()); in isPlusOneAssignToVar() 373 Expr *Init = VD->getInit(); in checkForGCDOrXPC()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | UncountedLocalVarsChecker.cpp | 174 const Expr *const InitExpr = V->getInit(); in visitVarDecl()
|