Home
last modified time | relevance | path

Searched defs:NumInits (Results 1 – 9 of 9) sorted by relevance

/llvm-project/clang/lib/CodeGen/
H A DCGDeclCXX.cpp420 uint64_t NumInits; EmitCXXGuardedInitBranch() local
/llvm-project/clang/lib/AST/
H A DExpr.cpp2398 reserveInits(const ASTContext & C,unsigned NumInits) reserveInits() argument
2403 resizeInits(const ASTContext & C,unsigned NumInits) resizeInits() argument
H A DExprConstant.cpp10794 unsigned NumInits = E->getNumInits(); VisitInitListExpr() local
/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp727 unsigned NumInits = ILE->getNumInits(); FillInEmptyInitForField() local
911 unsigned NumInits = ILE->getNumInits(); FillInEmptyInitializations() local
[all...]
H A DSemaOverload.cpp5594 unsigned NumInits = From->getNumInits(); TryListConversion() local
H A DSemaDecl.cpp14231 unsigned NumInits = ILE->getNumInits(); CheckCompleteVariableDeclaration() local
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1496 auto NumInits = ILE->getNumInits(); tryExtractInitializerFromList() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1214 unsigned NumInits = Record.readInt(); VisitInitListExpr() local
/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp