Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp935 ExprResult &OtherExpr, in handleOtherComplexFloatConversion() argument
948 OtherExpr = S.ImpCastExprToType(OtherExpr.take(), fp, CK_FloatingCast); in handleOtherComplexFloatConversion()
949 OtherExpr = S.ImpCastExprToType(OtherExpr.take(), ComplexTy, in handleOtherComplexFloatConversion()
961 OtherExpr = S.ImpCastExprToType(OtherExpr.take(), result, in handleOtherComplexFloatConversion()
9024 const Expr *ObjCPointerExpr = 0, *OtherExpr = 0; in checkObjCPointerIntrospection() local
9030 OtherExpr = RHS; in checkObjCPointerIntrospection()
9034 OtherExpr = LHS; in checkObjCPointerIntrospection()
9041 if (ObjCPointerExpr && isa<IntegerLiteral>(OtherExpr->IgnoreParenCasts())) { in checkObjCPointerIntrospection()