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

  /src/external/gpl3/gcc/dist/gcc/
asan.cc 3878 tree sz_arg = gimple_assign_lhs (g); local
3883 g = gimple_build_call (fun, 2, base_addr, sz_arg);
3938 tree sz_arg = gimple_assign_lhs (g);
3939 g = gimple_build_call (fun, nargs, base_addr, sz_arg);
4829 tree sz_arg = gimple_build (&stmts, loc, NOP_EXPR,
4831 gimple_build (&stmts, loc, fn, void_type_node, base_addr, sz_arg);
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 3822 tree sz_arg = gimple_assign_lhs (g); local
3827 g = gimple_build_call (fun, 2, base_addr, sz_arg);
3882 tree sz_arg = gimple_assign_lhs (g);
3883 g = gimple_build_call (fun, nargs, base_addr, sz_arg);
4764 tree sz_arg = gimple_build (&stmts, loc, NOP_EXPR,
4766 gimple_build (&stmts, loc, fn, void_type_node, base_addr, sz_arg);

Completed in 39 milliseconds