Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp1913 bool SawSwiftAsync = false; in verifyFunctionAttrs() local
1982 Assert(!SawSwiftAsync, "Cannot have multiple 'swiftasync' parameters!", V); in verifyFunctionAttrs()
1983 SawSwiftAsync = true; in verifyFunctionAttrs()