Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeExprGen.h95 bool VisitPointerCompoundAssignOperator(const CompoundAssignOperator *E);
H A DByteCodeExprGen.cpp1294 bool ByteCodeExprGen<Emitter>::VisitPointerCompoundAssignOperator( in VisitPointerCompoundAssignOperator() function in ByteCodeExprGen
1350 return VisitPointerCompoundAssignOperator(E); in VisitCompoundAssignOperator()