Home
last modified time | relevance | path

Searched refs:ReturnValueOnError (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp165 bool ReturnValueOnError = true; in CheckSpecifiedExceptionType() local
168 ReturnValueOnError = false; in CheckSpecifiedExceptionType()
173 return ReturnValueOnError; in CheckSpecifiedExceptionType()
311 bool ReturnValueOnError = true; in CheckEquivalentExceptionSpec() local
314 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
350 return ReturnValueOnError; in CheckEquivalentExceptionSpec()
401 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
407 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
416 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
419 ReturnValueOnError = true; in CheckEquivalentExceptionSpec()
[all …]