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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 66 poisoned_svalue (SK_POISONED): a unusable value (undefined)
111 virtual const poisoned_svalue *
408 class poisoned_svalue : public svalue class in namespace:ana
411 /* A support class for uniquifying instances of poisoned_svalue. */
440 poisoned_svalue (enum poison_kind kind, symbol::id_t id, tree type) function in class:ana::poisoned_svalue
444 const poisoned_svalue *
469 is_a_helper <const poisoned_svalue *>::test (const svalue *sval)
474 template <> struct default_hash_traits<poisoned_svalue::key_t>
475 : public member_function_hash_traits<poisoned_svalue::key_t>
518 /* A support class for uniquifying instances of poisoned_svalue. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 64 poisoned_svalue (SK_POISONED): a unusable value (undefined)
109 virtual const poisoned_svalue *
363 class poisoned_svalue : public svalue class in namespace:ana
366 /* A support class for uniquifying instances of poisoned_svalue. */
395 poisoned_svalue (enum poison_kind kind, tree type) function in class:ana::poisoned_svalue
399 const poisoned_svalue *
424 is_a_helper <const poisoned_svalue *>::test (const svalue *sval)
429 template <> struct default_hash_traits<poisoned_svalue::key_t>
430 : public member_function_hash_traits<poisoned_svalue::key_t>
473 /* A support class for uniquifying instances of poisoned_svalue. *
    [all...]

Completed in 23 milliseconds