OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNoexceptExceptionSpec
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
ExceptionSpecificationType.h
44
inline bool
isNoexceptExceptionSpec
(ExceptionSpecificationType ESpecType) {
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp
136
if (
isNoexceptExceptionSpec
(Proto->getExceptionSpecType()) &&
CGException.cpp
480
if (
isNoexceptExceptionSpec
(EST) && Proto->canThrow() == CT_Cannot) {
583
if (
isNoexceptExceptionSpec
(EST) && Proto->canThrow() == CT_Cannot &&
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
729
} else if (FT &&
isNoexceptExceptionSpec
(FT->getExceptionSpecType())) {
TypePrinter.cpp
815
} else if (
isNoexceptExceptionSpec
(getExceptionSpecType())) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h
4137
return
isNoexceptExceptionSpec
(getExceptionSpecType());
Completed in 26 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026