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

  /src/external/gpl3/gcc/dist/gcc/analyzer/
program-point.h 31 /* An enum for distinguishing the various kinds of program_point. */
112 /* Factory functions for making various kinds of program_point. */
174 class program_point class in namespace:ana
177 program_point (const function_point &fn_point, function in class:ana::program_point
190 bool operator== (const program_point &other) const
195 bool operator!= (const program_point &other) const
251 /* Factory functions for making various kinds of program_point. */
252 static program_point origin (const region_model_manager &mgr);
253 static program_point from_function_entry (const region_model_manager &mgr,
257 static program_point before_supernode (const supernode *supernode
306 program_point (const function_point &fn_point) function in class:ana::program_point
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
program-point.h 28 /* An enum for distinguishing the various kinds of program_point. */
109 /* Factory functions for making various kinds of program_point. */
171 class program_point class in namespace:ana
174 program_point (const function_point &fn_point, function in class:ana::program_point
187 bool operator== (const program_point &other) const
192 bool operator!= (const program_point &other) const
248 /* Factory functions for making various kinds of program_point. */
249 static program_point origin ()
251 return program_point (function_point (NULL, NULL,
256 static program_point from_function_entry (const supergraph &sg
    [all...]

Completed in 23 milliseconds