Home
last modified time | relevance | path

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

/external/armnn/third-party/fmt/
Dcore.h75 # define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x) macro
77 # define FMT_HAS_CPP_ATTRIBUTE(x) 0 macro
/external/fmtlib/include/fmt/
Dbase.h85 # define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x) macro
87 # define FMT_HAS_CPP_ATTRIBUTE(x) 0 macro
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/
Dformat.h129 # define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x) macro
131 # define FMT_HAS_CPP_ATTRIBUTE(x) 0 macro
/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/
Dformat.h132 # define FMT_HAS_CPP_ATTRIBUTE(x) __has_cpp_attribute(x) macro
134 # define FMT_HAS_CPP_ATTRIBUTE(x) 0 macro