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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc 1036 const char *asmspec = 0;
1125 asmspec = TREE_STRING_POINTER (asmspec_tree);
1216 if (asmspec)
1226 if (asmspec)
1227 set_user_assembler_name (value, asmspec);
1035 const char *asmspec = 0; local
decl.cc 7910 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
7916 if (asmspec)
7923 set_user_assembler_name (decl, asmspec);
7930 set_builtin_user_assembler_name (decl, asmspec);
7931 set_user_assembler_name (decl, asmspec);
7939 set_user_assembler_name (ns_decl, asmspec);
8161 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
8447 const char *asmspec = NULL;
8489 asmspec = TREE_STRING_POINTER (asmspec_tree);
8752 if (VAR_P (decl) && DECL_REGISTER (decl) && asmspec)
8435 const char *asmspec = NULL; local
    [all...]
pt.cc 18697 const char *asmspec = IDENTIFIER_POINTER (id);
18698 gcc_assert (asmspec[0] == '*');
18701 asmspec + 1);
18696 const char *asmspec = IDENTIFIER_POINTER (id); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc 965 const char *asmspec = 0;
1054 asmspec = TREE_STRING_POINTER (asmspec_tree);
1145 if (asmspec)
1155 if (asmspec)
1156 set_user_assembler_name (value, asmspec);
964 const char *asmspec = 0; local
decl.cc 7545 make_rtl_for_nonlocal_decl (tree decl, tree init, const char* asmspec)
7551 if (asmspec)
7558 set_user_assembler_name (decl, asmspec);
7565 set_builtin_user_assembler_name (decl, asmspec);
7566 set_user_assembler_name (decl, asmspec);
7574 set_user_assembler_name (ns_decl, asmspec);
7796 make_rtl_for_nonlocal_decl (decl, init, /*asmspec=*/NULL);
8076 const char *asmspec = NULL;
8118 asmspec = TREE_STRING_POINTER (asmspec_tree);
8344 if (VAR_P (decl) && DECL_REGISTER (decl) && asmspec)
8064 const char *asmspec = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc 5772 const char *asmspec = 0;
5779 asmspec = TREE_STRING_POINTER (asmspec_tree);
5946 if (TREE_CODE (decl) == FUNCTION_DECL && asmspec)
5949 set_builtin_user_assembler_name (decl, asmspec);
5950 set_user_assembler_name (decl, asmspec);
5970 if (asmspec)
5973 It doesn't make any sense to give an ASMSPEC for an
5975 GCC has accepted -- but ignored -- the ASMSPEC in
5984 set_user_assembler_name (decl, asmspec);
5995 if (asmspec && VAR_P (decl) && C_DECL_REGISTER (decl)
5749 const char *asmspec = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 976 or -2 if the ASMSPEC is not `cc' or `memory' and is not recognized,
977 or -3 if ASMSPEC is `cc' and is not recognized,
978 or -4 if ASMSPEC is `memory' and is not recognized.
983 decode_reg_name_and_count (const char *asmspec, int *pnregs)
988 if (asmspec != 0)
993 asmspec = strip_reg_name (asmspec);
996 for (i = strlen (asmspec) - 1; i >= 0; i--)
997 if (! ISDIGIT (asmspec[i]))
999 if (asmspec[0] != 0 && i < 0
1503 const char *asmspec = name+1; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc 5364 const char *asmspec = 0;
5371 asmspec = TREE_STRING_POINTER (asmspec_tree);
5536 if (TREE_CODE (decl) == FUNCTION_DECL && asmspec)
5539 set_builtin_user_assembler_name (decl, asmspec);
5540 set_user_assembler_name (decl, asmspec);
5560 if (asmspec)
5563 It doesn't make any sense to give an ASMSPEC for an
5565 GCC has accepted -- but ignored -- the ASMSPEC in
5574 set_user_assembler_name (decl, asmspec);
5585 if (asmspec && VAR_P (decl) && C_DECL_REGISTER (decl)
5341 const char *asmspec = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 979 or -2 if the ASMSPEC is not `cc' or `memory' and is not recognized,
980 or -3 if ASMSPEC is `cc' and is not recognized,
981 or -4 if ASMSPEC is `memory' and is not recognized.
986 decode_reg_name_and_count (const char *asmspec, int *pnregs)
991 if (asmspec != 0)
996 asmspec = strip_reg_name (asmspec);
999 for (i = strlen (asmspec) - 1; i >= 0; i--)
1000 if (! ISDIGIT (asmspec[i]))
1002 if (asmspec[0] != 0 && i < 0
1506 const char *asmspec = name+1; local
    [all...]

Completed in 93 milliseconds