Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp7773 .ActOnIntegerConstant(UO->getBeginLoc(), in checkAndSetInc()
7797 .ActOnIntegerConstant( in checkAndSetInc()
7955 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters()
7985 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in calculateNumIters()
8352 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get(), in buildPreCond()
9089 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
9106 SemaRef.ActOnIntegerConstant(SourceLocation(), 1).get()); in checkOpenMPLoop()
9122 SemaRef.ActOnIntegerConstant(InitLoc, 0).get(), in checkOpenMPLoop()
9137 SemaRef.ActOnIntegerConstant(InitLoc, 0).get(), in checkOpenMPLoop()
9145 SemaRef.ActOnIntegerConstant(InitLoc, 1).get(), in checkOpenMPLoop()
[all …]
H A DSemaExpr.cpp3583 ExprResult Sema::ActOnIntegerConstant(SourceLocation Loc, uint64_t Val) { in ActOnIntegerConstant() function in Sema
3654 return ActOnIntegerConstant(Tok.getLocation(), Val-'0'); in ActOnNumericConstant()
5292 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5321 ActOnIntegerConstant(D.AssignmentLoc, 1).get()); in ActOnOMPIteratorExpr()
5336 ActOnIntegerConstant(D.AssignmentLoc, 0).get()); in ActOnOMPIteratorExpr()
H A DSemaExprObjC.cpp376 Inner = ActOnIntegerConstant(ValueLoc, Value? 1 : 0); in ActOnObjCBoolLiteral()
H A DSemaDeclCXX.cpp941 ExprResult E = S.ActOnIntegerConstant(Loc, I); in checkArrayLikeDecomposition()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5187 ExprResult ActOnIntegerConstant(SourceLocation Loc, uint64_t Val);