Home
last modified time | relevance | path

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

/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
H A Dpacked-alignof.cpp11 struct __attribute__((packed)) packed { struct
26 struct __attribute__((packed)) packed_base { int x; }; argument
H A Dpacked.cpp12 struct __attribute__((packed)) packed { struct
17 static_assert(alignof(packed) == 1); argument
[all...]
/llvm-project/clang/test/SemaCXX/
H A Dcxx11-gnu-attrs.cpp69 struct [[gnu::packed]] packed { char c; int n; }; argument
/llvm-project/mlir/include/mlir/Dialect/Transform/Utils/
H A DUtils.h41 Value packed, OperandRange values, in printPackedOrDynamicIndexList()
58 OpAsmParser &parser, std::optional<OpAsmParser::UnresolvedOperand> &packed, in parsePackedOrDynamicIndexList()
/llvm-project/mlir/lib/Dialect/Transform/Utils/
H A DUtils.cpp18 OpAsmPrinter &printer, Operation *op, Value packed, Type packedType, in printPackedOrDynamicIndexList()
34 OpAsmParser &parser, std::optional<OpAsmParser::UnresolvedOperand> &packed, in parsePackedOrDynamicIndexList()
/llvm-project/mlir/lib/Bindings/Python/
H A DDialectLLVM.cpp33 __anon5dc5b99b0102(py::object cls, const std::vector<MlirType> &elements, bool packed, MlirLocation loc) populateDialectLLVMSubmodule() argument
64 __anon5dc5b99b0402(MlirType self, const std::vector<MlirType> &elements, bool packed) populateDialectLLVMSubmodule() argument
77 __anon5dc5b99b0502(py::object cls, const std::string &name, const std::vector<MlirType> &elements, bool packed, MlirContext ctx) populateDialectLLVMSubmodule() argument
[all...]
/llvm-project/clang/test/Preprocessor/
H A Dmicrosoft-ext.c34 auto packed = TEST(,); variable
/llvm-project/lldb/unittests/Process/Utility/
H A DMemoryTagManagerAArch64MTETest.cpp78 llvm::Expected<std::vector<uint8_t>> packed = manager.PackTags(tags); in TEST() local
/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c67 struct PackedBits packed; in main() local
/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSString.cpp362 uint8_t packed = data_bits & bitmask; in NSTaggedString_SummaryProvider() local
/llvm-project/mlir/lib/Conversion/FuncToLLVM/
H A DFuncToLLVM.cpp234 Value packed = in wrapExternalFunction() local
667 Value packed = rewriter.create<LLVM::UndefOp>(loc, packedType); matchAndRewrite() local
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DMemoryTagManagerAArch64MTE.cpp317 std::vector<uint8_t> packed; in PackTags() local
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DTypeDetail.h151 bool packed; member
H A DLLVMMemorySlot.cpp1042 bool packed = false; rewire() local
/llvm-project/flang/lib/Parser/
H A Dprescan.cpp1394 std::uint64_t packed{0}; AddCompilerDirectiveSentinel() local
1406 std::uint64_t packed{0}; IsCompilerDirectiveSentinel() local
[all...]
/llvm-project/mlir/lib/Conversion/LLVMCommon/
H A DMemRefBuilder.cpp244 void MemRefDescriptor::unpack(OpBuilder &builder, Location loc, Value packed, in unpack() argument
344 Value packed, in unpack() argument
/llvm-project/clang/include/clang/CodeGen/
H A DConstantInitBuilder.h481 void setPacked(bool packed) { in setPacked()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp323 u8 *packed = in Pack() local
/llvm-project/libc/src/__support/RPC/
H A Drpc.h
/llvm-project/clang/lib/CodeGen/
H A DSwiftCallingConv.cpp583 bool packed = false; getCoerceAndExpandTypes() local
H A DCGBlocks.cpp2629 bool packed = false; getBlockByrefInfo() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp705 Value packed = rewriter.create<LLVM::UndefOp>(loc, packedType); matchAndRewrite() local
/llvm-project/flang/lib/Evaluate/
H A Dfold-integer.cpp26 std::vector<Scalar<T>> packed(rank); in PackageConstantBounds() local
/llvm-project/clang/test/CodeGen/
H A D64bit-swiftcall.c1039 } __attribute__((packed)) packed; global() typedef
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2292 return CreateStructForIdentifier(type_name, type_fields, packed); in GetOrCreateStructForIdentifier() argument
2266 CreateStructForIdentifier(llvm::StringRef type_name,const std::initializer_list<std::pair<const char *,CompilerType>> & type_fields,bool packed) CreateStructForIdentifier() argument