• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/

Lines Matching defs:OK

4738   ExprObjectKind OK = OK_Ordinary;
4818 OK = OK_VectorComponent;
4921 ArraySubscriptExpr(LHSExp, RHSExp, ResultType, VK, OK, RLoc);
5878 ExprObjectKind OK = OK_Ordinary;
5887 return new (Context) AsTypeExpr(E, DstTy, VK, OK, BuiltinLoc, RParenLoc);
6674 // OK, integer (vector) -> integer (vector) bitcast.
7452 ExprObjectKind &OK,
7465 return CXXCheckConditionalOperands(Cond, LHS, RHS, VK, OK, QuestionLoc);
7468 OK = OK_Ordinary;
7989 ExprObjectKind OK = OK_Ordinary;
7992 VK, OK, QuestionLoc);
8008 RHS.get(), result, VK, OK);
8012 ColonLoc, result, VK, OK);
12234 ExprObjectKind &OK,
12264 // OK!
12282 return CheckIncrementDecrementOperand(S, PR.get(), VK, OK, OpLoc,
12285 // OK! ( C/C++ Language Extensions for CBEA(Version 2.6) 10.3 )
12313 OK = Op->getObjectKind();
12856 ExprValueKind VK, ExprObjectKind OK,
12877 LHS.get(), RHS.get(), Opc, ResultTy, VK, OK, BinOpResTy, BinOpResTy,
12882 VK, OK, OpLoc, FPFeatures);
12945 ExprObjectKind OK = OK_Ordinary;
12991 OK = LHS.get()->getObjectKind();
13125 OK = RHS.get()->getObjectKind();
13177 return convertHalfVecBinOp(*this, LHS, RHS, Opc, ResultTy, VK, OK, false,
13180 OK, OpLoc, FPFeatures);
13187 OK = LHS.get()->getObjectKind();
13191 return convertHalfVecBinOp(*this, LHS, RHS, Opc, ResultTy, VK, OK, true,
13195 LHS.get(), RHS.get(), Opc, ResultTy, VK, OK, CompLHSTy, CompResultTy,
13581 ExprObjectKind OK = OK_Ordinary;
13611 resultType = CheckIncrementDecrementOperand(*this, Input.get(), VK, OK,
13764 OK = Input.get()->getObjectKind();
13785 UnaryOperator(Input.get(), Opc, resultType, VK, OK, OpLoc, CanOverflow);
14175 ExprObjectKind OK = OK_Ordinary;
14199 OK = ActiveExpr->getObjectKind();
14203 ChooseExpr(BuiltinLoc, CondExpr, LHSExpr, RHSExpr, resType, VK, OK, RPLoc,