Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp161 bool ReturnValueOnError = true; in CheckSpecifiedExceptionType() local
164 ReturnValueOnError = false; in CheckSpecifiedExceptionType()
169 return ReturnValueOnError; in CheckSpecifiedExceptionType()
305 bool ReturnValueOnError = true; in CheckEquivalentExceptionSpec() local
308 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
344 return ReturnValueOnError; in CheckEquivalentExceptionSpec()
395 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
401 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
410 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
413 ReturnValueOnError = true; in CheckEquivalentExceptionSpec()
[all …]