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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 901 new_alloca_with_rz = __builtin_alloca (new_size, align). */
905 tree new_alloca_with_rz = make_ssa_name (ptr_type, gg); local
906 gimple_call_set_lhs (gg, new_alloca_with_rz);
915 /* new_alloca = new_alloca_with_rz + align. */
917 new_alloca_with_rz,
939 /* Save new_alloca_with_rz value into last_alloca to use it during
941 g = gimple_build_assign (last_alloca, new_alloca_with_rz);
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 861 new_alloca_with_rz = __builtin_alloca (new_size, align). */
865 tree new_alloca_with_rz = make_ssa_name (ptr_type, gg); local
866 gimple_call_set_lhs (gg, new_alloca_with_rz);
875 /* new_alloca = new_alloca_with_rz + align. */
877 new_alloca_with_rz,
899 /* Save new_alloca_with_rz value into last_alloca to use it during
901 g = gimple_build_assign (last_alloca, new_alloca_with_rz);

Completed in 19 milliseconds