Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp321 Dir->setDependentInits(Exprs.DependentInits); in Create()
364 Dir->setDependentInits(Exprs.DependentInits); in Create()
540 Dir->setDependentInits(Exprs.DependentInits); in Create()
687 Dir->setDependentInits(Exprs.DependentInits); in Create()
732 Dir->setDependentInits(Exprs.DependentInits); in Create()
1081 Dir->setDependentInits(Exprs.DependentInits); in Create()
1185 Dir->setDependentInits(Exprs.DependentInits); in Create()
1230 Dir->setDependentInits(Exprs.DependentInits); in Create()
1273 Dir->setDependentInits(Exprs.DependentInits); in Create()
1318 Dir->setDependentInits(Exprs.DependentInits); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h802 SmallVector<Expr *, 4> DependentInits; member
850 DependentInits.resize(Size); in clear()
859 DependentInits[I] = nullptr; in clear()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10217 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10312 Built.DependentInits[Cnt] = nullptr; in checkOpenMPLoop()
10316 Built.DependentInits[Cnt] = Built.Inits[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()