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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 10146 tree acquire_fn, release_fn, abort_fn;
10152 acquire_fn = get_global_binding (acquire_name);
10155 if (!acquire_fn)
10156 acquire_fn = push_library_fn
10173 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
10134 tree acquire_fn, release_fn, abort_fn; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 9693 tree acquire_fn, release_fn, abort_fn;
9699 acquire_fn = get_global_binding (acquire_name);
9702 if (!acquire_fn)
9703 acquire_fn = push_library_fn
9720 finish_if_stmt_cond (build_call_n (acquire_fn, 1, guard_addr),
9681 tree acquire_fn, release_fn, abort_fn; local

Completed in 61 milliseconds