Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegral.h32 template <bool Signed> class IntegralAP; variable
H A DIntegralAP.h59 IntegralAP(T Value, unsigned BitWidth) in IntegralAP() function
62 IntegralAP(APInt V) : V(V) {} in IntegralAP() function
64 IntegralAP() : IntegralAP(-1, 1024) {} in IntegralAP() function
H A DPrimType.h28 template <bool Signed> class IntegralAP; variable