Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp635 Size = getContext().getArrayInitLoopExprElementCount(AILE); in handleConstructor()
658 getContext().getArrayInitLoopExprElementCount(AILE)); in handleConstructor()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h2756 getArrayInitLoopExprElementCount(const ArrayInitLoopExpr *AILE) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6987 uint64_t ASTContext::getArrayInitLoopExprElementCount( in getArrayInitLoopExprElementCount() function in ASTContext