Home
last modified time | relevance | path

Searched refs:Assert (Results 1 – 25 of 47) sorted by relevance

12

/llvm-project-15.0.7/libc/AOR_v20.02/networking/arm/
H A Dchksum_simd.c32 Assert(nbytes >= 8); in __chksum_arm_simd()
50 Assert(((uintptr_t) ptr & 7) == 0); in __chksum_arm_simd()
85 Assert(nbytes < 16); in __chksum_arm_simd()
94 Assert((vgetq_lane_u64(vsum0, 0) >> 32) == 0); in __chksum_arm_simd()
95 Assert((vgetq_lane_u64(vsum0, 1) >> 32) == 0); in __chksum_arm_simd()
110 Assert(nbytes < 8); in __chksum_arm_simd()
115 Assert(((uintptr_t) ptr32 & 7) == 0); in __chksum_arm_simd()
116 Assert(nbytes < 8); in __chksum_arm_simd()
132 Assert(vget_lane_u32(vreinterpret_u32_u64(vsum), 1) == 0); in __chksum_arm_simd()
138 Assert(vget_lane_u16(vreinterpret_u16_u32(vsum32), 1) == 0); in __chksum_arm_simd()
[all …]
/llvm-project-15.0.7/libc/AOR_v20.02/networking/aarch64/
H A Dchksum_simd.c22 Assert(*nbytes >= 8); in slurp_head64()
44 Assert(nbytes < 8); in slurp_tail64()
49 Assert(__builtin_popcountl(mask) / CHAR_BIT == nbytes); in slurp_tail64()
55 Assert(nbytes == 0); in slurp_tail64()
73 Assert(nbytes >= 8); in __chksum_aarch64_simd()
75 Assert(((uintptr_t) ptr & 7) == 0); in __chksum_aarch64_simd()
113 Assert(nbytes < 32); in __chksum_aarch64_simd()
126 Assert(nbytes < 16); in __chksum_aarch64_simd()
136 Assert(nbytes < 8); in __chksum_aarch64_simd()
/llvm-project-15.0.7/libc/AOR_v20.02/networking/
H A Dchksum_common.h25 #define Assert(exp) assert(exp) macro
27 #define Assert(exp) (void) (exp) macro
118 Assert(sum == (uint32_t) sum); in fold_and_swap()
123 Assert(sum == (uint16_t) sum); in fold_and_swap()
H A Dchksum.c18 Assert(*nbytes >= 4); in slurp_head32()
59 Assert(nbytes < 16); in __chksum()
68 Assert(nbytes < 4); in __chksum()
/llvm-project-15.0.7/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp33 Assert, enumerator
63 case MacroType::Assert: in getMacroTypeName()
193 return gtestComparisonInternal(MacroType::Assert, Cmp, Left, Right); in gtestAssert()
203 return gtestThatInternal(MacroType::Assert, Actual, Matcher); in gtestAssertThat()
/llvm-project-15.0.7/libc/spec/
H A Dllvm_libc_ext.td21 HeaderSpec Assert = HeaderSpec<
38 Assert,
/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DViewLikeInterface.td243 Assert the offset `idx` is a static constant and return its value.
258 Assert the size `idx` is a static constant and return its value.
273 Assert the stride `idx` is a static constant and return its value.
289 Assert the offset `idx` is dynamic and return the position of the
307 Assert the size `idx` is dynamic and return the position of the
324 Assert the stride `idx` is dynamic and return the position of the
363 Assert the offset `idx` is dynamic and return its value.
375 Assert the size `idx` is dynamic and return its value.
387 Assert the stride `idx` is dynamic and return its value.
/llvm-project-15.0.7/libc/AOR_v20.02/networking/test/
H A Dchksum.c24 #define Assert(exp) assert(exp) macro
26 #define Assert(exp) (void) (exp) macro
60 Assert(sum == (uint32_t) sum); in checksum_simple()
65 Assert(sum == (uint16_t) sum); in checksum_simple()
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h272 inline void Assert(bool condition, const char* file, int line,
279 inline void Assert(bool condition, const char* file, int line) {
280 Assert(condition, file, line, "Assertion failed.");
356 Assert(false, "", -1, "Internal error: attempt to return invalid value");
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DValueHandle.h37 enum HandleBaseKind { Assert, Callback, Weak, WeakTracking }; enumerator
284 AssertingVH() : ValueHandleBase(Assert) {}
285 AssertingVH(ValueTy *P) : ValueHandleBase(Assert, GetAsValue(P)) {}
286 AssertingVH(const AssertingVH &RHS) : ValueHandleBase(Assert, RHS) {}
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch4/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch3/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch5/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch6/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch2/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch1/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/mlir/test/Examples/Toy/Ch7/
H A Dempty.toy2 # CHECK-NOT: Assert
/llvm-project-15.0.7/lldb/test/Shell/Recognizer/
H A Dassert.test16 # CHECK: frame 0 is recognized by Assert StackFrame Recognizer
/llvm-project-15.0.7/clang/test/Analysis/
H A Dcfref_rdar6080742.c37 #define Assert(condition)if (!(condition)) { DebugStop("Assertion failure: %s [File: %s, Line: %lu]… macro
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock-internal-utils.cc190 internal::Assert( in IllegalDoDefault()
H A Dgmock-spec-builders.cc344 Assert(mock_obj_ != nullptr, __FILE__, __LINE__, in MockObject()
361 Assert(name_ != nullptr, __FILE__, __LINE__, in Name()
496 Assert(false, __FILE__, __LINE__, "Cannot find expectation."); in GetHandleOf()
/llvm-project-15.0.7/llvm/lib/IR/
H A DValue.cpp1152 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsDeleted()
1158 case Assert: in ValueIsDeleted()
1178 if (pImpl->ValueHandles[V]->getKind() == Assert) in ValueIsDeleted()
1204 for (ValueHandleBase Iterator(Assert, *Entry); Entry; Entry = Iterator.Next) { in ValueIsRAUWd()
1210 case Assert: in ValueIsRAUWd()
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DTGLexer.h50 Assert, Bit, Bits, Class, Code, Dag, Def, Defm, Defset, Defvar, ElseKW, enumerator
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dzext.ll73 ; Assert that zexts in and(zext(icmp), zext(icmp)) can be folded.
91 ; Assert that zexts in or(zext(icmp), zext(icmp)) can be folded.
109 ; Assert that zexts in xor(zext(icmp), zext(icmp)) can be folded.
127 ; Assert that zexts in logic(zext(icmp), zext(icmp)) are also folded accross
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-spec-builders.h277 Assert(property, file_, line_, failure_message); in AssertSpecProperty()
753 Assert(property, file_, line_, failure_message); in AssertSpecProperty()
1167 Assert(count >= 1, __FILE__, __LINE__, in GetCurrentAction()
1535 Assert(DefaultValue<Result>::Exists(), "", -1, message); in PerformDefaultAction()

12