Home
last modified time | relevance | path

Searched defs:succeeded (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLogicalResult.h40 constexpr bool succeeded() const { return IsSuccess; } in succeeded() function
67 inline bool succeeded(LogicalResult Result) { return Result.succeeded(); } in succeeded() function
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c63 #define CHECK_RESULT(syscall, rights_needed, succeeded) do { \ argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1504 bool succeeded = UpdateOperandRegClass(*Pred); in optimizePTestInstr() local
1557 bool succeeded = UpdateOperandRegClass(CmpInstr); in optimizeCompareInstr() local
1834 bool succeeded = UpdateOperandRegClass(*MI); in substituteCmpToZero() local
/freebsd/contrib/libarchive/libarchive/test/
H A Dmain.c1743 int succeeded; in assertion_make_hardlink() local
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c2040 int succeeded; in assertion_make_hardlink() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10250 auto finish = [&](bool succeeded) -> bool { in canAssignObjCInterfaces()
10299 auto finish = [&](bool succeeded) -> bool { in canAssignObjCInterfacesInBlockPointer()
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp8230 bool AssertionResult::succeeded() const { in succeeded() function in Catch::AssertionResult