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

  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 12302 tree fn_context;
12364 fn_context = decl_function_context (TYPE_MAIN_DECL (type));
12366 if (!fn_context && LAMBDA_TYPE_P (type) && TYPE_CLASS_SCOPE_P (type))
12367 fn_context = error_mark_node;
12368 if (!fn_context)
12742 if (fn_context)
12786 if (!fn_context)
12301 tree fn_context; local

Completed in 38 milliseconds