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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 70 binop_svalue (SK_BINOP): binary operation on two svalues
119 virtual const binop_svalue *
721 class binop_svalue : public svalue class in namespace:ana
724 /* A support class for uniquifying instances of binop_svalue. */
761 binop_svalue (symbol::id_t id, tree type, enum tree_code op, function in class:ana::binop_svalue
774 const binop_svalue *dyn_cast_binop_svalue () const final override
799 is_a_helper <const binop_svalue *>::test (const svalue *sval)
804 template <> struct default_hash_traits<binop_svalue::key_t>
805 : public member_function_hash_traits<binop_svalue::key_t>
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 68 binop_svalue (SK_BINOP): binary operation on two svalues
117 virtual const binop_svalue *
674 class binop_svalue : public svalue class in namespace:ana
677 /* A support class for uniquifying instances of binop_svalue. */
714 binop_svalue (tree type, enum tree_code op, function in class:ana::binop_svalue
726 const binop_svalue *dyn_cast_binop_svalue () const FINAL OVERRIDE
751 is_a_helper <const binop_svalue *>::test (const svalue *sval)
756 template <> struct default_hash_traits<binop_svalue::key_t>
757 : public member_function_hash_traits<binop_svalue::key_t>

Completed in 17 milliseconds