/external/llvm/test/CodeGen/SPARC/ |
2011-01-21-ByValArgs.ll | 3 %struct.foo_t = type { i32, i32, i32 } 5 @s = internal unnamed_addr global %struct.foo_t { i32 10, i32 20, i32 30 } 14 %0 = tail call i32 @bar(%struct.foo_t* byval @s) nounwind 18 declare i32 @bar(%struct.foo_t* byval)
|
2011-01-22-SRet.ll | 3 %struct.foo_t = type { i32, i32, i32 } 5 define weak void @make_foo(%struct.foo_t* noalias sret %agg.result, i32 %a, i32 %b, i32 %c) nounwind { 10 %0 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 0 12 %1 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 1 14 %2 = getelementptr inbounds %struct.foo_t* %agg.result, i32 0, i32 2 25 %f = alloca %struct.foo_t, align 8 26 call void @make_foo(%struct.foo_t* noalias sret %f, i32 10, i32 20, i32 30) nounwind 27 %0 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 0 29 %2 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 1 31 %4 = getelementptr inbounds %struct.foo_t* %f, i32 0, i32 [all...] |
/external/clang/test/Misc/ |
diag-aka-types.cpp | 4 typedef X foo_t; typedef 6 foo_t *ptr; 7 char c1 = ptr; // expected-error{{'foo_t *' (aka 'X *')}} 9 const foo_t &ref = foo_t(); 10 char c2 = ref; // expected-error{{'const foo_t' (aka 'const X')}}
|
/external/clang/test/SemaCXX/ |
illegal-member-initialization.cpp | 29 foo_t a; // expected-error {{unknown type name 'foo_t'}}
|
/external/clang/test/Parser/ |
declarators.c | 43 foo_t *d; // expected-error {{unknown type name 'foo_t'}} 44 foo_t a; // expected-error {{unknown type name 'foo_t'}}
|
/external/dbus/test/data/valid-config-files/ |
basic.conf | 29 context="foo_t"/>
|
/external/clang/test/Sema/ |
function.c | 76 inline foo_t invalid_type() { // expected-error {{unknown type name 'foo_t'}}
|
/external/dbus/bus/ |
dbus-daemon.1.in | 611 <associate own="org.freedesktop.Foobar" context="foo_t"/> 617 of the connection and the target context will be "foo_t" - see the 628 <associate own="*" context="foo_t"/>
|
/external/dbus/cmake/bus/ |
dbus-daemon.xml | 641 <associate own="org.freedesktop.Foobar" context="foo_t"/> 647 of the connection and the target context will be "foo_t" - see the 658 <associate own="*" context="foo_t"/>
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
stddef.h | 80 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/ |
stddef.h | 80 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
stddef.h | 80 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
stddef.h | 80 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
stddef.h | 80 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/lib/gcc/mipsel-linux-android/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include/ |
stddef.h | 79 /* Undef _FOO_T_ if we are supposed to define foo_t. */
|
/external/clang/www/ |
diagnostics.html | 337 t.c:3:1: <span class="err">error:</span> unknown type name 'foo_t' 338 <span class="snip">foo_t *P = 0;</span>
|
/external/genext2fs/ |
configure | [all...] |
/external/clang/lib/Parse/ |
ParseDecl.cpp | [all...] |
/external/libsepol/src/ |
link.c | 413 * modules both declare type foo_t) is checked during [all...] |