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

  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 399 type_has_trivial_fn (tree ctype, special_function_kind sfk)
469 return type_has_trivial_fn (DECL_CONTEXT (fn), special_function_p (fn));
2741 bool expected_trivial = type_has_trivial_fn (ctype, sfk);
3241 if (!trivial_p && type_has_trivial_fn (type, kind))
397 type_has_trivial_fn (tree ctype, special_function_kind sfk) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 399 type_has_trivial_fn (tree ctype, special_function_kind sfk)
469 return type_has_trivial_fn (DECL_CONTEXT (fn), special_function_p (fn));
2606 bool expected_trivial = type_has_trivial_fn (ctype, sfk);
3104 if (!trivial_p && type_has_trivial_fn (type, kind))
397 type_has_trivial_fn (tree ctype, special_function_kind sfk) function

Completed in 28 milliseconds