| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Support/ |
| H A D | BumpVector.h | 71 if (std::is_class<T>::value) { in ~BumpVector() 143 if (std::is_class<T>::value) { in clear() 237 if (std::is_class<T>::value) { in grow()
|
| /netbsd-src/external/gpl3/binutils/dist/opcodes/ |
| H A D | ia64-gen.c | 207 int is_class; /* Is a class, not a terminal. */ member 459 int is_class = 0; in fetch_insn_class() local 464 is_class = 1; in fetch_insn_class() 470 is_class = 1; in fetch_insn_class() 472 is_class = 1; in fetch_insn_class() 474 is_class = 1; in fetch_insn_class() 535 ics[ind]->is_class = is_class; in fetch_insn_class() 549 if ((xsect || comment || notestr) && is_class) in fetch_insn_class() 589 if (ic1->is_class) in sub_compare() 591 if (!ic2->is_class) in sub_compare() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ia64-gen.c | 216 int is_class; /* Is a class, not a terminal. */ member 468 int is_class = 0; in fetch_insn_class() local 473 is_class = 1; in fetch_insn_class() 479 is_class = 1; in fetch_insn_class() 481 is_class = 1; in fetch_insn_class() 483 is_class = 1; in fetch_insn_class() 544 ics[ind]->is_class = is_class; in fetch_insn_class() 558 if ((xsect || comment || notestr) && is_class) in fetch_insn_class() 598 if (ic1->is_class) in sub_compare() 600 if (!ic2->is_class) in sub_compare() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
| H A D | objc-act.cc | 497 int is_class) in lookup_method_in_protocol_list() argument 509 if (is_class) in lookup_method_in_protocol_list() 518 if (is_class) in lookup_method_in_protocol_list() 529 sel_name, is_class); in lookup_method_in_protocol_list() 1373 tree protocol_list, tree component, bool is_class, in maybe_make_artificial_property_decl() argument 1392 if (is_class) in maybe_make_artificial_property_decl() 1404 if (is_class) in maybe_make_artificial_property_decl() 1421 getter = lookup_method_in_protocol_list (protocol_list, getter_name, is_class); in maybe_make_artificial_property_decl() 1422 setter = lookup_method_in_protocol_list (protocol_list, setter_name, is_class); in maybe_make_artificial_property_decl() 5235 check_duplicates (tree method, int methods, int is_class) in check_duplicates() argument [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-act.c | 494 int is_class) in lookup_method_in_protocol_list() argument 506 if (is_class) in lookup_method_in_protocol_list() 515 if (is_class) in lookup_method_in_protocol_list() 526 sel_name, is_class); in lookup_method_in_protocol_list() 1310 tree protocol_list, tree component, bool is_class, in maybe_make_artificial_property_decl() argument 1329 if (is_class) in maybe_make_artificial_property_decl() 1341 if (is_class) in maybe_make_artificial_property_decl() 1358 getter = lookup_method_in_protocol_list (protocol_list, getter_name, is_class); in maybe_make_artificial_property_decl() 1359 setter = lookup_method_in_protocol_list (protocol_list, setter_name, is_class); in maybe_make_artificial_property_decl() 5156 check_duplicates (tree method, int methods, int is_class) in check_duplicates() argument [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTVector.h | 76 if (std::is_class<T>::value) { in ~ASTVector() 146 if (std::is_class<T>::value) { in clear() 392 if (std::is_class<T>::value) { in grow()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/ |
| H A D | nested_exception.h | 125 using __nest = __and_<is_class<_Up>, __bool_constant<!__is_final(_Up)>, in throw_with_nested()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/ |
| H A D | nested_exception.h | 125 using __nest = __and_<is_class<_Up>, __bool_constant<!__is_final(_Up)>, in throw_with_nested()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | type_traits.h | 35 !std::is_class<UnderlyingT>::value && // Filter conversion operators.
|
| H A D | YAMLTraits.h | 484 template <typename T, bool Enabled = std::is_class<T>::value>
|
| H A D | CommandLine.h | 612 : OptionValueBase<DataType, std::is_class<DataType>::value> { 1424 std::is_class<DataType>::value> {
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
| H A D | type_traits | 216 /// is_class 218 struct is_class
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| H A D | type_traits | 214 /// is_class 216 struct is_class
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | exception | 296 is_class<_Up>::value &&
|
| H A D | type_traits | 46 template <class T> struct is_class; 269 = is_class<T>::value; // C++17 978 // is_class 980 #if __has_feature(is_class) || defined(_LIBCPP_COMPILER_GCC) 982 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_class 993 template <class _Tp> struct _LIBCPP_TEMPLATE_VIS is_class 1001 = is_class<_Tp>::value; 1137 !is_class<_Tp>::value && 1248 is_class<_Tp>::value > {}; 1854 template <class _Tp, bool = is_class<_Tp>::value> [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | trans-types.c | 2837 && !derived->attr.is_class) in gfc_get_derived_type() 2957 bool is_class = false; in create_fn_spec() local 2962 is_class = f->sym->ts.type == BT_CLASS && CLASS_DATA (f->sym) in create_fn_spec() 2964 is_pointer = is_class ? CLASS_DATA (f->sym)->attr.class_pointer in create_fn_spec() 2973 || (is_class in create_fn_spec()
|
| H A D | symbol.c | 5132 && ((ts1->u.derived->attr.is_class in gfc_type_compatible() 5147 ts2->u.derived->attr.is_class ? in gfc_type_compatible() 5151 return gfc_type_is_extension_of (ts1->u.derived->attr.is_class ? in gfc_type_compatible() 5156 return gfc_type_is_extension_of (ts1->u.derived->attr.is_class ? in gfc_type_compatible() 5159 ts2->u.derived->attr.is_class ? in gfc_type_compatible()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | symbol.cc | 3767 && sym->ts.u.derived->attr.is_class in free_old_symbol() 5159 && ((ts1->u.derived->attr.is_class in gfc_type_compatible() 5174 ts2->u.derived->attr.is_class ? in gfc_type_compatible() 5178 return gfc_type_is_extension_of (ts1->u.derived->attr.is_class ? in gfc_type_compatible() 5183 return gfc_type_is_extension_of (ts1->u.derived->attr.is_class ? in gfc_type_compatible() 5186 ts2->u.derived->attr.is_class ? in gfc_type_compatible()
|
| H A D | trans-types.cc | 2907 && !derived->attr.is_class) in gfc_get_derived_type() 3045 bool is_class = false; in create_fn_spec() local 3050 is_class = f->sym->ts.type == BT_CLASS && CLASS_DATA (f->sym) in create_fn_spec() 3052 is_pointer = is_class ? CLASS_DATA (f->sym)->attr.class_pointer in create_fn_spec() 3061 || (is_class in create_fn_spec()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/ |
| H A D | type_traits | 82 constexpr bool is_class_v = is_class<_Tp>::value;
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/ |
| H A D | Features.def | 205 FEATURE(is_class, LangOpts.CPlusPlus)
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| H A D | c-ada-spec.c | 2744 bool is_class = false; in dump_ada_declaration() local 2864 is_class = true; in dump_ada_declaration() 3185 if (is_class) in dump_ada_declaration()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
| H A D | c-ada-spec.cc | 2801 bool is_class = false; in dump_ada_declaration() local 2912 is_class = true; in dump_ada_declaration() 3247 if (is_class) in dump_ada_declaration()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/ |
| H A D | type_traits | 97 constexpr bool is_class_v = is_class<_Tp>::value;
|
| H A D | propagate_const | 108 __or_<is_class<_Tp>, is_pointer<_Tp>>>::value,
|