Home
last modified time | relevance | path

Searched refs:VisitPointerArithBinOp (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.h125 bool VisitPointerArithBinOp(const BinaryOperator *E);
HDCompiler.cpp765 return this->VisitPointerArithBinOp(BO); in VisitBinaryOperator()
859 bool Compiler<Emitter>::VisitPointerArithBinOp(const BinaryOperator *E) { in VisitPointerArithBinOp() function in Compiler