Home
last modified time | relevance | path

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

/external/llvm/test/Transforms/MemCpyOpt/
D2011-06-02-CallSlotOverwritten.ll9 %struct1 = type { i32, i32 }
10 %struct2 = type { %struct1, i8* }
12 declare void @bar(%struct1* nocapture sret %agg.result) nounwind
15 %x = alloca %struct1, align 8
17 call void @bar(%struct1* sret %x) nounwind
18 ; CHECK: call void @bar(%struct1* sret %x)
25 %bit1 = bitcast %struct1* %x to i64*
/external/llvm/test/Linker/
D2004-05-07-TypeResolution2.ll6 %struct1 = type { i32, void (%struct2*)*, i16*, i32 (i32*)* }
7 %struct2 = type { %struct1 }
9 define internal void @f1(%struct1* %tty) {
11 %tmp.2.i.i = getelementptr %struct1* %tty, i64 0, i32 1 ; <void (%struct2*)**> [#uses=1]
D2004-05-07-TypeResolution1.ll7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* }
8 %struct2 = type { %struct1 }
9 @driver1 = global %struct1 zeroinitializer ; <%struct1*> [#uses=1]
33 …volatile store void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 …
/external/libffi/testsuite/libffi.call/
Dstruct1.c17 static test_structure_1 struct1(test_structure_1 ts) in struct1() function
58 ffi_call(&cif, FFI_FN(struct1), ts1_result, values); in main()
/external/libffi/testsuite/
DMakefile.am66 libffi.call/strlen_win32.c libffi.call/struct1.c \
DMakefile.in231 libffi.call/strlen_win32.c libffi.call/struct1.c \
/external/libffi/
DChangeLog695 * testsuite/libffi.call/struct1.c: Likewise.
2289 * testsuite/libffi.call/struct1.c: Likewise.