Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp199 ComplexPairTy VisitUnaryPostInc(const UnaryOperator *E) { in VisitUnaryPostInc() function in __anon7a4d3f6a0111::ComplexExprEmitter
H A DCGExprScalar.cpp587 Value *VisitUnaryPostInc(const UnaryOperator *E) { in VisitUnaryPostInc() function in __anonacb3eee80111::ScalarExprEmitter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13704 void VisitUnaryPostInc(const UnaryOperator *UO) { VisitUnaryPostIncDec(UO); } in VisitUnaryPostInc() function in __anon7fa672bc2011::SequenceChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp7834 bool VisitUnaryPostInc(const UnaryOperator *UO) { in VisitUnaryPostInc() function in __anondef1c1651611::ExprEvaluatorBase