HomeSort by: relevance | last modified time | path
    Searched refs:TREE_STRING_POINTER (Results 1 - 25 of 208) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model-asm.cc 153 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
160 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model-asm.cc 151 constraints[i] = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
158 = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-target-attr.cc 335 size_t len = strlen (TREE_STRING_POINTER (args));
346 strcpy (str_to_check, TREE_STRING_POINTER (args));
369 TREE_STRING_POINTER (args));
riscv-c.cc 270 const char *name = TREE_STRING_POINTER (x);
  /src/external/gpl3/gcc.old/dist/gcc/
stmt.cc 530 error ("duplicate %<asm%> operand name %qs", TREE_STRING_POINTER (i_name));
553 c = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
566 c = TREE_STRING_POINTER (string);
586 buffer = xstrdup (TREE_STRING_POINTER (string));
587 p = buffer + (c - TREE_STRING_POINTER (string));
636 if (name && strcmp (TREE_STRING_POINTER (name), p) == 0)
639 if (constraint && strchr (TREE_STRING_POINTER (constraint), '+') != NULL)
645 if (name && strcmp (TREE_STRING_POINTER (name), p) == 0)
652 if (name && strcmp (TREE_STRING_POINTER (name), p) == 0)
gimplify-me.cc 194 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
205 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
attr-fnspec.h 96 : str (TREE_STRING_POINTER (identifier)),
gimple-streamer-in.cc 142 asm_stmt->string = TREE_STRING_POINTER (str);
gimple-walk.cc 106 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
125 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
882 constraint = TREE_STRING_POINTER
908 constraint = TREE_STRING_POINTER
  /src/external/gpl3/gcc/dist/gcc/
stmt.cc 530 error ("duplicate %<asm%> operand name %qs", TREE_STRING_POINTER (i_name));
553 c = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (t)));
566 c = TREE_STRING_POINTER (string);
586 buffer = xstrdup (TREE_STRING_POINTER (string));
587 p = buffer + (c - TREE_STRING_POINTER (string));
636 if (name && strcmp (TREE_STRING_POINTER (name), p) == 0)
639 if (constraint && strchr (TREE_STRING_POINTER (constraint), '+') != NULL)
645 if (name && strcmp (TREE_STRING_POINTER (name), p) == 0)
652 if (name && strcmp (TREE_STRING_POINTER (name), p) == 0)
gimplify-me.cc 194 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
205 constraint = TREE_STRING_POINTER (TREE_VALUE (TREE_PURPOSE (op)));
attr-fnspec.h 96 : str (TREE_STRING_POINTER (identifier)),
gimple-streamer-in.cc 142 asm_stmt->string = TREE_STRING_POINTER (str);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-attribs.cc 865 const char *s0 = TREE_STRING_POINTER (newargs[0]);
866 const char *s1 = TREE_STRING_POINTER (prevargs[0]);
870 s0 = TREE_STRING_POINTER (newargs[1]);
871 s1 = TREE_STRING_POINTER (prevargs[1]);
1165 char *string = ASTRDUP (TREE_STRING_POINTER (id));
1777 && strcmp (TREE_STRING_POINTER (id), "big-endian") == 0)
1780 && strcmp (TREE_STRING_POINTER (id), "little-endian") == 0)
2248 new_section_name = TREE_STRING_POINTER (argval);
2675 symver_str = TREE_STRING_POINTER (symver);
2749 id = get_identifier (TREE_STRING_POINTER (id))
    [all...]
