Home
last modified time | relevance | path

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

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