OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsNothrow
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
11047
if (FPT->
isNothrow
())
14926
bool
IsNothrow
= false;
14927
if (!FD->isReplaceableGlobalAllocationFunction(&AlignmentParam, &
IsNothrow
))
14935
if (!
IsNothrow
&& !FD->hasAttr<ReturnsNonNullAttr>())
15062
if (Context.BuiltinInfo.
isNoThrow
(BuiltinID) && !FD->hasAttr<NoThrowAttr>())
Completed in 43 milliseconds
Indexes created Tue Apr 28 00:22:25 UTC 2026