Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp205 ComplexPairTy VisitUnaryPreInc(const UnaryOperator *E) { in VisitUnaryPreInc() function in __anon7a4d3f6a0111::ComplexExprEmitter
H A DCGExprScalar.cpp595 Value *VisitUnaryPreInc(const UnaryOperator *E) { in VisitUnaryPreInc() function in __anonacb3eee80111::ScalarExprEmitter
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp13688 void VisitUnaryPreInc(const UnaryOperator *UO) { VisitUnaryPreIncDec(UO); } in VisitUnaryPreInc() function in __anon7fa672bc2011::SequenceChecker
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8075 bool VisitUnaryPreInc(const UnaryOperator *UO) { in VisitUnaryPreInc() function in __anondef1c1651a11::LValueExprEvaluator