| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| AllocationState.h | 18 namespace allocation_state { namespace in namespace:clang::ento 33 } // end namespace allocation_state
|
| InnerPointerChecker.cpp | 152 State = allocation_state::markReleased(State, Symbol, Origin); 289 namespace allocation_state { namespace in namespace:clang::ento 305 } // end namespace allocation_state 320 allocation_state::getContainerObjRegion(N->getState(), PtrToBuf);
|
| MallocChecker.cpp | 2222 R->addVisitor(allocation_state::getInnerPointerBRVisitor(Sym)); 3223 allocation_state::getContainerObjRegion(statePrev, Sym); 3372 namespace allocation_state { namespace in namespace:clang::ento 3380 } // end namespace allocation_state
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| sm-malloc.cc | 85 /* An enum for discriminating between different kinds of allocation_state. */ 125 struct allocation_state : public state_machine::state struct in namespace:ana::__anon12594 127 allocation_state (const char *name, unsigned id, function in struct:ana::__anon12594::allocation_state 138 const allocation_state *get_nonnull () const; 148 struct assumed_non_null_state : public allocation_state 152 : allocation_state (name, id, RS_ASSUMED_NON_NULL, 360 typedef allocation_state custom_data_t; 674 Everything should be an allocation_state apart from the start state. */ 676 static const allocation_state * 681 return static_cast <const allocation_state *> (state) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| sm-malloc.cc | 83 /* An enum for discriminating between different kinds of allocation_state. */ 120 struct allocation_state : public state_machine::state struct in namespace:ana::__anon15216 122 allocation_state (const char *name, unsigned id, function in struct:ana::__anon15216::allocation_state 133 const allocation_state *get_nonnull () const; 336 typedef allocation_state custom_data_t; 620 Everything should be an allocation_state apart from the start state. */ 622 static const allocation_state * 627 return static_cast <const allocation_state *> (state); 633 static const allocation_state * 637 return static_cast <const allocation_state *> (state) [all...] |