Home
last modified time | relevance | path

Searched defs:is_class (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dsfinae-1.cpp10 template<typename T> struct is_class { struct
11 static const bool value = sizeof(__is_class_check<T>(0)) == 1; argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/
Dsfinae-1.cpp10 template<typename T> struct is_class { struct
11 static const bool value = sizeof(__is_class_check<T>(0)) == 1; argument
/external/llvm-project/lldb/source/Interpreter/
DOptionGroupPythonClassWithDict.cpp18 bool is_class, in OptionGroupPythonClassWithDict()
/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp116 template <typename T> struct is_class { struct
117 enum { value = 0 };
Dtype-traits.cpp252 void is_class() in is_class() function
/external/llvm-project/clang/test/SemaCXX/
Dqualified-id-lookup.cpp116 template <typename T> struct is_class { struct
117 enum { value = 0 };
Dtype-traits.cpp308 void is_class() in is_class() function
/external/libcups/cgi-bin/
Dadmin.c2269 *is_class, /* Is a class? */ in do_set_allowed_users() local
2534 *is_class; /* Is a class? */ in do_set_default() local
2612 int is_class) /* I - Set options for class? */ in do_set_options()
3357 *is_class, /* Is a class? */ in do_set_sharing() local
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc161 string ToJavaName(const Params& params, const string& name, bool is_class, in ToJavaName()
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc233 string ToJavaName(const Params& params, const string& name, bool is_class, in ToJavaName()
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp899 bool is_class = false; in GetArgInfo() local
/external/libabigail/src/
Dabg-ir.cc12589 class_decl_sptr is_class = is_class_type(t); in get_canonical_type_for() local