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

  /src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc 9063 build_const_cast_1 (location_t loc, tree dst_type, tree expr,
9231 r = build_const_cast_1 (loc, type, expr, complain, /*valid_p=*/NULL);
9337 result = build_const_cast_1 (loc, type, value, complain & tf_warning,
9347 build_const_cast_1 (loc, type, value, tf_error, &valid_p);
9383 result = build_const_cast_1 (loc, type, result, tf_none, &valid_p);
9050 build_const_cast_1 (location_t loc, tree dst_type, tree expr, function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc 8620 build_const_cast_1 (location_t loc, tree dst_type, tree expr,
8788 r = build_const_cast_1 (loc, type, expr, complain, /*valid_p=*/NULL);
8894 result = build_const_cast_1 (loc, type, value, complain & tf_warning,
8938 result = build_const_cast_1 (loc, type, result, false, &valid_p);
8607 build_const_cast_1 (location_t loc, tree dst_type, tree expr, function

Completed in 48 milliseconds