Home
last modified time | relevance | path

Searched defs:AssertionInfo (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
DRecord.h1579 struct AssertionInfo { struct
1586 AssertionInfo(SMLoc Loc, Init *Condition, Init *Message) in AssertionInfo() argument
/external/bcc/tests/cc/
Dcatch.hpp827 struct AssertionInfo struct
829 AssertionInfo() {} in AssertionInfo() argument
835 std::string macroName;
836 SourceLineInfo lineInfo;
837 std::string capturedExpression;
838 ResultDisposition::Flags resultDisposition;
7223 AssertionInfo::AssertionInfo( std::string const& _macroName, in AssertionInfo() function in Catch::AssertionInfo