Home
last modified time | relevance | path

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

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