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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 3134 class dubious_allocation_size class in namespace:ana
3135 : public pending_diagnostic_subclass<dubious_allocation_size>
3138 dubious_allocation_size (const region *lhs, const region *rhs, function in class:ana::dubious_allocation_size
3151 return "dubious_allocation_size";
3154 bool operator== (const dubious_allocation_size &other) const
3225 #define PROPERTY_PREFIX "gcc/analyzer/dubious_allocation_size/"
3429 /* Return true if we should emit a dubious_allocation_size warning
3547 ctxt->warn (make_unique <dubious_allocation_size> (lhs_reg, rhs_reg,
3561 ctxt->warn (make_unique <dubious_allocation_size> (lhs_reg,
region-model.cc 3134 class dubious_allocation_size class in namespace:ana
3135 : public pending_diagnostic_subclass<dubious_allocation_size>
3138 dubious_allocation_size (const region *lhs, const region *rhs, function in class:ana::dubious_allocation_size
3151 return "dubious_allocation_size";
3154 bool operator== (const dubious_allocation_size &other) const
3225 #define PROPERTY_PREFIX "gcc/analyzer/dubious_allocation_size/"
3429 /* Return true if we should emit a dubious_allocation_size warning
3547 ctxt->warn (make_unique <dubious_allocation_size> (lhs_reg, rhs_reg,
3561 ctxt->warn (make_unique <dubious_allocation_size> (lhs_reg,

Completed in 126 milliseconds