Home
last modified time | relevance | path

Searched refs:getArrayInitLoopExprElementCount (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp600 Size = getContext().getArrayInitLoopExprElementCount(AILE); in handleConstructor()
623 getContext().getArrayInitLoopExprElementCount(AILE)); in handleConstructor()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h3047 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp8031 uint64_t ASTContext::getArrayInitLoopExprElementCount( in getArrayInitLoopExprElementCount() function in ASTContext