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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
svalue.h 68 initial_svalue (SK_INITIAL): the initial value of a region
115 virtual const initial_svalue *
594 class initial_svalue : public svalue class in namespace:ana
597 initial_svalue (symbol::id_t id, tree type, const region *reg) function in class:ana::initial_svalue
604 const initial_svalue *
625 is_a_helper <const initial_svalue *>::test (const svalue *sval)
980 e.g. bytes 5-39 of INITIAL_SVALUE(R).
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
svalue.h 66 initial_svalue (SK_INITIAL): the initial value of a region
113 virtual const initial_svalue *
548 class initial_svalue : public svalue class in namespace:ana
551 initial_svalue (tree type, const region *reg) function in class:ana::initial_svalue
558 const initial_svalue *
579 is_a_helper <const initial_svalue *>::test (const svalue *sval)
931 e.g. bytes 5-39 of INITIAL_SVALUE(R).

Completed in 26 milliseconds