Home
last modified time | relevance | path

Searched defs:CombInit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h1293 void setCombinedInit(Expr *CombInit) { in setCombinedInit()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp9909 ExprResult Init, CombInit; in checkOpenMPLoop() local