Home
last modified time | relevance | path

Searched defs:is_const_v (Results 1 – 2 of 2) sorted by relevance

/llvm-project/libcxx/include/__type_traits/
H A Dis_const.h28 _LIBCPP_NO_SPECIALIZATIONS inline constexpr bool is_const_v = __is_const(_Tp); variable
/llvm-project/clang/test/AST/
H A Dast-dump-template-json-win32-mangler-crash.cpp26 _INLINE_VAR constexpr bool is_const_v = false; // determine whether type argument is const qualified variable