OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LastIteration
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp
265
Dir->setLastIteration(Exprs.
LastIteration
);
300
Dir->setLastIteration(Exprs.
LastIteration
);
367
Dir->setLastIteration(Exprs.
LastIteration
);
497
Dir->setLastIteration(Exprs.
LastIteration
);
542
Dir->setLastIteration(Exprs.
LastIteration
);
835
Dir->setLastIteration(Exprs.
LastIteration
);
939
Dir->setLastIteration(Exprs.
LastIteration
);
984
Dir->setLastIteration(Exprs.
LastIteration
);
1027
Dir->setLastIteration(Exprs.
LastIteration
);
1072
Dir->setLastIteration(Exprs.
LastIteration
);
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp
9060
ExprResult
LastIteration
= LastIteration64;
9069
LastIteration
= LastIteration32;
9070
QualType VType =
LastIteration
.get()->getType();
9080
if (!
LastIteration
.isUsable())
9084
ExprResult NumIterations =
LastIteration
;
9086
LastIteration
= SemaRef.BuildBinOp(
9087
CurScope,
LastIteration
.get()->getExprLoc(), BO_Sub,
9088
LastIteration
.get(),
9090
if (!
LastIteration
.isUsable())
9096
bool IsConstant =
LastIteration
.get()->isIntegerConstantExpr(SemaRef.Context)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h
739
Expr *
LastIteration
;
810
return IterationVarRef != nullptr &&
LastIteration
!= nullptr &&
821
LastIteration
= nullptr;
Completed in 27 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026