Home
last modified time | relevance | path

Searched refs:OtherExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10010 ExprResult *OtherExpr = LHSVecType ? &RHS : &LHS; in CheckVectorOperands() local
10016 *OtherExpr = ImpCastExprToType(OtherExpr->get(), VecType, CK_BitCast); in CheckVectorOperands()
13702 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
13708 OtherExpr = RHS; in checkObjCPointerIntrospection()
13712 OtherExpr = LHS; in checkObjCPointerIntrospection()
13719 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()
/external/clang/lib/Sema/
DSemaExpr.cpp10721 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
10727 OtherExpr = RHS; in checkObjCPointerIntrospection()
10731 OtherExpr = LHS; in checkObjCPointerIntrospection()
10738 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()