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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 78 widening_svalue (SK_WIDENING): a merger of two svalues (possibly
129 virtual const widening_svalue *
1160 class widening_svalue : public svalue class in namespace:ana
1163 /* A support class for uniquifying instances of widening_svalue. */
1206 widening_svalue (symbol::id_t id, tree type, const function_point &point, function in class:ana::widening_svalue
1220 const widening_svalue *dyn_cast_widening_svalue () const final override
1248 is_a_helper <const widening_svalue *>::test (const svalue *sval)
1253 template <> struct default_hash_traits<widening_svalue::key_t>
1254 : public member_function_hash_traits<widening_svalue::key_t>
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 76 widening_svalue (SK_WIDENING): a merger of two svalues (possibly
127 virtual const widening_svalue *
1110 class widening_svalue : public svalue class in namespace:ana
1113 /* A support class for uniquifying instances of widening_svalue. */
1156 widening_svalue (tree type, const program_point &point, function in class:ana::widening_svalue
1169 const widening_svalue *dyn_cast_widening_svalue () const FINAL OVERRIDE
1197 is_a_helper <const widening_svalue *>::test (const svalue *sval)
1202 template <> struct default_hash_traits<widening_svalue::key_t>
1203 : public member_function_hash_traits<widening_svalue::key_t>

Completed in 25 milliseconds