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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p6-0x.cpp 11 static void f3() &&; // expected-error{{static member function cannot have '&&' qualifier}}
42 func_type_rvalue f3; // expected-error{{non-member function of type 'func_type_rvalue' (aka 'void () &&') cannot have '&&' qualifier}} variable
p13.cpp 26 void f3() { function
  /external/clang/test/Sema/
anonymous-struct-union.c 4 float f3; member in union:X::__anon6647
29 x.f3 = 0; // expected-error{{no member named 'f3'}}
attr-availability-ios.c 6 void f3(int) __attribute__((availability(ios,introduced=3.0)));
17 f3(0);
attr-availability-macosx.c 6 void f3(int) __attribute__((availability(macosx,introduced=10.6)));
14 f3(0);
warn-unused-function.c 12 static void f3();
13 extern void f3() { } // expected-warning{{unused}} function
sentinel-attribute.c 7 void f3(int a, ...) __attribute__ ((sentinel("hello"))); //expected-error{{'sentinel' attribute requires parameter 1 to be an integer constant}}
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-2.cpp 40 void f3() function
80 f3();
eh990323-4.cpp 40 void f3() function
81 f3();
ice990323-2.cpp 21 void f3() function
63 f3();
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-2.cpp 40 void f3() function
80 f3();
eh990323-4.cpp 40 void f3() function
81 f3();
ice990323-2.cpp 21 void f3() function
63 f3();
  /dalvik/dx/tests/079-dex-local-variable-renumbering/
Blort.java 23 float f3 = 0.0f; local
  /external/clang/test/CodeGen/
2007-09-28-PackedUnionMember.c 8 struct opaque1 *f3; member in union:H::__anon6268
  /external/clang/test/Parser/
cxx-stmt.cpp 27 void f3() try { function
attributes.c 22 void f3(__attribute__(()) x, // expected-warning {{defaults to 'int'}}
33 void g3(void (*f3)(__attribute__(()) x, int y)); // expected-warning {{defaults to 'int'}}
40 void (*h3)(void (*f3)(__attribute__(()) x)); // expected-warning {{defaults to 'int'}}
  /external/clang/test/SemaCXX/
ptrtomember.cpp 24 void f3(S3* p, void (S3::*m)()) { function
warn-func-as-bool.cpp 9 extern void f3() __attribute__((weak_import));
36 b = f3;
37 if (f3) {}
warn-unused-parameters.cpp 7 template<typename U> U f3(U x);
15 template<typename T> template<typename U> U X<T>::f3(U x) { return x; } function in class:X
23 x.f3(i);
anonymous-union.cpp 4 float f3; member in union:X::__anon6795
38 f3 = 0; // expected-error{{use of undeclared identifier 'f3'}}
53 x.f3 = 0; // expected-error{{no member named 'f3'}}
  /external/clang/test/SemaTemplate/
template-id-expr.cpp 57 void f3(int);
72 Y0::template f3(0); // expected-error {{'f3' following the 'template' keyword does not refer to a template}}
73 Y0::template f3(); // expected-error {{'f3' following the 'template' keyword does not refer to a template}}
temp_func_order.cpp 44 int &f3(T*, U); // expected-note{{candidate}}
47 float &f3(T, U*); // expected-note{{candidate}}
50 int &ir = f3(ip, i);
51 float &fr = f3(i, fp);
52 f3(ip, ip); // expected-error{{ambiguous}}
  /external/libffi/testsuite/libffi.call/
many.c 14 float f3,
28 (double) f1, (double) f2, (double) f3, (double) f4, (double) f5,
33 return ((f1/f2+f3/f4+f5/f6+f7/f8+f9/f10+f11/f12) * f13);
  /external/oprofile/libutil++/tests/
string_filter_tests.cpp 36 string_filter f3("", "no");
37 check(f3, "ok", true);
38 check(f3, "no", false);

Completed in 442 milliseconds

1 23 4 5 6 7 8 91011>>