Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp160 bool ReturnValueOnError = true; in CheckSpecifiedExceptionType() local
163 ReturnValueOnError = false; in CheckSpecifiedExceptionType()
168 return ReturnValueOnError; in CheckSpecifiedExceptionType()
300 bool ReturnValueOnError = true; in CheckEquivalentExceptionSpec() local
303 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
339 return ReturnValueOnError; in CheckEquivalentExceptionSpec()
393 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
399 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
404 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
407 ReturnValueOnError = true; in CheckEquivalentExceptionSpec()
[all …]