Home
last modified time | relevance | path

Searched refs:trait_expr_value (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dsemantics.c5388 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) in trait_expr_value() function
5400 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2) in trait_expr_value()
5416 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2) in trait_expr_value()
5429 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2) in trait_expr_value()
5600 return (trait_expr_value (kind, type1, type2) in finish_trait_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c8952 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) in trait_expr_value() function
8964 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2) in trait_expr_value()
8980 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2) in trait_expr_value()
8993 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2) in trait_expr_value()
9177 return (trait_expr_value (kind, type1, type2) in finish_trait_expr()