Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DWithCache.h34 using conditionally_const_t = std::conditional_t<Const, const T, T>; variable
36 using PointerType = conditionally_const_t<UnderlyingType *, IsConst>;
37 using ReferenceType = conditionally_const_t<UnderlyingType &, IsConst>;