Lines Matching full:called

69   /// The method will be called before the analyzer core processes the
72 /// callback can be specialized to be called with any subclass of Stmt.
82 /// The method will be called after the analyzer core processes the
85 /// callback can be specialized to be called with any subclass of Stmt.
92 /// This will be called before the analyzer core processes the method call.
93 /// This is called for any action which produces an Objective-C message send,
107 /// This will be called when the analyzer core processes a method call whose
109 /// check{Pre/Post}Call will not be called.
142 /// new-expression is this pointer. This callback is called between steps
143 /// (2) and (3). Post-call for the allocator is called after step (1).
144 /// Pre-statement for the new-expression is called on step (4) when the value
148 /// Called on a load from and a store to a location.
150 /// The method will be called each time a location (pointer) value is
160 /// Called on binding of a value to a location.
169 /// Called whenever a symbol becomes dead.
186 /// Called when the analyzer core starts analyzing a function,
192 /// Called when the analyzer core reaches the end of a
199 /// Called after all the paths in the ExplodedGraph reach end of path
212 /// Called after analysis of a TranslationUnit is complete.
236 /// This method is called when a symbolic expression is assumed to be true or
253 /// Called when the contents of one or more regions change.
285 /// Called when pointers escape.
305 /// Called when const pointers escape.
322 /// not path sensitive. It will be called for every Declaration in the AST and
323 /// can be specialized to only be called on subclasses of Decl, for example,
334 /// not path sensitive. It will be called for every Declaration in the AST.