Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp2961 APSInt ActualValue(Value, /*IsUnsigned*/true); in found() local
2962 HandleOverflow(Info, E, ActualValue, SubobjType); in found()
2970 APSInt ActualValue(Value.sext(BitWidth + 1), /*IsUnsigned*/false); in found() local
2971 ActualValue.setBit(BitWidth); in found()
2972 HandleOverflow(Info, E, ActualValue, SubobjType); in found()