Home
last modified time | relevance | path

Searched refs:Assertion (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp19 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 Dti,gpmc-child.yaml30 description: Assertion time
43 description: Assertion time
55 description: Assertion time for AAD
68 description: Assertion time
77 description: Assertion time
85 description: Assertion time for AAD
H A Domap-gpmc.txt58 - 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 DTGParser.h43 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 DTGParser.cpp350 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()
3534 if (Entry.Assertion) in ApplyLetStack()
H A DRecord.cpp2870 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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp142 const Expr *Assertion = CE->getArg(0); in getArgumentValueString() local
143 SVal AssertionVal = State->getSVal(Assertion, LC); in getArgumentValueString()
/freebsd/tools/test/stress2/misc/
H A Dall.exclude44 nfs15lockd.sh panic: Assertion td->td_realucred == td->td_ucred failed ... 20210211
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md59 [Assertion Placement](../advanced.md#assertion-placement) for more information.
74 ## Generalized Assertion {#generalized}
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp61 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 Dkmp_i18n_default.inc131 "Assertion failure at %1$s(%2$d).",
/freebsd/contrib/ldns/
H A DChangelog2 * 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 Den_US.txt175 AssertionFailure "Assertion failure at %1$s(%2$d)."
/freebsd/contrib/googletest/docs/
H A Dadvanced.md238 ### Assertion Placement
2384 #### Turning Assertion Failures into Break-Points
H A Dgmock_cook_book.md4278 values and the stack trace to help you debug. Assertion macros like
/freebsd/contrib/ntp/
H A DNEWS178 * [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 DChangeLog136 * [Sec 3808] Assertion failure in ntpq on malformed RT-11 date <perlinger@ntp.org>
H A DCommitLog4155 [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
/freebsd/contrib/unbound/doc/
H A DChangelog9267 Assertion checked if recursion parent query still existed.