Home
last modified time | relevance | path

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

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