Home
last modified time | relevance | path

Searched refs:getCombinedInit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3014 ? S.getCombinedInit() in EmitOMPDistributeOuterLoop()
5628 ? S.getCombinedInit() in EmitOMPDistributeLoop()
5681 CGF.EmitIgnoredExpr(S.getCombinedInit()); in EmitOMPDistributeLoop()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h1435 Expr *getCombinedInit() const { in getCombinedInit() function