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

  /src/external/bsd/unbound/dist/libunbound/
context.h 77 /** mutex for access to env.cfg, finalized and dothread */
80 * The context has been finalized
84 int finalized; member in struct:ub_ctx
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-expr.cc 6473 bool finalized = false; local
7585 if (!finalized && !e->must_finalize)
9985 the constructor is finalized after execution of the innermost
9995 " finalized. This feature was removed by f08/0011."
11449 /* First the lhs must be finalized, if necessary. We use a copy of the symbol
12335 function, the result is finalized after execution of the innermost
12343 the constructor is finalized after execution of the innermost
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-expr.cc 6128 bool finalized = false; local
6679 finalized = gfc_add_finalizer_call (&parmse.post,
7132 if (!finalized && !e->must_finalize)

Completed in 36 milliseconds