Home
last modified time | relevance | path

Searched defs:IsSwiftError (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetCallingConv.h43 unsigned IsSwiftError : 1; ///< Swift error parameter member
H A DTargetLowering.h290 bool IsSwiftError : 1; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp7391 bool IsSwiftError = EatIfPresent(lltok::kw_swifterror); in parseAlloc() local