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

  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 10585 tree tmpl_reqs = NULL_TREE;
10598 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
10600 tree ci = build_constraints (tmpl_reqs, decl_reqs);
10570 tree tmpl_reqs = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 10132 tree tmpl_reqs = NULL_TREE;
10145 tmpl_reqs = TEMPLATE_PARMS_CONSTRAINTS (current_template_parms);
10147 tree ci = build_constraints (tmpl_reqs, decl_reqs);
14289 tree tmpl_reqs
14291 tree ci = build_constraints (tmpl_reqs, NULL_TREE);
10117 tree tmpl_reqs = NULL_TREE; local
14274 tree tmpl_reqs local

Completed in 110 milliseconds