Searched refs:VisitUnaryDeref (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ | ||
D | CGExprComplex.cpp | 182 ComplexPairTy VisitUnaryDeref(const Expr *E) { return EmitLoadOfLValue(E); } in VisitUnaryDeref() function in __anona99be60d0111::ComplexExprEmitter |
D | CGExprAgg.cpp | 139 void VisitUnaryDeref(UnaryOperator *E) { EmitAggLoadOfLValue(E); } in VisitUnaryDeref() function in __anon41d663240111::AggExprEmitter |
D | CGExprScalar.cpp | 366 Value *VisitUnaryDeref(const UnaryOperator *E) { in VisitUnaryDeref() function in __anonbda6cd2b0111::ScalarExprEmitter |
/external/clang/lib/AST/ | ||
D | ExprConstant.cpp | 4584 bool VisitUnaryDeref(const UnaryOperator *E); |