Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10457 ExprResult *OtherExpr = LHSVecType ? &RHS : &LHS; in CheckVectorOperands() local
10467 *OtherExpr = ImpCastExprToType(OtherExpr->get(), VecType, CK_BitCast); in CheckVectorOperands()
14854 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
14860 OtherExpr = RHS; in checkObjCPointerIntrospection()
14864 OtherExpr = LHS; in checkObjCPointerIntrospection()
14871 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()