Lines Matching refs:arg0
28 static inline void PyDTrace_LINE(const char *arg0, const char *arg1, int arg2) {}
29 static inline void PyDTrace_FUNCTION_ENTRY(const char *arg0, const char *arg1, int arg2) {}
30 static inline void PyDTrace_FUNCTION_RETURN(const char *arg0, const char *arg1, int arg2) {}
31 static inline void PyDTrace_GC_START(int arg0) {}
32 static inline void PyDTrace_GC_DONE(int arg0) {}
33 static inline void PyDTrace_INSTANCE_NEW_START(int arg0) {}
34 static inline void PyDTrace_INSTANCE_NEW_DONE(int arg0) {}
35 static inline void PyDTrace_INSTANCE_DELETE_START(int arg0) {}
36 static inline void PyDTrace_INSTANCE_DELETE_DONE(int arg0) {}
37 static inline void PyDTrace_IMPORT_FIND_LOAD_START(const char *arg0) {}
38 static inline void PyDTrace_IMPORT_FIND_LOAD_DONE(const char *arg0, int arg1) {}