Home
last modified time | relevance | path

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

/external/flatbuffers/include/flatbuffers/
Dstl_emulation.h139 template <typename T> using is_floating_point = std::is_floating_point<T>; variable
146 template <typename T> using is_floating_point = variable
/external/clang/test/SemaCXX/
Dtype-traits.cpp426 void is_floating_point() in is_floating_point() function