Searched refs:VisitUnaryDeref (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/CodeGen/ | ||
D | CGExprAgg.cpp | 138 void VisitUnaryDeref(UnaryOperator *E) { EmitAggLoadOfLValue(E); } in VisitUnaryDeref() function in __anonbf77ee580111::AggExprEmitter |
D | CGExprComplex.cpp | 180 ComplexPairTy VisitUnaryDeref(const Expr *E) { return EmitLoadOfLValue(E); } in VisitUnaryDeref() function in __anone6b7eb410111::ComplexExprEmitter |
D | CGExprScalar.cpp | 367 Value *VisitUnaryDeref(const UnaryOperator *E) { in VisitUnaryDeref() function in __anonaffcfbdf0111::ScalarExprEmitter |
/external/clang/lib/AST/ | ||
D | ExprConstant.cpp | 4463 bool VisitUnaryDeref(const UnaryOperator *E); |