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

12 3 4 5 6 7 8 91011>>

  /external/clang/test/Index/
complete-exprs.c 15 void f3(const char*, ...) __attribute__((sentinel(0)));
19 f3(str, NULL);
57 // CHECK-CC6: FunctionDecl:{ResultType void}{TypedText f3}{LeftParen (}{Placeholder const char *, ...}{Text , NULL}{RightParen )} (50)
66 // CHECK-CC7: FunctionDecl:{ResultType void}{TypedText f3}{LeftParen (}{Placeholder const char *, ...}{Text , NULL}{RightParen )} (50)
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/exception.unexpected/set.unexpected/
get_unexpected.pass.cpp 19 void f3() function
36 std::set_terminate(f3);
  /external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
p9-0x.cpp 63 void test_explicit_spec_extension_funcparms(int (*f3)(int, float, double)) {
64 accept_function_ptr(f3);
65 accept_function_ptr<int>(f3);
66 accept_function_ptr<int, int>(f3);
67 accept_function_ptr<int, int, float>(f3);
68 accept_function_ptr<int, int, float, double>(f3);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_FwdTransformResidual4x4.c 51 int f3 = e1 - (e3 << 1); local
55 pDst[i+3] = (OMX_S16)f3;
64 int f3 = pDst[i+12]; local
65 int g0 = f0 + f3;
66 int g1 = f0 - f3;
armVCM4P10_TransformResidual4x4.c 52 int f3 = e0 - e3; local
56 pDst[i+3] = (OMX_S16)f3;
65 int f3 = pDst[i+12]; local
68 int g2 = (f1>>1) - f3;
69 int g3 = f1 + (f3>>1);
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 42 void f3(noreturn_fp); // expected-note{{candidate function}}
45 f3(f0); // okay
46 f3(f2); // expected-error{{no matching function for call}}
function-type-qual.cpp 13 static void f3() const; // expected-error {{static member function cannot have 'const' qualifier}}
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/function/
definition-1.js 42 function f2() { f3 = function() { return "passed!" }; return f3(); } function
50 'function f2() { f3 = function { return "passed!" }; return f3() }; f2()',
55 'f3()',
57 f3() );
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete2.cpp 46 void f3 (B1*);
51 f3 (::new D);
55 void f3 (B1* p) { ::delete p; } function
  /ndk/tests/device/test-stlport_static-exception/jni/
delete2.cpp 46 void f3 (B1*);
51 f3 (::new D);
55 void f3 (B1* p) { ::delete p; } function
  /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/libffi/testsuite/libffi.call/
struct8.c 13 float f3; member in struct:__anon10122
21 ts.f3 += 1;
58 ts8_arg.f3 = -5.55f;
63 printf ("%g\n", ts8_arg.f3);
70 printf ("%g\n", ts8_result->f3);
75 CHECK(ts8_result->f3 == -5.55f + 1);
  /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
  /external/clang/test/Analysis/
func.c 19 void f3(void (*f)(void), void (*g)(void)) { 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 9 // CHECK: @f3.x = internal global [8 x i8] c"hello\00\00\00", align 1
36 // CHECK: define void @f3()
37 void f3() { function
40 // CHECK: call void @bar({{.*}} @f3.x
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/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Function/
regress-85880.js 65 function f3() function
68 return f3.arguments;
71 actual = (f3() == null);
76 actual = (f3(0) == null);
85 f3();

Completed in 2097 milliseconds

12 3 4 5 6 7 8 91011>>