Home
last modified time | relevance | path

Searched refs:typespec (Results 1 – 25 of 28) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/utils/
H A Dconvert_arm_neon.py52 def typespec_elt_size(typespec): argument
53 if 'c' in typespec:
55 elif 's' in typespec or 'h' in typespec:
57 elif 'i' in typespec or 'f' in typespec:
59 elif 'l' in typespec or 'd' in typespec:
61 elif 'k' in typespec:
75 def remap_protocol(proto, typespec, name): argument
81 default_width = typespec_elt_size(typespec)
83 for elt in typespec:
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dparse.y419 %type <ftype> type_id new_type_id typed_typespecs typespec typed_declspecs
1032 TEMPLATE begin_explicit_instantiation typespec ';'
1046 | SCSPEC TEMPLATE begin_explicit_instantiation typespec ';'
1360 | '(' typespec ')'
1836 typespec initdecls ';'
1884 | typespec absdcl
1909 declmods typespec
1912 | typespec reserved_declspecs %prec HYPERUNARY
1915 | typespec reserved_typespecquals reserved_declspecs
1918 | declmods typespec reserved_declspecs
[all …]
H A DChangeLog.1652 * parse.y (typespec): Only complain about typeof if we're not
2366 the same type as that given for the typespec in an explicit dtor call.
2419 * parse.y (typed_declspecs1): Add 'typespec reserved_typespecquals
7535 * parse.y (decl): Add "direct_" in typespec X rules.
7540 (named_parm): Add typespec direct_declarator rule.
7573 (decl): Add typespec initdecls ';' and typespec declarator ';'
7607 * parse.y (typespec): Add SCOPE TYPENAME for global scoped
7694 * parse.y (primary): Replace `typespec LEFT_RIGHT' rule with
7695 `typespec fcast_or_absdcl' rule.
7698 (typename): Replace `typespec absdcl1' rule with
[all …]
H A DChangeLog.27849 * parse.y (typespec): Use it.
14987 * parse.y (explicit_instantiation): Use typespec instead of
15411 * parse.y (typespec): Don't pedwarn for typeof.
H A DChangeLog16154 (typed_declspecs, declmods, typespec): Set lookups field.
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A Darm_neon_incl.td193 // A typespec is a sequence of uppercase characters (modifiers) followed by one
194 // lowercase character. A typespec encodes a particular "base type" of the
197 // An example typespec is "Qs" - quad-size short - uint16x8_t. The available
198 // typespec codes are given below.
201 // is instantiated for every typespec in the sequence. For example "sdQsQd".
H A Darm_sve.td25 // A typespec is a sequence of uppercase characters (modifiers) followed by one
26 // lowercase character. A typespec encodes a particular "base type" of the
29 // An example typespec is "Us" - unsigned short - svuint16_t. The available
30 // typespec codes are given below.
33 // is instantiated for every typespec in the sequence. For example "sdUsUd".
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-19944095 * parse.y (decl): Add "direct_" in typespec X rules.
4100 (named_parm): Add typespec direct_declarator rule.
4133 (decl): Add typespec initdecls ';' and typespec declarator ';'
4167 * parse.y (typespec): Add SCOPE TYPENAME for global scoped
4254 * parse.y (primary): Replace `typespec LEFT_RIGHT' rule with
4255 `typespec fcast_or_absdcl' rule.
4258 (typename): Replace `typespec absdcl1' rule with
4259 `typespec direct_abstract_declarator' rule.
4313 (typename): Move before typed_declspecs, add 'typespec absdcl1' rule.
4333 (typed_declspecs): Accept typed_typespecs, rather than typespec
H A DChangeLog-19971316 * parse.y (explicit_instantiation): Use typespec instead of
1740 * parse.y (typespec): Don't pedwarn for typeof.
H A DChangeLog-19951003 * parse.y (typespec): Only complain about typeof if we're not
2717 the same type as that given for the typespec in an explicit dtor call.
2770 * parse.y (typed_declspecs1): Add 'typespec reserved_typespecquals
H A DChangeLog-20006282 (typed_declspecs, declmods, typespec): Set lookups field.
H A DChangeLog-19981061 * parse.y (typespec): Use it.
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-parse.in1641 after an explicit typespec). */
1648 /* A declarator that is allowed only after an explicit typespec. */
1708 an explicit typespec. These cannot redeclare a typedef-name. */
H A DChangeLog.54195 reserved_typespecquals, declmods, typespec, typespecqual_reserved,
H A DFSFChangeLog.1113790 * c-parse.in (typespec): Made <SomeProtocol> equivalent
/openbsd-src/gnu/usr.bin/perl/vms/
H A Dvms.c673 const int typespec = 6; in vms_split_path() local
729 item_list[typespec].itmcode = FSCN$_TYPE; in vms_split_path()
730 item_list[typespec].length = 0; in vms_split_path()
731 item_list[typespec].component = NULL; in vms_split_path()
777 *name_len = item_list[namespec].length + item_list[typespec].length; in vms_split_path()
786 *ext = item_list[typespec].component; in vms_split_path()
787 *ext_len = item_list[typespec].length; in vms_split_path()
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dgcc.pot15149 #. Parse error puts this typespec where
H A Dbe.po15083 #. Parse error puts this typespec where
H A Del.po15326 #. Parse error puts this typespec where
H A Dja.po15681 #. Parse error puts this typespec where
H A Dnl.po15510 #. Parse error puts this typespec where
H A Dde.po15044 #. Parse error puts this typespec where
H A Dsv.po15489 #. Parse error puts this typespec where
H A Drw.po17212 #. Parse error puts this typespec where
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/
H A DChangeLog3171 * gcc.dg/typespec-1.c: New test.

12