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

  /src/external/gpl3/gcc/dist/gcc/
expr.cc 5501 store_constructor (DECL_INITIAL (decl), target, 0, sz, false);
7344 /* Helper function for store_constructor.
7346 CLEARED is as for store_constructor.
7350 This provides a recursive shortcut back to store_constructor when it isn't
7352 the cleared field to let store_constructor know that we may not have to
7366 /* We can only call store_constructor recursively if the size and
7394 store_constructor (exp, target, cleared, bytesize, reverse);
7428 store_constructor (tree exp, rtx target, int cleared, poly_int64 size,
7774 store_constructor (value, xtarget, cleared,
8312 store_constructor (exp, to_rtx, 0, bytesize, reverse)
7414 store_constructor (tree exp, rtx target, int cleared, poly_int64 size, function
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
expr.cc 86 static void store_constructor (tree, rtx, int, poly_int64, bool);
6660 /* Helper function for store_constructor.
6662 CLEARED is as for store_constructor.
6666 This provides a recursive shortcut back to store_constructor when it isn't
6668 the cleared field to let store_constructor know that we may not have to
6682 /* We can only call store_constructor recursively if the size and
6710 store_constructor (exp, target, cleared, bytesize, reverse);
6744 store_constructor (tree exp, rtx target, int cleared, poly_int64 size,
7090 store_constructor (value, xtarget, cleared,
7598 store_constructor (exp, to_rtx, 0, bytesize, reverse)
6730 store_constructor (tree exp, rtx target, int cleared, poly_int64 size, function
    [all...]

Completed in 37 milliseconds