Home
last modified time | relevance | path

Searched defs:is_char (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/source/DataFormatters/
DVectorType.cpp158 bool is_char = element_type.IsCharType(); in GetItemFormatForFormat() local
/external/fmtlib/include/fmt/
Dcore.h444 template <typename T> struct is_char : std::false_type {}; struct
/external/llvm-project/clang/test/SemaTemplate/
Dtemp_arg_nontype_cxx1z.cpp267 Any<(char)0>::Short is_char; // expected-error {{ambiguous}} variable
/external/fmtlib/test/
Dformat-test.cc2445 template <> struct is_char<custom_char> : std::true_type {}; struct