HomeSort by relevance Sort by last modified time
    Searched refs:f4 (Results 51 - 75 of 415) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
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/CodeGen/
2007-09-28-PackedUnionMember.c 9 struct opaque2 *f4; member in union:H::__anon23164
le32-arguments.c 30 // CHECK-LABEL: define void @f4(i8 signext %a, i16 signext %b)
31 void f4(char a, short b) {} function
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 38 int f4() { function
visibility-inlines-hidden.cpp 22 void f4();
31 inline void X1<int>::f4() { } function in class:X1
57 x1->f4();
default-arguments.cpp 67 void f4() { function
  /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
attributes.c 25 void f4(__attribute__(())); // expected-error {{expected parameter declarator}}
34 void g4(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}
41 void (*h4)(void (*f4)(__attribute__(()))); // expected-error {{expected parameter declarator}}
  /external/clang/test/SemaCXX/
function-type-qual.cpp 14 static cfn f4; // expected-error {{static member function of type 'cfn' (aka 'void () const') cannot have 'const' qualifier}} member in class:C
warn-unused-parameters.cpp 8 template<typename U> U f4(U x);
16 template<typename T> template<typename U> U X<T>::f4(U) { return U(); } function in class:X
24 x.f4(i);
  /external/clang/test/Sema/
expr-address-of.c 76 extern void f4();
77 void (*_dummy0)() = &****f4;
80 void f4() { function
attr-args.c 7 inline __attribute__((const(a))) void *f4(); // expected-error {{'const' attribute takes no arguments}}
attr-unused.c 33 int f4(int x) { function
complex-imag.c 24 void f4() { function
decl-in-prototype.c 20 int f4(struct A { struct b { int j; } t; } *); // expected-warning {{declaration of 'struct A' will not be visible outside of this function}} expected-warning {{redefinition of 'b' will not be visible outside of this function}}
knr-def-call.c 21 void f4() { function
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-shared-deopt.js 39 var f4 = makeF(4);
46 return f4(x - 1);
50 f4(9);
51 f4(11);
52 %OptimizeFunctionOnNextCall(f4);
53 f4(12);
61 f4(1);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
aec_rdft_mips.c 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
285 "lwc1 %[f4], 16(%[a]) \n\t"
291 "add.s %[f2], %[f4], %[f6] \n\t"
292 "sub.s %[f4], %[f4], %[f6] \n\t"
299 "sub.s %[f2], %[f1], %[f4] \n\t"
300 "add.s %[f1], %[f1], %[f4] \n\t"
301 "add.s %[f4], %[f6], %[f3] \n\t"
309 "swc1 %[f4], 4(%[a]) \n\t"
318 "lwc1 %[f4], 48(%[a]) \n\t
521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; local
807 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
865 float f0, f1, f2, f3, f4, f5, f6, f7, f8; local
929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; local
    [all...]
  /external/clang/test/SemaTemplate/
temp_func_order.cpp 56 int &f4(T&);
59 float &f4(const T&);
62 int &ir1 = f4(i);
63 float &fr1 = f4(ic);

Completed in 1064 milliseconds

1 23 4 5 6 7 8 91011>>