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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
varargs.cc 351 const svalue *ap_sval, tree ap_tree)
352 : m_sm (sm), m_ap_sval (ap_sval), m_ap_tree (ap_tree)
387 const svalue *ap_sval, tree ap_tree,
389 : va_list_sm_diagnostic (sm, ap_sval, ap_tree),
462 const svalue *ap_sval, tree ap_tree)
463 : va_list_sm_diagnostic (sm, ap_sval, ap_tree),
682 const svalue *ap_sval local
684 model->set_value (impl_reg, ap_sval, cd.get_ctxt ());
992 /* If AP_SVAL is a pointer to a var_arg_region, return that var_arg_region.
996 maybe_get_var_arg_region (const svalue *ap_sval)
1022 const svalue *ap_sval = model->get_store_value (ap_reg, ctxt); local
    [all...]

Completed in 26 milliseconds