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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-taint.cc 1095 const cast_region *cast_reg local
1097 iter_region = cast_reg->get_original_region ();
region.cc 523 const cast_region *cast_reg local
525 iter_region = cast_reg->get_original_region ();
1507 pp_string (pp, "CAST_REG(");
region-model.cc 1645 INIT_VAL(CAST_REG(‘struct oid2strbuf’, (*INIT_VAL(e_8))).value)
2457 if (const cast_region *cast_reg = reg->dyn_cast_cast_region ())
2459 = cast_reg->get_original_region ()->dyn_cast_string_region ())
5148 const region *cast_reg = mgr.get_cast_region (x_reg, ptr_type_node); local
5149 ASSERT_TRUE (cast_reg->descendent_of_p (x_reg));
  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-taint.cc 1629 const cast_region *cast_reg local
1631 iter_region = cast_reg->get_original_region ();
region.cc 964 const cast_region *cast_reg local
966 iter_region = cast_reg->get_original_region ();
2111 pp_string (pp, "CAST_REG(");
region-model.cc 1793 INIT_VAL(CAST_REG(‘struct oid2strbuf’, (*INIT_VAL(e_8))).value)
2722 if (const cast_region *cast_reg = reg->dyn_cast_cast_region ())
2724 = cast_reg->get_original_region ()->dyn_cast_string_region ())
7877 const region *cast_reg = mgr.get_cast_region (x_reg, ptr_type_node); local
7878 ASSERT_TRUE (cast_reg->descendent_of_p (x_reg));

Completed in 125 milliseconds