Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h1504 static inline bool IncDecPtrHelper(InterpState &S, CodePtr OpPC, in IncDecPtrHelper() function
1531 return IncDecPtrHelper<ArithOp::Add>(S, OpPC, Ptr); in IncPtr()
1540 return IncDecPtrHelper<ArithOp::Sub>(S, OpPC, Ptr); in DecPtr()