Home | History | Annotate | Download | only in Sema

Lines Matching defs:one

373   // Otherwise, it must already be one of our semantic expressions;
481 Expr *one = IntegerLiteral::Create(S.Context, oneV, S.Context.IntTy,
485 result = S.BuildBinOp(Sc, opcLoc, BO_Add, result.get(), one);
487 result = S.BuildBinOp(Sc, opcLoc, BO_Sub, result.get(), one);