Home
last modified time | relevance | path

Searched refs:my_struct (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/test/Transforms/MemCpyOpt/
Daggregate-type-crash.ll8 %my_struct = type { i8, i32 }
11 declare noalias i8* @my_malloc(%my_struct*) #0
13 define void @my_func(%my_struct* %0) {
16 ; CHECK-NEXT: [[TMP1:%.*]] = load [[MY_STRUCT:%.*]], %my_struct* [[TMP0:%.*]], align 4
17 ; CHECK-NEXT: [[TMP2:%.*]] = call i8* @my_malloc(%my_struct* [[TMP0]])
18 ; CHECK-NEXT: [[TMP3:%.*]] = bitcast i8* [[TMP2]] to %my_struct*
19 ; CHECK-NEXT: store [[MY_STRUCT]] [[TMP1]], %my_struct* [[TMP3]], align 4
23 %1 = load %my_struct, %my_struct* %0
24 %2 = call i8* @my_malloc(%my_struct* %0)
25 %3 = bitcast i8* %2 to %my_struct*
[all …]
/external/fmtlib/test/
Dranges-test.cc79 struct my_struct { struct
90 template <size_t N> decltype(auto) get(const my_struct& s) noexcept { in get() argument
96 template <> struct tuple_size<my_struct> : std::integral_constant<size_t, 2> {};
98 template <size_t N> struct tuple_element<N, my_struct> {
99 using type = decltype(std::declval<my_struct>().get<N>());
105 my_struct mst{13, "my struct"}; in TEST()
/external/llvm-project/lldb/test/API/commands/expression/fixits/
Dmain.cpp18 struct MyStruct my_struct = {10, {20, 30}}; in main() local
19 struct MyStruct *my_pointer = &my_struct; in main()
/external/llvm/test/Transforms/LoopDataPrefetch/AArch64/
Dopt-remark.ll13 ; 4 } *my_struct;
18 ; 9 total += my_struct[i].field;
27 @my_struct = common global %struct.MyStruct* null, align 8
35 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11
/external/llvm-project/llvm/test/Transforms/LoopDataPrefetch/AArch64/
Dopt-remark.ll16 ; 4 } *my_struct;
21 ; 9 total += my_struct[i].field;
30 @my_struct = common global %struct.MyStruct* null, align 8
38 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11
Dopt-remark-with-hotness.ll18 ; 4 } *my_struct;
23 ; 9 total += my_struct[i].field;
32 @my_struct = common global %struct.MyStruct* null, align 8
40 %0 = load %struct.MyStruct*, %struct.MyStruct** @my_struct, align 8, !dbg !10, !tbaa !11
/external/arm-trusted-firmware/docs/process/
Dcoding-guidelines.rst114 struct my_struct {
119 void init(struct my_struct *ptr);
123 struct my_struct x;
133 struct my_struct {
138 void init(const struct my_struct *ptr);
142 const struct my_struct x = { 1, 2 };
205 struct my_struct {
210 CASSERT(MY_STRUCT_SIZE == sizeof(struct my_struct), assert_my_struct_size_mismatch);
218 my_struct.h:10:1: error: size of array ‘assert_my_struct_size_mismatch’ is negative
389 simply use a pointer to that type (for example: ``struct my_struct *``).
Dcoding-style.rst433 struct my_struct {
444 struct my_struct;
445 void my_func(struct my_struct *arg);
451 #include <my_struct.h>
/external/llvm-project/llvm/test/CodeGen/ARM/
Ddebug-info-blocks.ll18 %2 = type <{ i8*, i32, i32, i8*, %struct.Re*, i8*, %3*, %struct.my_struct* }>
24 %struct.my_struct = type opaque
234 !127 = !DICompositeType(tag: DW_TAG_structure_type, name: "my_struct", line: 49, flags: DIFlagFwdDe…
/external/llvm/test/CodeGen/ARM/
Ddebug-info-blocks.ll25 %2 = type <{ i8*, i32, i32, i8*, %struct.Re*, i8*, %3*, %struct.my_struct* }>
31 %struct.my_struct = type opaque
241 !127 = !DICompositeType(tag: DW_TAG_structure_type, name: "my_struct", line: 49, flags: DIFlagFwdDe…
/external/python/cryptography/docs/development/
Dc-bindings.rst30 struct my_struct {