/external/clang/test/SemaCXX/ |
internal_linkage.cpp | 13 void f4(); // expected-note{{previous definition is here}} 23 __attribute__((internal_linkage)) void A::f4() {} // expected-error{{'internal_linkage' attribute does not appear on the first declaration of 'f4'}} function in class:A
|
/external/libcxxabi/test/ |
catch_class_03.pass.cpp | 149 void f4() function 180 f4();
|
catch_class_04.pass.cpp | 146 void f4() function 180 f4();
|
catch_ptr.pass.cpp | 126 void f4() function 152 f4();
|
/external/llvm/test/MC/AArch64/ |
ldr-pseudo.s | 31 // CHECK-LABEL: f4: 32 f4: label
|
/external/v8/test/mjsunit/ |
arguments.js | 128 function f4() { function 132 f4();
|
for-in-opt.js | 103 function f4(o, p) { function 113 assertEquals(keys, f4(o, p)); 121 %OptimizeFunctionOnNextCall(f4);
|
switch.js | 113 function f4(x) { function 126 assertEquals(3, f4(0), "fallthrough-switch.0"); 127 assertEquals(3, f4(1), "fallthrough-switch.1"); 128 assertEquals(3, f4(2), "fallthrough-switch.2"); 129 assertEquals(5, f4(3), "fallthrough-switch.3");
|
/external/v8/test/mjsunit/harmony/ |
default-parameters.js | 25 function f4(x = () => 1) { return x() } function 26 assertEquals(1, f4()); 27 assertEquals(1, f4(undefined)); 28 assertEquals(2, f4(() => 2)); 29 assertThrows(() => f4(null), TypeError); 94 function f4(a = function() { return x }) { var x; return a(); } 95 assertEquals(1, f4()); 146 function f4(a = eval("x")) { var x; return a; } 147 assertEquals(1, f4()); 268 function f4(a = () => x, x) { return a() [all...] |
/external/v8/test/webkit/ |
toString-elision-trailing-comma.js | 42 function f4() { function 119 testToStringAndLength("f4", 2);
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_class_03.cpp | 149 void f4() function 180 f4();
|
catch_class_04.cpp | 146 void f4() function 180 f4();
|
catch_ptr.cpp | 126 void f4() function 152 f4();
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_class_03.pass.cpp | 149 void f4() function 180 f4();
|
catch_class_04.pass.cpp | 146 void f4() function 180 f4();
|
catch_ptr.pass.cpp | 126 void f4() function 152 f4();
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
eh990323-2.cpp | 45 void f4() function 92 f4();
|
eh990323-4.cpp | 45 void f4() function 93 f4();
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
eh990323-2.cpp | 45 void f4() function 92 f4();
|
eh990323-4.cpp | 45 void f4() function 93 f4();
|
/art/test/703-floating-point-div/src/ |
Main.java | 66 float f4 = Float.MIN_NORMAL; local 77 expectEquals(Float.floatToRawIntBits(fPi/f4), 0x7f490fdb);
|
/external/clang/test/Analysis/ |
malloc-overflow.c | 27 void * f4(struct s4 *s) function
|
outofbound.c | 33 void f4() { function
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.func/ |
p1.cpp | 17 void f4() ; 45 void X0<Y, X>::f4() { } // expected-error{{does not refer}} function in class:X0
|
/external/clang/test/CodeGen/ |
function-attributes.c | 7 // CHECK: define signext i16 @f4(i32 %x) [[NUW]] 20 signed short f4(int x) { return x; } function
|