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

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region.cc 1099 decl_region::maybe_get_constant_value (region_model_manager *mgr) const function in class:ana::decl_region
region.h 658 const svalue *maybe_get_constant_value (region_model_manager *mgr) const;
region-model.cc 2430 if (const svalue *sval = decl_reg->maybe_get_constant_value (m_mgr))
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region.cc 1609 decl_region::maybe_get_constant_value (region_model_manager *mgr) const function in class:ana::decl_region
region.h 732 const svalue *maybe_get_constant_value (region_model_manager *mgr) const;
region-model.cc 2695 if (const svalue *sval = decl_reg->maybe_get_constant_value (m_mgr))

Completed in 42 milliseconds