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.cpp833 enum class ContinuationType { // Keep in sync with runtime. enum
845 static_cast<int>(ContinuationType::ContinueWithShadow)); in emitCheckInternal()
903 static_cast<int>(ContinuationType::ContinueWithShadow)); in emitCheckInternal()
934 static_cast<int>(ContinuationType::ResumeFromValue))); in emitCheck()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/
H A Dnsan.cpp411 enum ContinuationType { // Keep in sync with instrumentation pass. enum