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.cpp159 bool ReturnValueOnError = true; in CheckSpecifiedExceptionType() local
162 ReturnValueOnError = false; in CheckSpecifiedExceptionType()
167 return ReturnValueOnError; in CheckSpecifiedExceptionType()
303 bool ReturnValueOnError = true; in CheckEquivalentExceptionSpec() local
306 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
342 return ReturnValueOnError; in CheckEquivalentExceptionSpec()
393 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
399 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
408 ReturnValueOnError = false; in CheckEquivalentExceptionSpec()
411 ReturnValueOnError = true; in CheckEquivalentExceptionSpec()
[all …]