Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp1935 bool SawSwiftAsync = false; in verifyFunctionAttrs() local
1992 Check(!SawSwiftAsync, "Cannot have multiple 'swiftasync' parameters!", V); in verifyFunctionAttrs()
1993 SawSwiftAsync = true; in verifyFunctionAttrs()