Searched defs:f2 (Results 176 - 200 of 467) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dknr-def-call.c14 void f2(float); // expected-note{{previous declaration is here}}
15 void f2(x) float x; { } // expected-warning{{promoted type 'double' of K&R function parameter is not compatible with the parameter type 'float' declared in a previous prototype}} function
H A Dpragma-unused.c12 void f2(void) { function
H A Dwarn-missing-prototypes.c32 int f2(int);
33 int f2();
35 int f2(int x) { return x; } function
/external/clang/test/SemaCXX/
H A Dfunction-type-qual.cpp8 cfn f2; // expected-error {{non-member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} variable
12 cfn f2; member in class:C
H A Dwarn-unused-parameters.cpp6 T f2(T);
14 template<typename T> T X<T>::f2(T x) { return T(); } // expected-warning{{unused parameter 'x'}} function in class:X
22 x.f2(i);
/external/clang/test/SemaTemplate/
H A Dtemplate-id-expr.cpp22 void f2(U) { function in struct:X0
28 xi.f2(f);
55 static void f2(U);
69 Y0::template f2<U>(0);
70 Y0::template f2(0);
/external/compiler-rt/test/builtins/Unit/
H A Dclear_cache_test.c71 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local
72 if ((*f2)() != 2)
H A Denable_execute_stack_test.c67 pfunc f2 = (pfunc)(uintptr_t)execution_buffer; local
68 if ((*f2)() != 2)
/external/libcxx/test/input.output/iostreams.base/ios/basic.ios.members/
H A Dimbue.pass.cpp44 void f2(std::ios_base::event ev, std::ios_base& stream, int index) function
75 ios.register_callback(f2, 5);
91 ios.register_callback(f2, 5);
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.cons/
H A Ddtor.pass.cpp48 void f2(std::ios_base::event ev, std::ios_base& stream, int index) function
80 b.register_callback(f2, 5);
/external/libcxx/test/input.output/iostreams.base/ios.base/ios.base.locales/
H A Dimbue.pass.cpp50 void f2(std::ios_base::event ev, std::ios_base& stream, int index) function
81 b.register_callback(f2, 5);
/external/libcxx/test/thread/futures/futures.async/
H A Dasync.pass.cpp41 void f2() function
133 std::future<void> f = std::async(f2);
141 std::future<void> f = std::async(std::launch::async, f2);
149 std::future<void> f = std::async(std::launch::any, f2);
157 std::future<void> f = std::async(std::launch::deferred, f2);
/external/libcxxabi/test/
H A Dcatch_class_02.cpp48 void f2() function
73 f2();
H A Dinherited_exception.cpp50 void f2() { function
124 f2();
/external/llvm/test/MC/ARM/
H A Dltorg-darwin.s13 @ CHECK-LABEL: f2:
14 f2: label
H A Dltorg.s13 @ CHECK-LABEL: f2:
14 f2: label
/external/skia/src/core/
H A DSkVertState.h21 int f0, f1, f2; member in struct:VertState
/external/valgrind/main/none/tests/s390x/
H A Dbfp-1.c7 volatile float f1, f2; variable
32 register float r2 asm("f2") = f2;
37 printf("%f + %f = %f\n", f1, f2, r1);
43 register float r2 asm("f2") = f2;
48 printf("%f - %f = %f\n", f1, f2, r1);
54 register float r2 asm("f2") = f2;
59 printf("%f * %f = %f\n", f1, f2, r
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dsimple-global-access.js35 function f2() { this.x = g1; this.y = g2; this.z = g3; } class
38 var o = { x:0, y:0, z:0, test1:f1, test2:f2, test3:f3 }
/external/chromium_org/v8/test/mjsunit/
H A Dswitch.js48 function f2(x) { function
69 assertEquals("zero", f2(0), "0-1-switch.0");
70 assertEquals("one", f2(1), "0-1-switch.1");
71 assertEquals("default", f2(7), "0-1-switch.2");
72 assertEquals("default", f2(-1), "0-1-switch.-1");
73 assertEquals("default", f2(NaN), "0-1-switch.NaN");
74 assertEquals("default", f2(Math.pow(2,34)), "0-1-switch.largeNum");
75 assertEquals("default", f2("0"), "0-1-switch.string");
76 assertEquals("default", f2(false), "0-1-switch.bool");
77 assertEquals("default", f2(nul
[all...]
/external/chromium_org/v8/test/webkit/
H A DtoString-elision-trailing-comma.js32 function f2() { function
117 testToStringAndLength("f2", 1, 1);
/external/clang/test/Analysis/
H A Dweak-functions.c54 void f2() { function
/external/clang/test/CXX/temp/temp.spec/
H A Dno-body.cpp58 template<typename T> void f2(T) { } function
62 template void f2<int>(int) { } // expected-error {{explicit template instantiation cannot have a definition; if this definition is meant to be an explicit specialization, add '<>' after the 'template' keyword}} function
/external/clang/test/CodeGen/
H A D2007-09-28-PackedUnionMember.c6 unsigned long f2; member in struct:H
20 unsigned long f2; member in struct:E
H A Dbitfield.c48 static int f2(void) { function
65 return f2() - 9;

Completed in 7921 milliseconds

1234567891011>>