Home
last modified time | relevance | path

Searched defs:VisitUnaryPostDec (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp205 ComplexPairTy VisitUnaryPostDec(const UnaryOperator *E) { in VisitUnaryPostDec() function in __anon18403adf0111::ComplexExprEmitter
H A DCGExprScalar.cpp606 Value *VisitUnaryPostDec(const UnaryOperator *E) { in VisitUnaryPostDec() function in __anone7cacfbd0111::ScalarExprEmitter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp12287 void VisitUnaryPostDec(const UnaryOperator *UO) { VisitUnaryPostIncDec(UO); } in VisitUnaryPostDec() function in __anon28c3fbb12811::SequenceChecker
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8268 bool VisitUnaryPostDec(const UnaryOperator *UO) { in VisitUnaryPostDec() function in __anonfb577fba1711::ExprEvaluatorBase