Home
last modified time | relevance | path

Searched defs:_PyInterpreterFrame (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_frame.h47 typedef struct _PyInterpreterFrame { struct
56 struct _PyInterpreterFrame *previous; argument
67 } _PyInterpreterFrame; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_frame.h47 typedef struct _PyInterpreterFrame { struct
56 struct _PyInterpreterFrame *previous; argument
67 } _PyInterpreterFrame; argument
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_frame.h47 typedef struct _PyInterpreterFrame { struct
56 struct _PyInterpreterFrame *previous; argument
67 } _PyInterpreterFrame; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_frame.h47 typedef struct _PyInterpreterFrame { struct
56 struct _PyInterpreterFrame *previous; argument
67 } _PyInterpreterFrame; argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_frame.h47 typedef struct _PyInterpreterFrame { struct
56 struct _PyInterpreterFrame *previous; argument
67 } _PyInterpreterFrame; argument
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dcpython_defs.h11 typedef struct _PyInterpreterFrame _PyInterpreterFrame; typedef
H A Dframelocals_mapping.h10 typedef struct _PyInterpreterFrame _PyInterpreterFrame; typedef