c-pragma.cc 605 if (asmname && strcmp (TREE_STRING_POINTER (asmname), oldname))
635 if (strcmp (TREE_STRING_POINTER (asmname),
655 const char *prefix = TREE_STRING_POINTER (pragma_extern_prefix);
810 char *args = xstrdup (TREE_STRING_POINTER (x));
850 const char *option_string = TREE_STRING_POINTER (x);
1218 TREE_STRING_POINTER (message));
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-options.cc 1152 next_optstr = ASTRDUP (TREE_STRING_POINTER (args));
1460 && strcmp (TREE_STRING_POINTER (TREE_VALUE (args)), "default") == 0)
3156 if (strcmp (TREE_STRING_POINTER (cst), "keep") == 0)
3158 else if (strcmp (TREE_STRING_POINTER (cst), "thunk") == 0)
3160 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-inline") == 0)
3162 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-extern") == 0)
3201 if (strcmp (TREE_STRING_POINTER (cst), "keep") == 0)
3203 else if (strcmp (TREE_STRING_POINTER (cst), "thunk") == 0)
3205 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-inline") == 0)
3207 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-extern") == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-isr.cc 722 nds32_interrupt_attribute_parse_string (TREE_STRING_POINTER (string_arg),
731 nds32_exception_attribute_parse_string (TREE_STRING_POINTER (string_arg),
740 nds32_reset_attribute_parse_string (TREE_STRING_POINTER (string_arg),
987 strcpy (target_str, TREE_STRING_POINTER (string_arg));
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32-isr.cc 722 nds32_interrupt_attribute_parse_string (TREE_STRING_POINTER (string_arg),
731 nds32_exception_attribute_parse_string (TREE_STRING_POINTER (string_arg),
740 nds32_reset_attribute_parse_string (TREE_STRING_POINTER (string_arg),
987 strcpy (target_str, TREE_STRING_POINTER (string_arg));
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-attribs.cc 948 const char *s0 = TREE_STRING_POINTER (newargs[0]);
949 const char *s1 = TREE_STRING_POINTER (prevargs[0]);
953 s0 = TREE_STRING_POINTER (newargs[1]);
954 s1 = TREE_STRING_POINTER (prevargs[1]);
1384 char *string = ASTRDUP (TREE_STRING_POINTER (id));
2053 && strcmp (TREE_STRING_POINTER (id), "big-endian") == 0)
2056 && strcmp (TREE_STRING_POINTER (id), "little-endian") == 0)
2528 new_section_name = TREE_STRING_POINTER (argval);
2998 symver_str = TREE_STRING_POINTER (symver);
3072 id = get_identifier (TREE_STRING_POINTER (id))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/jit/
dummy-frontend.cc 623 if (strcmp (TREE_STRING_POINTER (id), "default") == 0)
625 else if (strcmp (TREE_STRING_POINTER (id), "internal") == 0)
627 else if (strcmp (TREE_STRING_POINTER (id), "hidden") == 0)
629 else if (strcmp (TREE_STRING_POINTER (id), "protected") == 0)
782 && TREE_STRING_POINTER (value)[0] == '\0')
872 id = get_identifier (TREE_STRING_POINTER (id));
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-attribs.cc 743 && TREE_STRING_POINTER (value)[0] != '\0'))
804 const char *p = TREE_STRING_POINTER (value);
1031 TREE_STRING_POINTER (TREE_VALUE (args))) != 0)
1055 set_decl_section_name (*node, TREE_STRING_POINTER (TREE_VALUE (args)));
1091 const char *symver_str = TREE_STRING_POINTER (symver);
  /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/
epiphany.cc 514 else if (strcmp (TREE_STRING_POINTER (value), "reset")
515 && strcmp (TREE_STRING_POINTER (value), "software_exception")
516 && strcmp (TREE_STRING_POINTER (value), "page_miss")
517 && strcmp (TREE_STRING_POINTER (value), "timer0")
518 && strcmp (TREE_STRING_POINTER (value), "timer1")
519 && strcmp (TREE_STRING_POINTER (value), "message")
520 && strcmp (TREE_STRING_POINTER (value), "dma0")
521 && strcmp (TREE_STRING_POINTER (value), "dma1")
522 && strcmp (TREE_STRING_POINTER (value), "wand")
523 && strcmp (TREE_STRING_POINTER (value), "swi")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/epiphany/
epiphany.cc 511 else if (strcmp (TREE_STRING_POINTER (value), "reset")
512 && strcmp (TREE_STRING_POINTER (value), "software_exception")
513 && strcmp (TREE_STRING_POINTER (value), "page_miss")
514 && strcmp (TREE_STRING_POINTER (value), "timer0")
515 && strcmp (TREE_STRING_POINTER (value), "timer1")
516 && strcmp (TREE_STRING_POINTER (value), "message")
517 && strcmp (TREE_STRING_POINTER (value), "dma0")
518 && strcmp (TREE_STRING_POINTER (value), "dma1")
519 && strcmp (TREE_STRING_POINTER (value), "wand")
520 && strcmp (TREE_STRING_POINTER (value), "swi")
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-options.cc 1214 next_optstr = ASTRDUP (TREE_STRING_POINTER (args));
1544 && strcmp (TREE_STRING_POINTER (TREE_VALUE (args)), "default") == 0)
3525 if (strcmp (TREE_STRING_POINTER (cst), "keep") == 0)
3527 else if (strcmp (TREE_STRING_POINTER (cst), "thunk") == 0)
3529 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-inline") == 0)
3531 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-extern") == 0)
3570 if (strcmp (TREE_STRING_POINTER (cst), "keep") == 0)
3572 else if (strcmp (TREE_STRING_POINTER (cst), "thunk") == 0)
3574 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-inline") == 0)
3576 else if (strcmp (TREE_STRING_POINTER (cst), "thunk-extern") == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-c.cc 306 const char *name = TREE_STRING_POINTER (x);

Completed in 74 milliseconds

1 2 3 4 5 6 7 8 9