Home | History | Annotate | Download | only in Sema

Lines Matching defs:OK

3975   ExprObjectKind OK = OK_Ordinary;
4024 OK = OK_VectorComponent;
4095 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc);
4838 ExprObjectKind OK = OK_Ordinary;
4847 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc);
6077 ExprObjectKind &OK,
6090 return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc);
6093 OK = OK_Ordinary;
6505 ExprObjectKind OK = OK_Ordinary;
6508 VK, OK, QuestionLoc);
6519 RHS.get(), result, VK, OK);
6523 ColonLoc, result, VK, OK);
9394 ExprObjectKind &OK,
9422 // OK!
9440 return CheckIncrementDecrementOperand(S, PR.get(), VK, OK, OpLoc,
9443 // OK! ( C/C++ Language Extensions for CBEA(Version 2.6) 10.3 )
9461 OK = Op->getObjectKind();
10005 ExprObjectKind OK = OK_Ordinary;
10029 OK = LHS.get()->getObjectKind();
10124 OK = RHS.get()->getObjectKind();
10155 OK, OpLoc, FPFeatures.fp_contract);
10159 OK = LHS.get()->getObjectKind();
10162 LHS.get(), RHS.get(), Opc, ResultTy, VK, OK, CompLHSTy, CompResultTy,
10493 ExprObjectKind OK = OK_Ordinary;
10500 resultType = CheckIncrementDecrementOperand(*this, Input.get(), VK, OK,
10580 // C99 6.5.3.3p1: ok, fallthrough;
10634 OK = Input.get()->getObjectKind();
10648 UnaryOperator(Input.get(), Opc, resultType, VK, OK, OpLoc);
11068 ExprObjectKind OK = OK_Ordinary;
11092 OK = ActiveExpr->getObjectKind();
11096 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc,