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

  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 186 static GTY(()) tree built_in_attributes[(int) ATTR_LAST]; variable
681 /* Fill in the built_in_attributes array. */
683 built_in_attributes[(int) ENUM] = NULL_TREE;
685 built_in_attributes[(int) ENUM] = build_int_cst (NULL_TREE, VALUE);
687 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
689 built_in_attributes[(int) ENUM] = get_identifier (STRING);
691 built_in_attributes[(int) ENUM] \
692 = tree_cons (built_in_attributes[(int) PURPOSE], \
693 built_in_attributes[(int) VALUE], \
694 built_in_attributes[(int) CHAIN])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 934 static GTY(()) tree built_in_attributes[(int) ATTR_LAST]; variable
941 /* Fill in the built_in_attributes array. */
943 built_in_attributes[(int) ENUM] = NULL_TREE;
945 built_in_attributes[(int) ENUM] = build_int_cst (NULL_TREE, VALUE);
947 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
949 built_in_attributes[(int) ENUM] = get_identifier (STRING);
951 built_in_attributes[(int) ENUM] \
952 = tree_cons (built_in_attributes[(int) PURPOSE], \
953 built_in_attributes[(int) VALUE], \
954 built_in_attributes[(int) CHAIN])
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 172 static GTY(()) tree built_in_attributes[(int) ATTR_LAST]; variable
667 /* Fill in the built_in_attributes array. */
669 built_in_attributes[(int) ENUM] = NULL_TREE;
671 built_in_attributes[(int) ENUM] = build_int_cst (NULL_TREE, VALUE);
673 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
675 built_in_attributes[(int) ENUM] = get_identifier (STRING);
677 built_in_attributes[(int) ENUM] \
678 = tree_cons (built_in_attributes[(int) PURPOSE], \
679 built_in_attributes[(int) VALUE], \
680 built_in_attributes[(int) CHAIN])
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 4095 static GTY(()) tree built_in_attributes[(int) ATTR_LAST];
4306 built_in_attributes[(int) ATTRS], IMPLICIT);
5543 /* Fill in the built_in_attributes array. */
5545 built_in_attributes[(int) ENUM] = NULL_TREE;
5547 built_in_attributes[(int) ENUM] = build_int_cst (integer_type_node, VALUE);
5549 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
5551 built_in_attributes[(int) ENUM] = get_identifier (STRING);
5553 built_in_attributes[(int) ENUM] \
5554 = tree_cons (built_in_attributes[(int) PURPOSE], \
5555 built_in_attributes[(int) VALUE],
4083 static GTY(()) tree built_in_attributes[(int) ATTR_LAST]; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 4032 static GTY(()) tree built_in_attributes[(int) ATTR_LAST];
4239 built_in_attributes[(int) ATTRS], IMPLICIT);
5449 /* Fill in the built_in_attributes array. */
5451 built_in_attributes[(int) ENUM] = NULL_TREE;
5453 built_in_attributes[(int) ENUM] = build_int_cst (integer_type_node, VALUE);
5455 built_in_attributes[(int) ENUM] = build_string (strlen (VALUE), VALUE);
5457 built_in_attributes[(int) ENUM] = get_identifier (STRING);
5459 built_in_attributes[(int) ENUM] \
5460 = tree_cons (built_in_attributes[(int) PURPOSE], \
5461 built_in_attributes[(int) VALUE],
4020 static GTY(()) tree built_in_attributes[(int) ATTR_LAST]; variable
    [all...]

Completed in 85 milliseconds