Home
last modified time | relevance | path

Searched refs:ActOnIntegerConstant (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp8392 .ActOnIntegerConstant(UO->getBeginLoc(), in checkAndSetInc()
8416 .ActOnIntegerConstant( in checkAndSetInc()
8577 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters()
8607 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters()
8975 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get(), in buildPreCond()
9726 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
9743 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
9807 CombLBDecl, SemaRef.ActOnIntegerConstant(InitLoc, 0).get(), in checkOpenMPLoop()
19448 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/0).get(); in actOnOMPReductionKindClause()
19454 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/1).get(); in actOnOMPReductionKindClause()
[all …]
H A DSemaExpr.cpp3682 ExprResult Sema::ActOnIntegerConstant(SourceLocation Loc, uint64_t Val) { in ActOnIntegerConstant() function in Sema
3753 return ActOnIntegerConstant(Tok.getLocation(), Val-'0'); in ActOnNumericConstant()
5504 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5533 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5548 ActOnIntegerConstant(D.AssignmentLoc, 0).get()); in ActOnOMPIteratorExpr()
H A DSemaExprObjC.cpp377 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
H A DSemaDeclCXX.cpp974 ExprResult E = S.ActOnIntegerConstant(Loc, I); in checkArrayLikeDecomposition()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h5648 ExprResult ActOnIntegerConstant(SourceLocation Loc, uint64_t Val);