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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 1204 tree stripped_init = init;
1213 stripped_init = TREE_OPERAND (init, 0);
1215 stripped_init = tree_strip_any_location_wrapper (stripped_init);
1239 && TREE_CODE (stripped_init) == STRING_CST)
1268 stripped_init = copy_node (stripped_init);
1269 TREE_OPERAND (init, 0) = stripped_init;
1270 TREE_TYPE (stripped_init) = type;
1282 if (size < TREE_STRING_LENGTH (stripped_init))
1201 tree stripped_init = init; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 1170 tree stripped_init = init;
1179 stripped_init = TREE_OPERAND (init, 0);
1181 stripped_init = tree_strip_any_location_wrapper (stripped_init);
1205 && TREE_CODE (stripped_init) == STRING_CST)
1234 stripped_init = copy_node (stripped_init);
1235 TREE_OPERAND (init, 0) = stripped_init;
1236 TREE_TYPE (stripped_init) = type;
1248 if (size < TREE_STRING_LENGTH (stripped_init))
1167 tree stripped_init = init; local
    [all...]

Completed in 25 milliseconds