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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 487 tree rethrow = build_throw (input_location, NULL_TREE);
576 Called from build_throw via walk_tree_without_duplicates. */
608 build_throw (location_t loc, tree exp)
607 build_throw (location_t loc, tree exp) function
  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 491 tree rethrow = build_throw (input_location, NULL_TREE,
581 Called from build_throw via walk_tree_without_duplicates. */
613 build_throw (location_t loc, tree exp, tsubst_flags_t complain)
612 build_throw (location_t loc, tree exp, tsubst_flags_t complain) function

Completed in 33 milliseconds