Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp846 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_clz() local
847 const APSInt &Fallback = peekToAPSInt(S.Stk, FallbackT); in interp__builtin_clz()
871 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_ctz() local
872 const APSInt &Fallback = peekToAPSInt(S.Stk, FallbackT); in interp__builtin_ctz()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h16190 QualType FallbackT; in RebuildUnresolvedUsingType() local
16197 FallbackT = ThisT; in RebuildUnresolvedUsingType()
16204 return T.isNull() ? FallbackT : T; in RebuildUnresolvedUsingType()