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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
visibility-inlines-hidden.cpp 10 void f3();
15 inline void X0::f3() { } function in class:X0
21 void f3();
28 inline void X1<T>::f3() { } function in class:X1
45 x0->f3();
55 x1->f3();
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
ext-blocks.cpp 33 int f3(Args ...args) {
39 template int f3(const char*, int, float, double);
  /external/clang/test/Sema/
attr-noreturn.c 18 void f3() __attribute__((noreturn));
19 void f3() { function
20 return; // expected-warning {{function 'f3' declared 'noreturn' should not return}}
knr-def-call.c 17 typedef void (*f3)(void); typedef
18 f3 t3(int b) { return b? f0 : f1; } // okay
builtin-object-size.c 18 int f3() { function
floating-point-compare.c 11 int f3(float x) { function
warn-unused-variables.c 27 int f3() { function
anonymous-struct-union.c 4 float f3; member in union:X::__anon2747
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
  /external/clang/test/CodeGen/
2009-06-18-StaticInitTailPadPack.c 9 float f3; member in struct:Bar
bitfield-assign.c 39 void f3(void) { function
c-strings.c 13 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align [[ALIGN]]
48 // CHECK-LABEL: define void @f3()
49 void f3() { function
52 // CHECK: call void @bar({{.*}} @f3.x
mangle-windows.c 10 void __stdcall f3() {} function
unreachable.c 29 int f3(int i) { function
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 42 path_filter f3("", "foo");
43 check(f3, "foo", false);
44 check(f3, "foo1", true);
45 check(f3, "foo/foo", false);
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
norm.S 56 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2)
60 fmuls %f0, M0, %f3 ! FGM Group
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
66 fadds %f3, %f4, %f3 ! FGA
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
76 /* f3=tx, f5=ty, f7=tz */
79 fmuls %f3, %f3, %f6 ! FGM Group f3 availabl
    [all...]
  /external/mesa3d/src/mesa/sparc/
norm.S 56 /* tx (f3) = (ux * m0) + (uy * m1) + (uz * m2)
60 fmuls %f0, M0, %f3 ! FGM Group
64 fmuls %f0, M8, %f7 ! FGM Group f3 available
66 fadds %f3, %f4, %f3 ! FGA
71 fadds %f7, %f8, %f7 ! FGA Group f8,f3 available
72 fadds %f3, %f10, %f3 ! FGA Group f10 available
76 /* f3=tx, f5=ty, f7=tz */
79 fmuls %f3, %f3, %f6 ! FGM Group f3 availabl
    [all...]
  /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();

Completed in 342 milliseconds

1 23 4 5 6 7 8 91011>>