Home
last modified time | relevance | path

Searched defs:Raise (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libc/test/src/signal/
Draise_test.cpp14 TEST(SignalTest, Raise) { in TEST() argument
/external/python/cpython2/Include/
DPython-ast.h140 } Raise; member
417 #define Raise(a0, a1, a2, a3, a4, a5) _Py_Raise(a0, a1, a2, a3, a4, a5) macro
/external/python/cpython3/Include/
DPython-ast.h183 } Raise; member
526 #define Raise(a0, a1, a2, a3, a4, a5, a6) _Py_Raise(a0, a1, a2, a3, a4, a5, a6) macro
/external/python/cpython2/Lib/compiler/
Dast.py1099 class Raise(Node): class
/external/python/cpython2/Python/
DPython-ast.c1284 Raise(expr_ty type, expr_ty inst, expr_ty tback, int lineno, int col_offset, in Raise() function
/external/python/cpython3/Python/
DPython-ast.c2342 Raise(expr_ty exc, expr_ty cause, int lineno, int col_offset, int end_lineno, in Raise() function