Searched refs:mergeCanThrow (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 989 R = mergeCanThrow(R, Self.canThrow(SubStmt)); in canSubStmtsThrow() 1057 CT = mergeCanThrow(CT, Self.canThrow(Init)); in canVarDeclThrow() 1064 CT = mergeCanThrow( in canVarDeclThrow() 1074 CT = mergeCanThrow(CT, canVarDeclThrow(Self, HD)); in canVarDeclThrow() 1133 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow() 1159 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow() 1171 return mergeCanThrow(CT, canSubStmtsThrow(*this, CE)); in canThrow() 1186 CT = mergeCanThrow(CT, canThrow(*Cap)); in canThrow() 1199 return mergeCanThrow(CT, canSubStmtsThrow(*this, NE)); in canThrow() 1214 CT = mergeCanThrow(CT, canCalleeThrow(*this, DE, DD)); in canThrow() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | ExceptionSpecificationType.h | 65 inline CanThrowResult mergeCanThrow(CanThrowResult CT1, CanThrowResult CT2) { in mergeCanThrow() function
|