OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MightThrow
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.cpp
129
CallObjCEndCatch(bool
MightThrow
, llvm::FunctionCallee Fn)
130
:
MightThrow
(
MightThrow
), Fn(Fn) {}
131
bool
MightThrow
;
135
if (
MightThrow
)
ItaniumCXXABI.cpp
4394
CallEndCatch(bool
MightThrow
) :
MightThrow
(
MightThrow
) {}
4395
bool
MightThrow
;
4398
if (!
MightThrow
) {
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026