OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EST_NoThrow
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
ExceptionSpecificationType.h
25
EST_NoThrow
, ///< Microsoft __declspec(nothrow) extension
45
return ESpecType == EST_BasicNoexcept || ESpecType ==
EST_NoThrow
||
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp
400
} else if (ESI.Type ==
EST_NoThrow
) {
445
case
EST_NoThrow
:
813
SuperCanThrow == CT_Cannot && SuperEST ==
EST_NoThrow
) {
SemaExprCXX.cpp
6439
if (EST1 ==
EST_NoThrow
) return ESI2;
6440
if (EST2 ==
EST_NoThrow
) return ESI1;
6469
case
EST_NoThrow
:
SemaType.cpp
7530
case
EST_NoThrow
:
7553
FunctionProtoType::ExceptionSpecInfo{
EST_NoThrow
})
SemaDeclCXX.cpp
204
case
EST_NoThrow
:
17643
case
EST_NoThrow
:
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
748
case
EST_NoThrow
:
/src/external/apache2/llvm/dist/clang/lib/AST/
JSONNodeDumper.cpp
549
case
EST_NoThrow
:
TypePrinter.cpp
813
} else if (
EST_NoThrow
== getExceptionSpecType()) {
Type.cpp
3291
case
EST_NoThrow
:
ASTContext.cpp
4341
case
EST_NoThrow
:
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
4054
case
EST_NoThrow
:
Completed in 51 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026