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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 1484 build_concept_check (tree target, tree args, tsubst_flags_t complain) function
1486 return build_concept_check (target, NULL_TREE, args, complain);
1493 build_concept_check (tree decl, tree arg, tree rest, tsubst_flags_t complain) function
1512 tree check = build_concept_check (decl, args, tf_warning_or_error);
1541 tree check = build_concept_check (decl, wildcard, args, complain);
1616 check = build_concept_check (check, arg, args, tf_warning_or_error);
1844 tree expr = build_concept_check (tmpl_decl, intro_list, tf_none);
1895 tree check = build_concept_check (tmpl_decl,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 1410 build_concept_check (tree target, tree args, tsubst_flags_t complain) function
1412 return build_concept_check (target, NULL_TREE, args, complain);
1419 build_concept_check (tree decl, tree arg, tree rest, tsubst_flags_t complain) function
1438 tree check = build_concept_check (decl, args, tf_warning_or_error);
1467 tree check = build_concept_check (decl, wildcard, args, complain);
1542 check = build_concept_check (check, arg, args, tf_warning_or_error);
1767 tree expr = build_concept_check (tmpl_decl, intro_list, tf_none);
1818 tree check = build_concept_check (tmpl_decl,

Completed in 20 milliseconds