Home
last modified time | relevance | path

Searched refs:build_type_attribute_variant (Results 1 – 25 of 34) sorted by relevance

12

/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtypeck.c363 return build_type_attribute_variant (t1, attributes);
365 return build_type_attribute_variant (t2, attributes);
398 return build_type_attribute_variant (t1, attributes);
400 return build_type_attribute_variant (t2, attributes);
424 return build_type_attribute_variant (t, attributes);
437 return build_type_attribute_variant (t, attributes);
441 return build_type_attribute_variant (t1, attributes);
443 return build_type_attribute_variant (t2, attributes);
453 return build_type_attribute_variant (double_type_node,
457 return build_type_attribute_variant (float_type_node,
[all …]
H A Dpt.c1447 new_type = build_type_attribute_variant (new_type,
6568 fntype = build_type_attribute_variant (fntype, TYPE_ATTRIBUTES (t));
H A Dclass.c4124 = build_type_attribute_variant (TREE_TYPE (clone),
H A Ddecl.c3429 type = build_type_attribute_variant (type, attribs);
/openbsd/gnu/gcc/gcc/cp/
H A Dtypeck.c281 return build_type_attribute_variant (t1, attributes); in type_after_usual_arithmetic_conversions()
283 return build_type_attribute_variant (t2, attributes); in type_after_usual_arithmetic_conversions()
294 return build_type_attribute_variant (t1, attributes); in type_after_usual_arithmetic_conversions()
296 return build_type_attribute_variant (t2, attributes); in type_after_usual_arithmetic_conversions()
326 return build_type_attribute_variant (t1, attributes); in type_after_usual_arithmetic_conversions()
328 return build_type_attribute_variant (t2, attributes); in type_after_usual_arithmetic_conversions()
352 return build_type_attribute_variant (t, attributes); in type_after_usual_arithmetic_conversions()
369 return build_type_attribute_variant (t1, attributes); in type_after_usual_arithmetic_conversions()
371 return build_type_attribute_variant (t2, attributes); in type_after_usual_arithmetic_conversions()
385 return build_type_attribute_variant (float_type_node, in type_after_usual_arithmetic_conversions()
[all …]
H A Dtree.c1946 new_type = build_type_attribute_variant (type, attributes); in cp_build_type_attribute_variant()
H A DChangeLog-20034 * decl.c (duplicate_decls): Use build_type_attribute_variant to
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-typeck.c258 return build_type_attribute_variant (t1, attributes);
260 return build_type_attribute_variant (t2, attributes);
273 return build_type_attribute_variant (t1, attributes);
276 return build_type_attribute_variant (t2, attributes);
281 return build_type_attribute_variant (t1, attributes);
283 return build_type_attribute_variant (t2, attributes);
301 return build_type_attribute_variant (t1, attributes);
313 return build_type_attribute_variant (t1, attributes);
315 return build_type_attribute_variant (t2, attributes);
332 return build_type_attribute_variant (t1, attributes);
[all …]
H A Dattribs.c297 *anode = build_type_attribute_variant (*anode,
H A Dc-decl.c996 trytype = build_type_attribute_variant (trytype,
1019 trytype = build_type_attribute_variant (trytype,
1038 trytype = build_type_attribute_variant (trytype,
1336 = build_type_attribute_variant
H A Dtree.h2308 extern tree build_type_attribute_variant PARAMS ((tree, tree));
H A Dtree.c2533 build_type_attribute_variant (ttype, attribute) in build_type_attribute_variant() function
H A DChangeLog.23833 * tree.c (build_type_attribute_variant): Push to obstack of
12946 * tree.c (build_type_attribute_variant): Move current_obstack restore
/openbsd/gnu/gcc/gcc/config/i386/
H A Dcygming.h287 build_type_attribute_variant ((MDECL), \
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dcygwin.h407 build_type_attribute_variant ((MDECL), \
/openbsd/gnu/gcc/gcc/
H A Dattribs.c318 *anode = build_type_attribute_variant (*anode, in decl_attributes()
H A Dc-typeck.c318 t1 = build_type_attribute_variant (t1, attributes); in composite_type()
350 return build_type_attribute_variant (t1, attributes); in composite_type()
353 return build_type_attribute_variant (t2, attributes); in composite_type()
356 return build_type_attribute_variant (t1, attributes); in composite_type()
358 return build_type_attribute_variant (t2, attributes); in composite_type()
375 return build_type_attribute_variant (t1, attributes); in composite_type()
404 return build_type_attribute_variant (t1, attributes); in composite_type()
418 t1 = build_type_attribute_variant (t1, attributes); in composite_type()
565 return build_type_attribute_variant (t1, attributes); in common_pointer_type()
595 t1 = build_type_attribute_variant (t1, NULL_TREE); in c_common_type()
[all …]
H A Dc-decl.c1025 return build_type_attribute_variant (trytype, TYPE_ATTRIBUTES (oldtype)); in match_builtin_function_types()
2135 = build_type_attribute_variant (thistype, in pushdecl()
2239 = build_type_attribute_variant (thistype, in pushdecl()
2399 newtype = build_type_attribute_variant (newtype, in implicitly_declare()
H A Dtree.h3644 extern tree build_type_attribute_variant (tree, tree);
H A Dtree.c3431 build_type_attribute_variant (tree ttype, tree attribute) in build_type_attribute_variant() function
/openbsd/gnu/gcc/gcc/config/avr/
H A Davr.c4677 tree newtype = build_type_attribute_variant (type, attr); in avr_handle_progmem_attribute()
/openbsd/gnu/usr.bin/gcc/gcc/config/avr/
H A Davr.c4757 tree newtype = build_type_attribute_variant (type, attr);
/openbsd/gnu/usr.bin/gcc/gcc/config/ip2k/
H A Dip2k.c3187 tree newtype = build_type_attribute_variant (type, attr);
/openbsd/gnu/usr.bin/gcc/gcc/config/arm/
H A Darm.c2115 TREE_TYPE (*node) = build_type_attribute_variant
/openbsd/gnu/gcc/gcc/config/arm/
H A Darm.c2917 TREE_TYPE (*node) = build_type_attribute_variant in arm_handle_isr_attribute()

12