/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/ |
H A D | Annotations.cpp | 19 static void require(bool Assertion, const char *Msg, llvm::StringRef Code) { in require() argument 20 if (!Assertion) { in require() 27 auto Require = [Text](bool Assertion, const char *Msg) { in Annotations() argument 28 require(Assertion, Msg, Text); in Annotations()
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | omap-gpmc.txt | 58 - gpmc,cs-on-ns: Assertion time 63 - gpmc,adv-on-ns: Assertion time 66 - gpmc,adv-aad-mux-on-ns: Assertion time for AAD 71 - gpmc,we-on-ns Assertion time 75 - gpmc,oe-on-ns: Assertion time 77 - gpmc,oe-aad-mux-on-ns: Assertion time for AAD
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | TGParser.h | 43 std::unique_ptr<Record::AssertionInfo> Assertion; member 51 RecordsEntry(std::unique_ptr<Record::AssertionInfo> Assertion) in RecordsEntry() 52 : Assertion(std::move(Assertion)) {} in RecordsEntry()
|
H A D | TGParser.cpp | 350 if (Entry.Assertion) in AddSubClass() 382 assert((!!E.Rec + !!E.Loop + !!E.Assertion + !!E.Dump) == 1 && in addEntry() 405 if (E.Assertion) { in addEntry() 406 CheckAssert(E.Assertion->Loc, E.Assertion->Condition, E.Assertion->Message); in addEntry() 496 } else if (E.Assertion) { in resolve() 500 Init *Condition = E.Assertion->Condition->resolveReferences(R); in resolve() 501 Init *Message = E.Assertion->Message->resolveReferences(R); in resolve() 505 E.Assertion->Loc, Condition, Message)); in resolve() 507 CheckAssert(E.Assertion->Loc, Condition, Message); in resolve() 3540 if (Entry.Assertion) in ApplyLetStack()
|
H A D | Record.cpp | 2870 for (auto &Assertion : Assertions) { in resolveReferences() local 2871 Init *Value = Assertion.Condition->resolveReferences(R); in resolveReferences() 2872 Assertion.Condition = Value; in resolveReferences() 2873 Value = Assertion.Message->resolveReferences(R); in resolveReferences() 2874 Assertion.Message = Value; in resolveReferences() 3130 for (const auto &Assertion : getAssertions()) { in checkRecordAssertions() local 3131 Init *Condition = Assertion.Condition->resolveReferences(R); in checkRecordAssertions() 3132 Init *Message = Assertion.Message->resolveReferences(R); in checkRecordAssertions() 3133 CheckAssert(Assertion.Loc, Condition, Message); in checkRecordAssertions()
|
/freebsd/tools/test/stress2/misc/ |
H A D | all.exclude | 44 nfs15lockd.sh panic: Assertion td->td_realucred == td->td_ucred failed ... 20210211
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | assertions.md | 59 [Assertion Placement](../advanced.md#assertion-placement) for more information. 74 ## Generalized Assertion {#generalized}
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 61 static void assert_with_loc(bool Assertion, const std::string &Str) { in assert_with_loc() argument 62 if (!Assertion) { in assert_with_loc()
|
/freebsd/lib/libomp/ |
H A D | kmp_i18n_default.inc | 131 "Assertion failure at %1$s(%2$d).",
|
/freebsd/contrib/ldns/ |
H A D | Changelog | 2 * bugfix #183: Assertion failure with OPT record without rdata. 53 * bugfix #117: Assertion failure with DNSSEC validating of
|
/freebsd/contrib/llvm-project/openmp/runtime/src/i18n/ |
H A D | en_US.txt | 175 AssertionFailure "Assertion failure at %1$s(%2$d)."
|
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 238 ### Assertion Placement 2394 #### Turning Assertion Failures into Break-Points
|
H A D | gmock_cook_book.md | 4313 values and the stack trace to help you debug. Assertion macros like
|
/freebsd/contrib/ntp/ |
H A D | NEWS | 178 * [Sec 3808] Assertion failure in ntpq on malformed RT-11 date <perlinger@ntp.org> 3944 * [Sec 3808] Assertion failure in ntpq on malformed RT-11 date <perlinger@ntp.org>
|
H A D | ChangeLog | 136 * [Sec 3808] Assertion failure in ntpq on malformed RT-11 date <perlinger@ntp.org>
|
H A D | CommitLog | 4155 [Bug 3808] Assertion failure in ntpq on malformed RT-11 date 4158 [Bug 3808] Assertion failure in ntpq on malformed RT-11 date 4161 [Bug 3808] Assertion failure in ntpq on malformed RT-11 date 4165 [Bug 3808] Assertion failure in ntpq on malformed RT-11 date [all...] |
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 9416 Assertion checked if recursion parent query still existed.
|