Home
last modified time | relevance | path

Searched defs:SwiftError (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeCommon.h28 using SwiftError = Bitfield::Element<bool, ExplicitType::NextBit, 1>; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h262 SwiftErrorValueTracking &SwiftError; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DIRTranslator.h166 SwiftErrorValueTracking SwiftError; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h50 std::unique_ptr<SwiftErrorValueTracking> SwiftError; variable
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6217 const bool SwiftError = Bitfield::get<APV::SwiftError>(Rec); in parseFunctionBody() local