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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck2.cc 2667 tree noex, orig_list;
2693 noex = TREE_PURPOSE (list);
2696 || cp_tree_equal (noex, TREE_PURPOSE (add)));
2718 if (noex != TREE_PURPOSE (list))
2719 list = tree_cons (noex, TREE_VALUE (list), TREE_CHAIN (list));
2661 tree noex, orig_list; local
pt.cc 19494 tree noex = NULL_TREE;
19497 noex = MUST_NOT_THROW_COND (body);
19498 if (noex == NULL_TREE)
19499 noex = boolean_true_node;
19504 finish_transaction_stmt (stmt, NULL, flags, RECUR (noex));
26985 tree noex = TREE_PURPOSE (spec);
26986 if (TREE_CODE (noex) != DEFERRED_NOEXCEPT
26987 && TREE_CODE (noex) != DEFERRED_PARSE)
27007 else if (TREE_CODE (noex) == DEFERRED_NOEXCEPT)
27011 if (DEFERRED_NOEXCEPT_PATTERN (noex) == NULL_TREE
19493 tree noex = NULL_TREE; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck2.cc 2550 tree noex, orig_list;
2576 noex = TREE_PURPOSE (list);
2579 || cp_tree_equal (noex, TREE_PURPOSE (add)));
2601 if (noex != TREE_PURPOSE (list))
2602 list = tree_cons (noex, TREE_VALUE (list), TREE_CHAIN (list));
2544 tree noex, orig_list; local

Completed in 35 milliseconds