Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DPointerLikeTypeTraits.h30 struct ConstantLog2 struct
31 : std::integral_constant<size_t, ConstantLog2<N / 2>::value + 1> {};
32 template <> struct ConstantLog2<1> : std::integral_constant<size_t, 0> {};
61 detail::ConstantLog2<alignof(T)>::value;
127 detail::ConstantLog2<Alignment>::value;
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h984 llvm::detail::ConstantLog2<alignof(Expr)>::value,