Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3263 ? S.getCombinedInit() in EmitOMPDistributeOuterLoop()
5988 ? S.getCombinedInit() in EmitOMPDistributeLoop()
6041 CGF.EmitIgnoredExpr(S.getCombinedInit()); in EmitOMPDistributeLoop()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1437 Expr *getCombinedInit() const { in getCombinedInit() function