Searched defs:succeeded (Results 1 – 7 of 7) sorted by relevance
40 constexpr bool succeeded() const { return IsSuccess; } in succeeded() function67 inline bool succeeded(LogicalResult Result) { return Result.succeeded(); } in succeeded() function
63 #define CHECK_RESULT(syscall, rights_needed, succeeded) do { \ argument
1504 bool succeeded = UpdateOperandRegClass(*Pred); in optimizePTestInstr() local1557 bool succeeded = UpdateOperandRegClass(CmpInstr); in optimizeCompareInstr() local1834 bool succeeded = UpdateOperandRegClass(*MI); in substituteCmpToZero() local
1743 int succeeded; in assertion_make_hardlink() local
2040 int succeeded; in assertion_make_hardlink() local
10250 auto finish = [&](bool succeeded) -> bool { in canAssignObjCInterfaces()10299 auto finish = [&](bool succeeded) -> bool { in canAssignObjCInterfacesInBlockPointer()
8230 bool AssertionResult::succeeded() const { in succeeded() function in Catch::AssertionResult