Searched defs:f4 (Results 1 - 25 of 164) sorted by relevance

1234567

/external/chromium_org/tools/gyp/test/win/shard/
H A Dhello4.cc5 int f4() { function
/external/clang/test/PCH/
H A Dchain-ext_vector.c9 int test(float4 f4) { argument
10 return f4.xy; // expected-error{{float2}}
H A Dext_vector.c8 int test(float4 f4) { argument
9 return f4.xy; // expected-error{{float2}}
/external/clang/test/Sema/
H A Darg-duplicate.c12 void f4(void) { function
H A Dattr-noreturn.c25 void f4() __attribute__((noreturn));
26 void f4() { function
27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
H A Dbuiltin-object-size.c24 void f4(const char *fmt, ...) { function
H A Dcomplex-imag.c24 void f4() { function
H A Dfloating-point-compare.c15 int f4(float x) { function
/external/chromium_org/v8/test/mjsunit/
H A Dbinary-operation-overwrite.js32 function f4() { return (1 || 2) + 3; } function
36 assertTrue(f4() === f4());
/external/chromium_org/v8/test/webkit/
H A DtoString-for-var-decl.js31 var f4 = function () { for (var j;;) {} } function
38 shouldBe("unevalf(eval(unevalf(f4)))", "unevalf(f4)");
H A Ddo-while-semicolon.js40 function f4() {
59 uf4 = uneval(f4);
60 ueuf4 = uneval(eval(uneval(f4)));
H A DtoString-number-dot-expr.js149 function f4(a) { function
/external/clang/test/CodeGen/
H A Dppc64-extend.c13 unsigned int f4(void) { return 0; } function
14 // CHECK: define zeroext i32 @f4() [[NUW]]
H A Dc-strings.c14 // ITANIUM: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @.str, i32 0, i32 0) }
15 // MSABI: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0) }
57 // CHECK-LABEL: define void @f4()
58 void f4() { function
63 // CHECK: call void @gaz({{.*}} @f4.x
H A Dmicrosoft-call-conv-x64.c5 void __fastcall f4(void) { function
6 // CHECK-LABEL: define void @f4()
19 void (__fastcall *pf4)(void) = f4;
23 f4(); f5();
24 // CHECK: call void @f4()
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-336148.js44 function f4() { return 0 || 2; }; function
50 assertEquals(2, f4());
55 [f1, f2, f3, f4].forEach(function(f) { %OptimizeFunctionOnNextCall(f); });
H A Dregress-smi-math-floor-round.js60 function f4(o) { function
64 assertEquals(2, f4(o));
65 assertEquals(2, f4(o));
66 %OptimizeFunctionOnNextCall(f4);
67 assertEquals(2, f4(o));
/external/clang/test/CodeGenCXX/
H A Dint64_uint64.cpp23 void f4(uint64_t *ptr) {} function
H A Dmangle-extern-local.cpp38 int f4() { function
H A Dmangle-windows.cpp19 extern "C" void __fastcall f4(void) {} function
20 // WIN: define x86_fastcallcc void @"\01@f4@0"
21 // ITANIUM: define x86_fastcallcc void @"\01@f4@0"
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dvariables.js55 function f4(x) { function
59 assertEquals(4, f4(4));
H A Dloopcount.js42 function f4() { function
47 assertEquals(0x40000000, f4());
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dblock-scoping.js90 function f4(one) { function
107 f4(1);
/external/chromium_org/ui/base/models/
H A Dtree_node_iterator_unittest.cc30 TestNode* f4 = new TestNode(); local
31 f3->Add(f4, 0);
32 f4->Add(new TestNode(), 0);
45 ASSERT_EQ(f4, iterator.Next());
48 ASSERT_EQ(f4->GetChild(0), iterator.Next());
64 TestNode* f4 = new TestNode(4); local
65 f3->Add(f4, 0);
66 f4->Add(new TestNode(5), 0);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
H A Dp1.cpp10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable

Completed in 79 milliseconds

1234567