Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp933 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_clz() local
934 Fallback = popToAPSInt(S.Stk, FallbackT); in interp__builtin_clz()
964 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_ctz() local
965 Fallback = popToAPSInt(S.Stk, FallbackT); in interp__builtin_ctz()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h17327 QualType FallbackT; in RebuildUnresolvedUsingType() local
17334 FallbackT = ThisT; in RebuildUnresolvedUsingType()
17341 return T.isNull() ? FallbackT : T; in RebuildUnresolvedUsingType()