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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 106 static void expand_static_init (tree, tree);
9028 calling expand_static_init more than once. For variables
9030 expand_static_init only when we actually process the
9034 expand_static_init (decl, init);
10056 expand_static_init (tree decl, tree init)
10044 expand_static_init (tree decl, tree init) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 106 static void expand_static_init (tree, tree);
8617 calling expand_static_init more than once. For variables
8619 expand_static_init only when we actually process the
8623 expand_static_init (decl, init);
9603 expand_static_init (tree decl, tree init)
9591 expand_static_init (tree decl, tree init) function

Completed in 43 milliseconds