Home
last modified time | relevance | path

Searched defs:is_enum (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
Dalias-template.cpp150 template<typename T> struct is_enum { static constexpr bool value = __is_enum(T); }; struct
Dtype-traits.cpp289 void is_enum() in is_enum() function
/external/python/cpython2/Lib/plat-mac/
Dgensuitemodule.py1153 def is_enum(data): function