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.cpp10241 ExprResult *OtherExpr = LHSVecType ? &RHS : &LHS; in CheckVectorOperands() local
10251 *OtherExpr = ImpCastExprToType(OtherExpr->get(), VecType, CK_BitCast); in CheckVectorOperands()
14458 const Expr *ObjCPointerExpr = nullptr, *OtherExpr = nullptr; in checkObjCPointerIntrospection() local
14464 OtherExpr = RHS; in checkObjCPointerIntrospection()
14468 OtherExpr = LHS; in checkObjCPointerIntrospection()
14475 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()