Searched refs:VisitUnaryDeref (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp204 ComplexPairTy VisitUnaryDeref(const Expr *E) { return EmitLoadOfLValue(E); } function in class:__anon361::ComplexExprEmitter
H A DCGExprAgg.cpp135 void VisitUnaryDeref(UnaryOperator *E) { EmitAggLoadOfLValue(E); } function in class:__anon1::AggExprEmitter
H A DCGExprScalar.cpp623 Value *VisitUnaryDeref(const UnaryOperator *E) { function in class:__anon366::ScalarExprEmitter
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7394 bool VisitUnaryDeref(const UnaryOperator *E);
7671 bool LValueExprEvaluator::VisitUnaryDeref(const UnaryOperator *E) {

Completed in 139 milliseconds