Searched defs:is_class (Results 1 - 7 of 7) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
H A Dsfinae-1.cpp10 template<typename T> struct is_class { struct
16 int array0[is_class<X>::value? 1 : -1];
17 int array1[is_class<int>::value? -1 : 1];
18 int array2[is_class<char[3]>::value? -1 : 1];
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A Dtype_traits.h33 // the is_class template below. They cannot be located inside
34 // is_class because doing so causes at least GCC to think that
38 // important to make the is_class<T>::value idiom zero cost. it
46 struct is_class struct in namespace:llvm
48 // is_class<> metafunction due to Paul Mensonides (leavings@attbi.com). For
62 static const bool value = !is_class<T>::value;
106 = is_class<Base>::value && is_class<Derived>::value &&
/external/webrtc/webrtc/base/
H A Dtemplate_util.h95 // is_class type_trait implementation.
119 struct is_class struct in namespace:rtc
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc161 string ToJavaName(const Params& params, const string& name, bool is_class, argument
166 } else if (is_class && params.java_multiple_files(file->name())) {
/external/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp116 template <typename T> struct is_class { struct in namespace:test1
122 return is_class<T>::value;
H A Dtype-traits.cpp252 void is_class() function
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc233 string ToJavaName(const Params& params, const string& name, bool is_class, argument
238 } else if (is_class && params.java_multiple_files(file->name())) {

Completed in 185 milliseconds