Home
last modified time | relevance | path

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

/external/llvm-project/clang/test/Modules/Inputs/merge-anon-in-template/
Da.h1 template<typename T> struct is_floating { struct
2 enum { value = 0 };
3 typedef int type;
Dc.h1 template<typename T> struct is_floating { struct
6 bool n20 = is_floating<int>::value; argument
/external/clang/test/Modules/Inputs/merge-anon-in-template/
Da.h1 template<typename T> struct is_floating { struct
2 enum { value = 0 };
3 typedef int type;
Dc.h1 template<typename T> struct is_floating { struct
6 bool n20 = is_floating<int>::value; argument