| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| sm-taint.cc | 516 class tainted_allocation_size : public taint_diagnostic class in namespace:ana::__anon15220 519 tainted_allocation_size (const taint_state_machine &sm, tree arg, function in class:ana::__anon15220::tainted_allocation_size 528 return "tainted_allocation_size"; 535 const tainted_allocation_size &other 536 = (const tainted_allocation_size &)base_other; 1159 ctxt->warn (new tainted_allocation_size (taint_sm, arg, b, mem_space));
|
| sm-taint.cc | 516 class tainted_allocation_size : public taint_diagnostic class in namespace:ana::__anon15220 519 tainted_allocation_size (const taint_state_machine &sm, tree arg, function in class:ana::__anon15220::tainted_allocation_size 528 return "tainted_allocation_size"; 535 const tainted_allocation_size &other 536 = (const tainted_allocation_size &)base_other; 1159 ctxt->warn (new tainted_allocation_size (taint_sm, arg, b, mem_space));
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| sm-taint.cc | 644 class tainted_allocation_size : public taint_diagnostic class in namespace:ana::__anon12598 647 tainted_allocation_size (const taint_state_machine &sm, tree arg, function in class:ana::__anon12598::tainted_allocation_size 658 return "tainted_allocation_size"; 665 const tainted_allocation_size &other 666 = (const tainted_allocation_size &)base_other; 791 #define PROPERTY_PREFIX "gcc/analyzer/tainted_allocation_size/" 1693 ctxt->warn (make_unique<tainted_allocation_size>
|
| sm-taint.cc | 644 class tainted_allocation_size : public taint_diagnostic class in namespace:ana::__anon12598 647 tainted_allocation_size (const taint_state_machine &sm, tree arg, function in class:ana::__anon12598::tainted_allocation_size 658 return "tainted_allocation_size"; 665 const tainted_allocation_size &other 666 = (const tainted_allocation_size &)base_other; 791 #define PROPERTY_PREFIX "gcc/analyzer/tainted_allocation_size/" 1693 ctxt->warn (make_unique<tainted_allocation_size>
|