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.cpp3072 ? S.getCombinedInit() in EmitOMPDistributeOuterLoop()
5726 ? S.getCombinedInit() in EmitOMPDistributeLoop()
5779 CGF.EmitIgnoredExpr(S.getCombinedInit()); in EmitOMPDistributeLoop()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1451 Expr *getCombinedInit() const { in getCombinedInit() function