Home
last modified time | relevance | path

Searched defs:IntegralAP (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DIntegral.h32 template <bool Signed> class IntegralAP; variable
H A DIntegralAP.h43 friend IntegralAP<!Signed>; variable
95 IntegralAP(unsigned BitWidth) : Val(0), BitWidth(BitWidth) { in IntegralAP() function
98 IntegralAP(uint64_t *Memory, unsigned BitWidth) in IntegralAP() function
100 IntegralAP(const APInt &V) : BitWidth(V.getBitWidth()) { in IntegralAP() function
H A DPrimType.h30 template <bool Signed> class IntegralAP; variable