Home
last modified time | relevance | path

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

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