Home
last modified time | relevance | path

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

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