Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def16 TRANSFORM_TYPE_TRAIT_DEF(Decay, decay)
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DOverload.h432 auto Decay = [&](QualType T) { in isPerfect()
446 assert(C.hasSameUnqualifiedType(Decay(getFromType()), in isPerfect()
447 Decay(getToType(2)))); in isPerfect()
/freebsd/contrib/jemalloc/
H A DTUNING.md41 Decay time determines how fast jemalloc returns unused pages back to the
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6631 using Decay = typename std::decay<T>::type; typedef
6634 : std::is_same<Decay<T>, Decay<U>> {};
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp10029 case UnaryTransformType::Decay: { in BuildUnaryTransformType()