Searched refs:ActOnIntegerConstant (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 8543 .ActOnIntegerConstant(UO->getBeginLoc(), in checkAndSetInc() 8567 .ActOnIntegerConstant( in checkAndSetInc() 8729 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters() 8759 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters() 9139 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get(), in buildPreCond() 9941 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop() 9958 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop() 10022 CombLBDecl, SemaRef.ActOnIntegerConstant(InitLoc, 0).get(), in checkOpenMPLoop() 19806 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/0).get(); in actOnOMPReductionKindClause() 19812 Init = S.ActOnIntegerConstant(ELoc, /*Val=*/1).get(); in actOnOMPReductionKindClause() [all …]
|
| H A D | SemaExpr.cpp | 3859 ExprResult Sema::ActOnIntegerConstant(SourceLocation Loc, uint64_t Val) { in ActOnIntegerConstant() function in Sema 3930 return ActOnIntegerConstant(Tok.getLocation(), Val-'0'); in ActOnNumericConstant() 5753 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr() 5782 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr() 5797 ActOnIntegerConstant(D.AssignmentLoc, 0).get()); in ActOnOMPIteratorExpr()
|
| H A D | SemaExprObjC.cpp | 377 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
|
| H A D | SemaDeclCXX.cpp | 1004 ExprResult E = S.ActOnIntegerConstant(Loc, I); in checkArrayLikeDecomposition()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5779 ExprResult ActOnIntegerConstant(SourceLocation Loc, uint64_t Val);
|