Searched refs:FallbackT (Results 1 – 2 of 2) sorted by relevance
846 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_clz() local847 const APSInt &Fallback = peekToAPSInt(S.Stk, FallbackT); in interp__builtin_clz()871 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_ctz() local872 const APSInt &Fallback = peekToAPSInt(S.Stk, FallbackT); in interp__builtin_ctz()
16190 QualType FallbackT; in RebuildUnresolvedUsingType() local16197 FallbackT = ThisT; in RebuildUnresolvedUsingType()16204 return T.isNull() ? FallbackT : T; in RebuildUnresolvedUsingType()