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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 999 region_model::check_for_poison (const svalue *sval, function in class:ana::region_model
1091 check_for_poison (sval, expr, ctxt);
2332 result_sval = check_for_poison (result_sval, pv.m_tree, ctxt);
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 1132 region_model::check_for_poison (const svalue *sval, function in class:ana::region_model
1247 check_for_poison (sval, expr, NULL, ctxt);
2614 result_sval = check_for_poison (result_sval, pv.m_tree, NULL, ctxt);
4118 check_for_poison (sval, expr, nullptr, ctxt);
4169 check_for_poison (sval, byte_expr, nullptr, ctxt);
4467 check_for_poison (src_contents_sval, src_ptr_expr,

Completed in 30 milliseconds