Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtOpenMP.cpp98 Dir->setPreCond(Exprs.PreCond); in Create()
138 Dir->setPreCond(Exprs.PreCond); in Create()
188 Dir->setPreCond(Exprs.PreCond); in Create()
351 Dir->setPreCond(Exprs.PreCond); in Create()
400 Dir->setPreCond(Exprs.PreCond); in Create()
740 Dir->setPreCond(Exprs.PreCond); in Create()
882 Dir->setPreCond(Exprs.PreCond); in Create()
931 Dir->setPreCond(Exprs.PreCond); in Create()
979 Dir->setPreCond(Exprs.PreCond); in Create()
1053 Dir->setPreCond(Exprs.PreCond); in Create()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtOpenMP.h488 void setPreCond(Expr *PC) { in setPreCond() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderStmt.cpp1929 D->setPreCond(Record.readSubExpr()); in VisitOMPLoopDirective()