Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Basic/
H A DTransformTypeTraits.def16 TRANSFORM_TYPE_TRAIT_DEF(Decay, decay)
/src/contrib/jemalloc/
H A DTUNING.md41 Decay time determines how fast jemalloc returns unused pages back to the
/src/contrib/bsnmp/tests/
H A Dcatch.hpp6631 using Decay = typename std::decay<T>::type; typedef
6634 : std::is_same<Decay<T>, Decay<U>> {};
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9747 case UnaryTransformType::Decay: { in BuildUnaryTransformType()