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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 12154 /* Called from trait_expr_value to evaluate either __has_nothrow_assign or
12543 trait_expr_value (cp_trait_kind kind, tree type1, tree type2)
12555 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2)
12562 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2)
12570 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2)
12966 tree val = (trait_expr_value (kind, type1, type2)
12538 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) function
semantics.cc 12154 /* Called from trait_expr_value to evaluate either __has_nothrow_assign or
12543 trait_expr_value (cp_trait_kind kind, tree type1, tree type2)
12555 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2)
12562 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2)
12570 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2)
12966 tree val = (trait_expr_value (kind, type1, type2)
12538 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) function
semantics.cc 12154 /* Called from trait_expr_value to evaluate either __has_nothrow_assign or
12543 trait_expr_value (cp_trait_kind kind, tree type1, tree type2)
12555 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2)
12562 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2)
12570 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2)
12966 tree val = (trait_expr_value (kind, type1, type2)
12538 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 11499 /* Called from trait_expr_value to evaluate either __has_nothrow_assign or
11888 trait_expr_value (cp_trait_kind kind, tree type1, tree type2)
11900 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2)
11916 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2)
11929 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2)
12179 tree val = (trait_expr_value (kind, type1, type2)
11883 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) function
semantics.cc 11499 /* Called from trait_expr_value to evaluate either __has_nothrow_assign or
11888 trait_expr_value (cp_trait_kind kind, tree type1, tree type2)
11900 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2)
11916 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2)
11929 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2)
12179 tree val = (trait_expr_value (kind, type1, type2)
11883 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) function
semantics.cc 11499 /* Called from trait_expr_value to evaluate either __has_nothrow_assign or
11888 trait_expr_value (cp_trait_kind kind, tree type1, tree type2)
11900 && (trait_expr_value (CPTK_HAS_TRIVIAL_ASSIGN, type1, type2)
11916 return (trait_expr_value (CPTK_HAS_TRIVIAL_CONSTRUCTOR, type1, type2)
11929 return (trait_expr_value (CPTK_HAS_TRIVIAL_COPY, type1, type2)
12179 tree val = (trait_expr_value (kind, type1, type2)
11883 trait_expr_value (cp_trait_kind kind, tree type1, tree type2) function

Completed in 133 milliseconds