HomeSort by relevance Sort by last modified time
    Searched defs:f4 (Results 26 - 50 of 275) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.depend/
p1.cpp 10 [[carries_dependency]] int (*f4)(); // expected-error {{'carries_dependency' attribute only applies to functions, methods, and parameters}} variable
  /external/clang/test/CodeGen/
c-strings.c 14 // ITANIUM: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8], [6 x i8]* @.str, i32 0, i32 0) }
15 // MSABI: @f4.x = internal global %struct.s { i8* getelementptr inbounds ([6 x i8], [6 x i8]* @"\01??_C@_05CJBACGMB@hello?$AA@", i32 0, i32 0) }
62 // CHECK-LABEL: define {{.*}}void @f4()
63 void f4() { function
68 // CHECK: call {{.*}}void @gaz({{.*}} @f4.x
microsoft-call-conv-x64.c 5 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()
x86_64-arguments-win32.c 15 // CHECK-LABEL: define void @f4(i16 %a)
16 void f4(unsigned short a) {} function
  /external/clang/test/CodeGenCXX/
mangle-extern-local.cpp 38 int f4() { function
mangle-windows.cpp 19 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/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/Sema/
attr-noreturn.c 25 void f4() __attribute__((noreturn));
26 void f4() { function
27 return; // expected-error {{function 'f4' declared 'noreturn' should not return}}
complex-imag.c 24 void f4() { function
pragma-pack-5.c 27 char f4; member in struct:s2
35 char f4; member in struct:s3
38 extern int check[offsetof(struct s3, f4) == 6 ? 1 : -1];
  /external/clang/test/SemaCXX/
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/v8/test/mjsunit/asm/
int32-div.js 19 function f4(i) {
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i / 3733331 | 0, m.f4(i));
int32-mod.js 19 function f4(i) {
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i % 3133335, m.f4(i));
int32-mul.js 19 function f4(i) {
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i * 3333339 | 0, m.f4(i));
int32-udiv.js 19 function f4(i) {
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i / 3343330 | 0, m.f4(i));
int32-umod.js 19 function f4(i) {
23 return { f1: f1, f2: f2, f3: f3, f4: f4 };
32 assertEquals(i % 3333337, m.f4(i));
  /external/v8/test/mjsunit/compiler/
global-var-delete.js 68 function f4() { return d; } function
69 test("hello", f4);
73 test("hello", f4);
loopcount.js 42 function f4() { function
47 assertEquals(0x40000000, f4());
osr-literals-adapted.js 36 function f4(a,b,c,d) { function
48 assertEquals(3, f4().blah);
osr-literals.js 36 function f4(a,b,c,d) { function
48 assertEquals(3, f4(1,2,3,4).blah);
  /external/v8/test/mjsunit/es6/
new-target.js 377 function f4(...a) { return new.target } function
378 assertSame(f4, new f4);
tail-call-proxies.js 50 function f4(a, b, c) { function
51 CheckStackTrace([f4, test]);
54 var p4 = new Proxy(f4, {});
90 function f4(a, b, c) {
91 CheckStackTrace([f4, test]);
94 var p4 = new Proxy(f4, {});
  /external/v8/test/mjsunit/regress/
regress-599710.js 40 var f4 = function() { for (;;); } function
44 f4 = function() { return true; }
45 while (f4()) { return s; }
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
field.s 5 .global f1,f2,f3,f4,f5,f6,f7,f8
9 f4: .field f3 ; align at word 0x2 label
  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/performance/
concatenation.py 25 def f4(): function

Completed in 928 milliseconds

12 3 4 5 6 7 8 91011