HomeSort by: relevance | last modified time | path
    Searched defs:cast_type (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/pcc/dist/pcc/cc/ccom/
cgram.y 269 %type <nodep> e .e term enum_dcl struct_dcl cast_type declarator
351 | C_ALIGNAS '(' cast_type ')' {
358 | C_ATOMIC '(' cast_type ')' {
369 | C_TYPEOF '(' cast_type ')' { TYMFIX($3); $$ = tyof($3); }
1140 | e2 ',' cast_type { /* hack for stdarg */
1145 | cast_type { TYMFIX($1); $1->n_op = TYPE; $$ = $1; }
1187 | '(' cast_type ')' term %prec C_INCOP {
1191 | C_SIZEOF xa '(' cast_type ')' %prec C_SIZEOF {
1195 | C_ALIGNOF xa '(' cast_type ')' {
1203 | '(' cast_type ')' clbrace init_list optcomma '}'
1279 cast_type: specifier_qualifier_list { label
    [all...]
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
cgram.y 242 %type <nodep> e .e term enum_dcl struct_dcl cast_type declarator
395 | C_TYPEOF '(' cast_type ')' { TYMFIX($3); $$ = tyof($3); }
1144 | elist ',' cast_type { /* hack for stdarg */
1203 | CXX_CASTS C_RELOP cast_type C_RELOP '(' e ')' {
1214 | '(' cast_type ')' term %prec C_INCOP {
1218 | C_SIZEOF xa '(' cast_type ')' %prec C_SIZEOF {
1222 | C_ALIGNOF xa '(' cast_type ')' {
1230 | '(' cast_type ')' clbrace init_list optcomma '}' {
1235 | '(' cast_type ')' clbrace '}' {
1261 | PCC_OFFSETOF '(' cast_type ',' term ')'
1322 cast_type: specifier_qualifier_list { label
    [all...]
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 1622 tree cast_type, initlist, protocol_decl; local
1662 cast_type = build_pointer_type (objc_class_template);
1672 super_expr = build_c_cast (loc, cast_type, super_expr);
1675 root_expr = build_c_cast (loc, cast_type, root_expr);
objc-next-runtime-abi-01.cc 2009 tree cast_type, initlist, protocol_decl; local
2061 cast_type = build_pointer_type (objc_class_template);
2062 super_expr = build_c_cast (loc, cast_type, super_expr);
2065 root_expr = build_c_cast (loc, cast_type, root_expr);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-gnu-runtime-abi-01.cc 1619 tree cast_type, initlist, protocol_decl; local
1659 cast_type = build_pointer_type (objc_class_template);
1669 super_expr = build_c_cast (loc, cast_type, super_expr);
1672 root_expr = build_c_cast (loc, cast_type, root_expr);
objc-next-runtime-abi-01.cc 2006 tree cast_type, initlist, protocol_decl; local
2058 cast_type = build_pointer_type (objc_class_template);
2059 super_expr = build_c_cast (loc, cast_type, super_expr);
2062 root_expr = build_c_cast (loc, cast_type, root_expr);
  /src/external/gpl3/gcc/dist/gcc/
builtins.cc 10099 tree cast_type = NULL_TREE;
10153 cast_type = (TYPE_UNSIGNED (arg0_type)
10158 cast_type = (TYPE_UNSIGNED (arg0_type)
10164 cast_type = (TYPE_UNSIGNED (arg0_type)
10172 cast_type
10175 gcc_assert (TYPE_PRECISION (cast_type)
10181 if (cast_type)
10187 addend = TYPE_PRECISION (arg0_type) - TYPE_PRECISION (cast_type);
10192 arg0 = fold_convert (cast_type, arg0);
10193 arg0_type = cast_type;
10096 tree cast_type = NULL_TREE; local
    [all...]

Completed in 134 milliseconds