Searched refs:numBytes (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | objc-string-constant.m | 19 int numBytes; field
|
| /llvm-project-15.0.7/clang/test/CodeGenObjC/ |
| H A D | ns-constant-strings.m | 12 unsigned int numBytes; field
|
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/ |
| H A D | UnifyAliasedResourcePass.cpp | 91 Optional<int64_t> numBytes = type.getSizeInBytes(); in deduceCanonicalResource() local 92 if (!numBytes) in deduceCanonicalResource() 97 totalNumBits.push_back(*numBytes * 8); in deduceCanonicalResource()
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | BuiltinAttributes.cpp | 459 static void copyAPIntToArrayForBEmachine(APInt value, size_t numBytes, in copyAPIntToArrayForBEmachine() argument 463 assert(value.getNumWords() * APInt::APINT_WORD_SIZE >= numBytes); in copyAPIntToArrayForBEmachine() 484 (numBytes - lastWordPos) * CHAR_BIT, 1); in copyAPIntToArrayForBEmachine() 489 static void copyArrayToAPIntForBEmachine(const char *inArray, size_t numBytes, in copyArrayToAPIntForBEmachine() argument 493 assert(result.getNumWords() * APInt::APINT_WORD_SIZE >= numBytes); in copyArrayToAPIntForBEmachine() 512 (numBytes - lastWordPos) * CHAR_BIT, 1); in copyArrayToAPIntForBEmachine()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | StackMaps.rst | 190 @llvm.experimental.patchpoint.void(i64 <id>, i32 <numBytes>, 193 @llvm.experimental.patchpoint.i64(i64 <id>, i32 <numBytes>, 245 The patch point also emits nops to cover at least ``<numBytes>`` of 247 ``<numBytes>`` is enough to encode a call to the target address on the
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/ |
| H A D | sizeof-expression.rst | 50 int numBytes = numElements * sizeof(d.get_type());
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | keychainAPI.m | 261 …eateWithBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding…
|