Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:exc_state
(Results
1 - 6
of
6
) sorted by relevance
/third_party/python/Include/internal/
H
A
D
pycore_pyerrors.h
26
static inline void _PyErr_ClearExcState(_PyErr_StackItem *
exc_state
)
in _PyErr_ClearExcState()
argument
28
Py_CLEAR(
exc_state
->exc_value);
in _PyErr_ClearExcState()
H
A
D
pycore_interp.h
173
struct _Py_exc_state
exc_state
;
member
/third_party/python/Include/cpython/
H
A
D
pystate.h
199
_PyErr_StackItem
exc_state
;
member
/third_party/python/Python/
H
A
D
pystate.c
795
tstate->exc_info = &tstate->
exc_state
;
in init_threadstate()
1044
Py_CLEAR(tstate->
exc_state
.exc_value);
in PyThreadState_Clear()
1047
if (verbose && tstate->exc_info != &tstate->
exc_state
) {
in PyThreadState_Clear()
/third_party/python/Objects/
H
A
D
exceptions.c
30
return &interp->
exc_state
;
in get_exc_state()
3640
struct _Py_exc_state *state = &interp->
exc_state
;
in _PyExc_InitState()
3740
struct _Py_exc_state *state = &interp->
exc_state
;
in _PyExc_ClearExceptionGroupType()
3747
struct _Py_exc_state *state = &interp->
exc_state
;
in _PyExc_Fini()
H
A
D
genobject.c
26
exc_state_traverse(_PyErr_StackItem *
exc_state
, visitproc visit, void *arg)
in exc_state_traverse()
argument
28
Py_VISIT(
exc_state
->exc_value);
in exc_state_traverse()
Completed in 13 milliseconds