Home
last modified time | relevance | path

Searched defs:packed (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp69 struct [[gnu::packed]] packed { char c; int n; }; argument
/llvm-project-15.0.7/clang/test/Preprocessor/
H A Dmicrosoft-ext.c34 auto packed = TEST(,); variable
/llvm-project-15.0.7/lldb/unittests/Process/Utility/
H A DMemoryTagManagerAArch64MTETest.cpp78 llvm::Expected<std::vector<uint8_t>> packed = manager.PackTags(tags); in TEST() local
/llvm-project-15.0.7/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp243 Value packed = in wrapExternalFunction() local
643 Value packed = rewriter.create<LLVM::UndefOp>(loc, packedType); in matchAndRewrite() local
/llvm-project-15.0.7/lldb/test/API/lang/c/bitfields/
H A Dmain.c67 struct PackedBits packed; in main() local
/llvm-project-15.0.7/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp374 uint8_t packed = data_bits & bitmask; in NSTaggedString_SummaryProvider() local
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprescan.cpp1160 std::uint64_t packed{0}; in AddCompilerDirectiveSentinel() local
1172 std::uint64_t packed{0}; in IsCompilerDirectiveSentinel() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp317 std::vector<uint8_t> packed; in PackTags() local
/llvm-project-15.0.7/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h144 bool packed; member
/llvm-project-15.0.7/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp227 void MemRefDescriptor::unpack(OpBuilder &builder, Location loc, Value packed, in unpack()
327 Value packed, in unpack()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h478 void setPacked(bool packed) { in setPacked()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp318 u8 *packed = in Pack() local
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp581 bool packed = false; in getCoerceAndExpandTypes() local
H A DCGBlocks.cpp2666 bool packed = false; in getBlockByrefInfo() local
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-integer.cpp25 std::vector<Scalar<T>> packed(rank); in PackageConstantBounds() local
/llvm-project-15.0.7/clang/test/CodeGen/
H A D64bit-swiftcall.c1072 } __attribute__((packed)) packed; typedef
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2273 bool packed) { in CreateStructForIdentifier()
2299 bool packed) { in GetOrCreateStructForIdentifier()