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

  /src/external/gpl3/gcc/dist/gcc/cp/
friend.cc 506 tree in_namespace = NULL_TREE; local
514 in_namespace = scope;
625 else if (current_function_decl && !in_namespace)
decl.cc 10558 tree in_namespace,
10738 if (in_namespace)
10739 set_decl_namespace (decl, in_namespace, friendp);
10877 if (in_namespace == NULL_TREE
12250 tree in_namespace = NULL_TREE;
12380 in_namespace = qualifying_scope;
12684 && in_namespace == NULL_TREE
13707 if (funcdef_flag && in_namespace)
13709 if (in_namespace == global_namespace)
13717 in_namespace);
12235 tree in_namespace = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
friend.cc 504 tree in_namespace = NULL_TREE; local
512 in_namespace = scope;
633 else if (current_function_decl && !in_namespace)
decl.cc 10104 tree in_namespace,
10268 if (in_namespace)
10269 set_decl_namespace (decl, in_namespace, friendp);
10398 if (in_namespace == NULL_TREE
11768 tree in_namespace = NULL_TREE;
11898 in_namespace = qualifying_scope;
12207 && in_namespace == NULL_TREE
13115 if (funcdef_flag && in_namespace)
13117 if (in_namespace == global_namespace)
13125 in_namespace);
11753 tree in_namespace = NULL_TREE; local
    [all...]

Completed in 33 milliseconds