ΒΆtemplate <typename T, bool (*)(T, T, unsigned int, T*) OpFW, >
bool AddSubMulHelper(
clang::interp::InterpState& S,
clang::interp::CodePtr OpPC,
unsigned int Bits,
const T& LHS,
const T& RHS)
template <typename T, bool (*)(T, T, unsigned int, T*) OpFW, >
bool AddSubMulHelper(
clang::interp::InterpState& S,
clang::interp::CodePtr OpPC,
unsigned int Bits,
const T& LHS,
const T& RHS)
Declared at: clang/lib/AST/Interp/Interp.h:103
Templates
- T
- bool (*)(T, T, unsigned int, T *) OpFW
Parameters
- clang::interp::InterpState& S
- clang::interp::CodePtr OpPC
- unsigned int Bits
- const T& LHS
- const T& RHS