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.cpp320 Dir->setDependentInits(Exprs.DependentInits); in Create()
365 Dir->setDependentInits(Exprs.DependentInits); in Create()
519 Dir->setDependentInits(Exprs.DependentInits); in Create()
666 Dir->setDependentInits(Exprs.DependentInits); in Create()
711 Dir->setDependentInits(Exprs.DependentInits); in Create()
1043 Dir->setDependentInits(Exprs.DependentInits); in Create()
1147 Dir->setDependentInits(Exprs.DependentInits); in Create()
1192 Dir->setDependentInits(Exprs.DependentInits); in Create()
1235 Dir->setDependentInits(Exprs.DependentInits); in Create()
1280 Dir->setDependentInits(Exprs.DependentInits); in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h818 SmallVector<Expr *, 4> DependentInits; member
866 DependentInits.resize(Size); in clear()
875 DependentInits[I] = nullptr; in clear()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp10129 Built.DependentInits.resize(NestedLoopCount); in checkOpenMPLoop()
10224 Built.DependentInits[Cnt] = nullptr; in checkOpenMPLoop()
10228 Built.DependentInits[Cnt] = Built.Inits[IS.LoopDependentIdx - 1]; in checkOpenMPLoop()