Searched defs:f42 (Results 1 - 5 of 5) sorted by relevance
/external/v8/test/mjsunit/harmony/ |
H A D | default-parameters-destructuring.js | 14 function f42({[eval("var x = 2; 'a'")]: w}, z = eval("x")) { return z; } function 15 assertEquals(1, f42({})); 16 assertEquals(1, f42({a: 0})); 84 function f42({[eval("var x = 2; 'a'")]: w}, z = eval("x")) { return z; } 85 assertEquals(1, f42({})); 86 assertEquals(1, f42({a: 0}));
|
/external/libcxx/test/std/thread/thread.mutex/thread.once/thread.once.callonce/ |
H A D | call_once.pass.cpp | 128 void f42() function 209 std::thread t1(f42);
|
/external/clang/test/CodeGen/ |
H A D | arm64-arguments.c | 494 int f42(int i, s42_no_align s1, s42_no_align s2) { function 495 // CHECK: define i32 @f42(i32 %i, %struct.s42* %s1, %struct.s42* %s2) 512 // CHECK: call i32 @f42(i32 3, %struct.s42* %[[a]], %struct.s42* %[[b]]) 513 return f42(3, g42, g42_2);
|
H A D | x86_32-arguments-darwin.c | 170 // CHECK-LABEL: define i32 @f42() 171 struct s42 { enum e40 f0; } f42(void) { } function
|
/external/valgrind/memcheck/tests/ |
H A D | deep-backtrace.c | 42 int f42(int *p) { return f41(p); } function 43 int f43(int *p) { return f42(p); }
|
Completed in 265 milliseconds