HomeSort by relevance Sort by last modified time
    Searched full:struct1 (Results 1 - 12 of 12) sorted by null

  /external/llvm/test/CodeGen/X86/
2012-12-19-NoImplicitFloat.ll 5 %struct1 = type { i32*, i32* }
11 %0 = load %struct1** undef, align 8
12 %1 = getelementptr inbounds %struct1* %0, i64 0, i32 0
14 %2 = getelementptr inbounds %struct1* %0, i64 0, i32 1
  /external/llvm/test/Linker/
2004-05-07-TypeResolution2.ll 6 %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]
testlink2.ll 31 ; Provides definition of Struct1 and of S1GV.
32 %Struct1 = type { i32 }
33 @S1GV = global %Struct1* null
2004-05-07-TypeResolution1.ll 7 %struct1 = type { i32, void (%struct2*)*, %myint*, i32 (i32*)* }
8 %struct2 = type { %struct1 }
9 @driver1 = global %struct1 zeroinitializer ; <%struct1*> [#uses=1]
33 store volatile void (%struct2*)* @func, void (%struct2*)** getelementptr (%struct1* @driver1, i64 0, i32 1)
testlink1.ll 20 %Struct1 = type opaque
21 @S1GV = external global %Struct1*
  /external/clang/test/ASTMerge/
struct.c 1 // RUN: %clang_cc1 -emit-pch -o %t.1.ast %S/Inputs/struct1.c
5 // CHECK: struct1.c:13:8: warning: type 'struct S1' has incompatible definitions in different translation units
6 // CHECK: struct1.c:15:7: note: field 'field2' has type 'int' here
9 // CHECK: struct1.c:18:11: note: declared here with type 'struct S1'
10 // CHECK: struct1.c:21:8: warning: type 'struct S2' has incompatible definitions in different translation units
13 // CHECK: struct1.c:21:31: note: declared here with type 'struct S2'
14 // CHECK: struct1.c:24:8: warning: type 'struct S3' has incompatible definitions in different translation units
15 // CHECK: struct1.c:24:36: note: field 'd' has type 'double' here
18 // CHECK: struct1.c:24:41: note: declared here with type 'struct S3'
19 // CHECK: struct1.c:27:8: warning: type 'struct S4' has incompatible definitions in different translation unit
    [all...]
  /external/llvm/test/Transforms/MemCpyOpt/
2011-06-02-CallSlotOverwritten.ll 9 %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/clang/test/CodeGen/
ext-vector-member-alignment.c 5 struct __attribute__((packed, aligned(4))) struct1 { struct
8 int x = __alignof(struct struct1);
10 float4 f(struct struct1* x) { return x->position; }
12 void func(struct struct1* p, float *a, float *b, float c) {
  /external/libffi/testsuite/libffi.call/
struct1.c 17 static test_structure_1 struct1(test_structure_1 ts) function
58 ffi_call(&cif, FFI_FN(struct1), ts1_result, values);
  /external/libffi/testsuite/
Makefile.am 66 libffi.call/strlen_win32.c libffi.call/struct1.c \
Makefile.in 231 libffi.call/strlen_win32.c libffi.call/struct1.c \
  /external/libffi/
ChangeLog 695 * testsuite/libffi.call/struct1.c: Likewise.
    [all...]

Completed in 1149 milliseconds