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

  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 8412 tree inside_init = init;
8414 STRIP_TYPE_NOPS (inside_init);
8415 inside_init = fold (inside_init);
8417 if (TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR)
8419 tree cldecl = COMPOUND_LITERAL_EXPR_DECL (inside_init);
8745 tree inside_init = init;
8754 STRIP_TYPE_NOPS (inside_init);
8758 if (TREE_CODE (inside_init) == EXCESS_PRECISION_EXPR)
8760 semantic_type = TREE_TYPE (inside_init);
8387 tree inside_init = init; local
8719 tree inside_init = init; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 7826 tree inside_init = init;
7828 STRIP_TYPE_NOPS (inside_init);
7829 inside_init = fold (inside_init);
7831 if (TREE_CODE (inside_init) == COMPOUND_LITERAL_EXPR)
7833 tree cldecl = COMPOUND_LITERAL_EXPR_DECL (inside_init);
7997 tree inside_init = init;
8006 STRIP_TYPE_NOPS (inside_init);
8010 if (TREE_CODE (inside_init) == EXCESS_PRECISION_EXPR)
8012 semantic_type = TREE_TYPE (inside_init);
7803 tree inside_init = init; local
7973 tree inside_init = init; local
    [all...]

Completed in 38 milliseconds