/external/libffi/testsuite/libffi.call/ |
struct8.c | 14 float f4; member in struct:__anon20404 22 ts.f4 += 1; 59 ts8_arg.f4 = -55.5f; 64 printf ("%g\n", ts8_arg.f4); 71 printf ("%g\n", ts8_result->f4); 76 CHECK(ts8_result->f4 == -55.5f + 1);
|
/external/clang/test/CodeGen/ |
functions.c | 39 void f4() {} function 40 void f5() { f4(42); } //expected-warning {{too many arguments}}
|
c-strings.c | 11 // CHECK: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0) } 52 // CHECK: define void @f4() 53 void f4() { function 58 // CHECK: call void @gaz({{.*}} @f4.x
|
2007-09-28-PackedUnionMember.c | 9 struct opaque2 *f4; member in union:H::__anon16398
|
/external/clang/test/Sema/ |
attr-noreturn.c | 25 void f4() __attribute__((noreturn)); 26 void f4() { function 27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
|
builtin-object-size.c | 24 void f4(const char *fmt, ...) { function
|
floating-point-compare.c | 15 int f4(float x) { function
|
attr-availability-ios.c | 7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=2.1,obsoleted=3.0))); // expected-note{{explicitly marked unavailable}} 18 f4(0); // expected-error{{f4' is unavailable: obsoleted in iOS 3.0}}
|
attr-availability-macosx.c | 7 void f4(int) __attribute__((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduced=2.0,deprecated=3.0))); // expected-note{{explicitly marked unavailable}} 15 f4(0); // expected-error{{f4' is unavailable: obsoleted in OS X 10.5}}
|
/external/oprofile/libutil++/tests/ |
path_filter_tests.cpp | 47 path_filter f4("foo", "foo"); 48 check(f4, "foo", false); 49 check(f4, "foo1", false); 50 check(f4, "foo/foo", false);
|
string_filter_tests.cpp | 40 string_filter f4("ok,ok2,", ""); 41 check(f4, "ok", true); 42 check(f4, "ok2", true); 43 check(f4, "no", false);
|
/external/valgrind/main/none/tests/mips32/ |
MoveIns.stdout.exp | 6 mfc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000 34 mtc1 $t5, $f4 :: fs 1.875000, rt 0x3ff00000 62 mov.s $f3, $f4 :: fs 1384.599976, rt 0x44ad1333 63 mov.s $f4, $f5 :: fs -7.294568, rt 0xc0e96d19 89 mov.d $f2, $f4 ::fs -6445705852632282607665545216.000000, rt 0x4e6e6b28 90 mov.d $f2, $f4 ::fs 0.000000, rt 0x44db0000 91 mov.d $f4, $f6 ::fs -102014360350703794652958156923702465265664.000000, rt 0x322bcc77 92 mov.d $f4, $f6 ::fs 11600980417357008896.000000, rt 0xc732da7a 131 movf.s $f4, $f6, $fcc0 :: out: -45786.476562, cc: 1 132 movf.s $f4, $f6, $fcc0 :: out: -45786.476562, cc: [all...] |
/bootable/recovery/ |
verifier_test.sh | 85 expect_succeed otasigned_f4.zip -f4 87 expect_succeed otasigned_f4_sha256.zip -sha256 -f4 90 expect_fail otasigned.zip -f4 95 expect_fail otasigned_f4.zip -sha256 -f4 97 expect_fail otasigned_f4_sha256.zip -f4
|
/external/clang/test/CodeGenCXX/ |
mangle-variadic-templates.cpp | 49 template<typename ...Types> tuple<Types...> f4() {} function 51 template tuple<int, float, double> f4();
|
mangle-extern-local.cpp | 38 int f4() { function
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh990323-2.cpp | 45 void f4() function 92 f4();
|
eh990323-4.cpp | 45 void f4() function 93 f4();
|
ice990323-2.cpp | 26 void f4() function 76 f4();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh990323-2.cpp | 45 void f4() function 92 f4();
|
eh990323-4.cpp | 45 void f4() function 93 f4();
|
ice990323-2.cpp | 26 void f4() function 76 f4();
|
/dalvik/dx/tests/079-dex-local-variable-renumbering/ |
Blort.java | 24 float f4 = 0.0f; local
|
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/ |
p13.cpp | 47 void f4(T ...args); // expected-error{{type 'T' of function parameter pack does not contain any unexpanded parameter packs}}
|
/external/clang/test/Index/ |
complete-exprs.c | 18 void f4(const char* str) { function 67 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f4}{LeftParen (}{Placeholder const char *str}{RightParen )} (50)
|
/external/clang/test/Parser/ |
cxx-stmt.cpp | 49 void f4() { function
|