Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DNumericalStabilitySanitizer.cpp887 enum class ContinuationType { // Keep in sync with runtime. enum
899 static_cast<int>(ContinuationType::ContinueWithShadow)); in emitCheckInternal()
957 static_cast<int>(ContinuationType::ContinueWithShadow)); in emitCheckInternal()
988 static_cast<int>(ContinuationType::ResumeFromValue))); in emitCheck()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp437 enum ContinuationType { // Keep in sync with instrumentation pass. enum