OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exc_info
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/utils/
module-deps-to-rsp.py
68
print("Unexpected error:", sys.
exc_info
()[0])
/src/sys/arch/powerpc/include/ibm4xx/
cpu.h
51
struct
exc_info
{
struct
/src/external/gpl3/gcc/dist/contrib/
unused_functions.py
108
dbg("ar x: Error: %s: %s" % (archive, sys.
exc_info
()[0]))
123
dbg("ar t: Error: %s: %s" % (archive, sys.
exc_info
()[0]))
/src/external/gpl3/gcc.old/dist/contrib/
unused_functions.py
108
dbg("ar x: Error: %s: %s" % (archive, sys.
exc_info
()[0]))
123
dbg("ar t: Error: %s: %s" % (archive, sys.
exc_info
()[0]))
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
googlebenchmark.py
46
% (path, sys.
exc_info
()[1], exc.output))
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/
googletest.py
45
% (path, sys.
exc_info
()[1], exc.output))
/src/external/mit/isl/dist/interface/
isl.py
2499
exc_info
= [None]
2507
exc_info
[0] = e
2513
if
exc_info
[0] is not None:
2514
raise
exc_info
[0]
5272
exc_info
= [None]
5279
exc_info
[0] = e
5285
if
exc_info
[0] is not None:
5286
raise
exc_info
[0]
5295
exc_info
= [None]
5303
exc_info
[0] =
[
all
...]
python.cc
202
* If any exception is thrown, the wrapper keeps track of it in
exc_info
[0]
220
printf("
exc_info
= [None]\n");
260
printf("
exc_info
[0] = e\n");
321
/* Generate code that raises the exception captured in "
exc_info
", if any,
324
static void print_rethrow(int indent, const char *
exc_info
)
326
print_indent(indent, "if %s is not None:\n",
exc_info
);
327
print_indent(indent, " raise %s\n",
exc_info
);
332
* is set and if it failed with an exception. If so, the '
exc_info
'
350
printf(".%s['
exc_info
'] != None:\n", callback_name.c_str());
351
print_indent(indent, "
exc_info
= ")
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libear/
__init__.py
57
logging.info("Could not build interception library.",
exc_info
=True)
/src/external/apache2/llvm/dist/libcxx/utils/libcxx/
util.py
158
e = sys.
exc_info
()[1]
/src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/command/
frame_filters.py
81
e = sys.
exc_info
()[1]
/src/external/gpl3/gdb/dist/gdb/python/lib/gdb/command/
frame_filters.py
81
e = sys.
exc_info
()[1]
/src/sys/arch/powerpc/ibm4xx/
ibm4xx_machdep.c
148
static const struct
exc_info
trap_table[] = {
/src/external/apache2/llvm/dist/llvm/utils/lit/lit/
util.py
148
e = sys.
exc_info
()[1]
TestRunner.py
411
def on_rm_error(func, path,
exc_info
):
916
e = sys.
exc_info
()[1]
/src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
analyze.py
468
logging.error("Problem occurred during analysis.",
exc_info
=1)
/src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py
194
info = sys.
exc_info
()
Completed in 56 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026