Home
last modified time | relevance | path

Searched refs:numBytes (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaObjC/
H A Dobjc-string-constant.m19 int numBytes; field
/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Dns-constant-strings.m12 unsigned int numBytes; field
/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/Transforms/
H A DUnifyAliasedResourcePass.cpp91 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 DBuiltinAttributes.cpp459 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 DStackMaps.rst190 @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 Dsizeof-expression.rst50 int numBytes = numElements * sizeof(d.get_type());
/llvm-project-15.0.7/clang/test/Analysis/
H A DkeychainAPI.m261 …eateWithBytesNoCopy(CFAllocatorRef alloc, const uint8_t *bytes, CFIndex numBytes, CFStringEncoding…