| /llvm-project-15.0.7/libc/AOR_v20.02/networking/arm/ |
| H A D | chksum_simd.c | 32 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 D | chksum_simd.c | 22 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 D | chksum_common.h | 25 #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 D | chksum.c | 18 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 D | GtestMatchers.cpp | 33 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 D | llvm_libc_ext.td | 21 HeaderSpec Assert = HeaderSpec< 38 Assert,
|
| /llvm-project-15.0.7/mlir/include/mlir/Interfaces/ |
| H A D | ViewLikeInterface.td | 243 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 D | chksum.c | 24 #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 D | gmock-internal-utils.h | 272 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 D | ValueHandle.h | 37 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 D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch3/ |
| H A D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch5/ |
| H A D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch6/ |
| H A D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch2/ |
| H A D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch1/ |
| H A D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/mlir/test/Examples/Toy/Ch7/ |
| H A D | empty.toy | 2 # CHECK-NOT: Assert
|
| /llvm-project-15.0.7/lldb/test/Shell/Recognizer/ |
| H A D | assert.test | 16 # CHECK: frame 0 is recognized by Assert StackFrame Recognizer
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | cfref_rdar6080742.c | 37 #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 D | gmock-internal-utils.cc | 190 internal::Assert( in IllegalDoDefault()
|
| H A D | gmock-spec-builders.cc | 344 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 D | Value.cpp | 1152 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 D | TGLexer.h | 50 Assert, Bit, Bits, Class, Code, Dag, Def, Defm, Defset, Defvar, ElseKW, enumerator
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | zext.ll | 73 ; 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 D | gmock-spec-builders.h | 277 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()
|