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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 84 const_fn_result_svalue (SK_CONST_FN_RESULT): the return value from
137 virtual const const_fn_result_svalue *
1631 Comparisons of variables that share the same const_fn_result_svalue are known
1634 class const_fn_result_svalue : public svalue class in namespace:ana
1641 /* A support class for uniquifying instances of const_fn_result_svalue. */
1692 const_fn_result_svalue (symbol::id_t id, function in class:ana::const_fn_result_svalue
1709 const const_fn_result_svalue *
1738 is_a_helper <const const_fn_result_svalue *>::test (const svalue *sval)
1743 template <> struct default_hash_traits<const_fn_result_svalue::key_t>
1744 : public member_function_hash_traits<const_fn_result_svalue::key_t
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 82 const_fn_result_svalue (SK_CONST_FN_RESULT): the return value from
135 virtual const const_fn_result_svalue *
1573 Comparisons of variables that share the same const_fn_result_svalue are known
1576 class const_fn_result_svalue : public svalue class in namespace:ana
1583 /* A support class for uniquifying instances of const_fn_result_svalue. */
1634 const_fn_result_svalue (tree type, function in class:ana::const_fn_result_svalue
1650 const const_fn_result_svalue *
1679 is_a_helper <const const_fn_result_svalue *>::test (const svalue *sval)
1684 template <> struct default_hash_traits<const_fn_result_svalue::key_t>
1685 : public member_function_hash_traits<const_fn_result_svalue::key_t
    [all...]

Completed in 29 milliseconds