Searched defs:VisitUnaryPostInc (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGExprComplex.cpp | 203 ComplexPairTy VisitUnaryPostInc(const UnaryOperator *E) { VisitUnaryPostInc() function in __anond007d2310111::ComplexExprEmitter |
H A D | CGExprScalar.cpp | 593 Value *VisitUnaryPostInc(const UnaryOperator *E) { VisitUnaryPostInc() function in __anon4a73c4cf0111::ScalarExprEmitter |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaChecking.cpp | 17181 void VisitUnaryPostInc(const UnaryOperator *UO) { VisitUnaryPostIncDec(UO); } VisitUnaryPostInc() function in __anon6690ba032c11::SequenceChecker |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | ExprConstant.cpp | 8201 bool VisitUnaryPostInc(const UnaryOperator *UO) { VisitUnaryPostInc() function in __anon147cbbcc1711::ExprEvaluatorBase |