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

  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde.h 54 unsigned long from_array : 1; member in struct:object::__anon14353::__anon14354
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde.h 54 unsigned long from_array : 1; member in struct:object::__anon16756::__anon16757
  /src/external/gpl3/gcc/dist/gcc/
wide-int.cc 143 wi::from_array (HOST_WIDE_INT *val, const HOST_WIDE_INT *xval, function in class:wi
  /src/external/gpl3/gcc.old/dist/gcc/
wide-int.cc 144 wi::from_array (HOST_WIDE_INT *val, const HOST_WIDE_INT *xval, function in class:wi
wide-int.h 1054 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
1082 static wide_int from_array (const HOST_WIDE_INT *, unsigned int,
1181 wide_int_storage::from_array (const HOST_WIDE_INT *val, unsigned int len, function in class:wide_int_storage
1185 result.set_len (wi::from_array (result.write_val (), val, len, precision,
1233 static FIXED_WIDE_INT (N) from_array (const HOST_WIDE_INT *, unsigned int,
1318 fixed_wide_int_storage <N>::from_array (const HOST_WIDE_INT *val, function in class:fixed_wide_int_storage
1323 result.set_len (wi::from_array (result.write_val (), val, len,
3411 unsigned int from_array (HOST_WIDE_INT *, const HOST_WIDE_INT *,
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 2011 int from_array = 0; local
2015 from_array = 1;
2036 from_array = (itype && same_type_p (TREE_TYPE (init),
2040 && (!from_array
2055 from_array,
3711 /*from_array=*/0,
4477 FROM_ARRAY is 0 if we should init everything with INIT
4479 FROM_ARRAY is 1 if we should index into INIT in parallel
4481 FROM_ARRAY is 2 if we should index into INIT in parallel,
4487 int from_array,
    [all...]
tree.cc 882 int from_array = (init && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE); local
885 from_array, complain, flags);
typeck.cc 9749 int from_array;
9807 from_array = TREE_CODE (TREE_TYPE (newrhs)) == ARRAY_TYPE
9811 from_array, complain);
9736 int from_array; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 1983 int from_array = 0; local
1987 from_array = 1;
2008 from_array = (itype && same_type_p (TREE_TYPE (init),
2012 && (!from_array
2027 from_array,
3682 /*from_array=*/0,
4372 FROM_ARRAY is 0 if we should init everything with INIT
4374 FROM_ARRAY is 1 if we should index into INIT in parallel
4376 FROM_ARRAY is 2 if we should index into INIT in parallel,
4382 int from_array,
    [all...]
tree.cc 848 int from_array = (init && TREE_CODE (TREE_TYPE (init)) == ARRAY_TYPE); local
851 from_array, complain, flags);
typeck.cc 9267 int from_array;
9325 from_array = TREE_CODE (TREE_TYPE (newrhs)) == ARRAY_TYPE
9329 from_array, complain);
9253 int from_array; local

Completed in 77 milliseconds