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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp204 ComplexPairTy VisitUnaryDeref(const Expr *E) { return EmitLoadOfLValue(E); } function in class:__anon2863::ComplexExprEmitter
H A DCGExprAgg.cpp135 void VisitUnaryDeref(UnaryOperator *E) { EmitAggLoadOfLValue(E); } function in class:__anon2857::AggExprEmitter
H A DCGExprScalar.cpp623 Value *VisitUnaryDeref(const UnaryOperator *E) { function in class:__anon2868::ScalarExprEmitter
/freebsd-12-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 93 milliseconds