HomeSort by: relevance | last modified time | path
    Searched refs:inittype (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-builtins.cc 3824 tree inittype = aarch64_memtag_builtin_data[ local
3826 unsigned arg_num = list_length (TYPE_ARG_TYPES (inittype)) - 1;
3830 TREE_TYPE (fndecl) = inittype;
3861 TREE_TYPE (fndecl) = inittype;
3893 TREE_TYPE (fndecl) = inittype;
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 3248 tree inittype = aarch64_memtag_builtin_data[ local
3250 unsigned arg_num = list_length (TYPE_ARG_TYPES (inittype)) - 1;
3254 TREE_TYPE (fndecl) = inittype;
3285 TREE_TYPE (fndecl) = inittype;
3317 TREE_TYPE (fndecl) = inittype;
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 12170 tree inittype = TREE_TYPE (init);
12174 || TYPE_MAIN_VARIANT (inittype) == char_type_node))
12190 /* Construct a string literal with elements of INITTYPE and
12193 init = build_string_literal (len, (char *)charbuf, inittype);
12198 tree initsize = TYPE_SIZE_UNIT (inittype);
12148 tree inittype = TREE_TYPE (init); local
  /src/external/gpl3/gcc/dist/gcc/
expr.cc 13008 tree inittype = TREE_TYPE (init);
13012 || TYPE_MAIN_VARIANT (inittype) == char_type_node))
13028 /* Construct a string literal with elements of INITTYPE and
13031 init = build_string_literal (len, (char *)charbuf, inittype);
13036 tree initsize = TYPE_SIZE_UNIT (inittype);
12986 tree inittype = TREE_TYPE (init); local

Completed in 33 milliseconds