Searched defs:f1 (Results 1 - 25 of 630) sorted by relevance

1234567891011>>

/external/clang/test/Preprocessor/
H A Duser_defined_system_framework.c7 int f1() { function
/external/clang/test/SemaCXX/
H A Dvararg-default-arg.cpp5 void f1(void);
8 void f1(void) function
/external/v8/test/mjsunit/regress/
H A Dregress-2594.js33 function f1() { function
40 assertEquals(1, f1())
H A Dregress-crbug-350867.js5 function f1(a, i) { function
9 return f1(arguments, index);
14 assertEquals(11, f1([11, 22, 33], 0));
H A Dregress-crbug-601617.js17 function f1() { function
25 return f1(5);
/external/v8/tools/gyp/test/win/shard/
H A Dhello1.cc5 int f1() { function
/external/v8/test/mjsunit/
H A Ddebug-stepframe-clearing.js8 // property accessor. f1()'s ICs are allowed to learn to a monomorphic state,
11 function f1() {
20 print("exiting f1"); // Line 9 (dummy break)
86 // f1 while we are still using it, again, resetting type feedback which is
88 bp_f1_line7 = Debug.setBreakPoint(f1, 7);
89 bp_f1_line9 = Debug.setBreakPoint(f1, 9);
92 f1();
H A Dscope-calls-eval.js32 function f1() { function
64 assertEquals(3, f1());
/external/clang/test/Analysis/
H A Dcomplex.c5 void f1(int * p) { function
/external/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/
H A Dser.h3 inline bool f1() { function
/external/clang/test/CodeGen/
H A Dattr-disable-tail-calls.c4 // DISABLE: define i32 @f1() [[ATTRTRUE:#[0-9]+]] {
6 // ENABLE: define i32 @f1() [[ATTRFALSE:#[0-9]+]] {
9 int f1() { function
H A Ddebug-info-scope-file.c8 // CHECK: [[F1:![0-9]*]] = distinct !DISubprogram(name: "f1",{{.*}} isDefinition: true
13 void f1() { function
H A Dredef-ext-inline.c4 extern inline int f1 (void) {return 1;} function
5 int f3 (void) {return f1();}
6 int f1 (void) {return 0;} function
H A Dx86-soft-float.c4 // HARD: define void @f1(float %a)
5 // SOFT: define void @f1(float inreg %a)
6 void f1(float a) {} function
/external/clang/test/Driver/
H A Dframe-pointer-elim.c35 void f1() { f0(); } function
/external/clang/test/Parser/
H A Dasm.c3 void f1() { function
H A Dfor.cpp3 void f1() { function
/external/libcxx/test/std/depr/exception.unexpected/unexpected/
H A Dunexpected.pass.cpp16 void f1() function
23 std::set_unexpected(f1);
/external/libcxx/test/std/language.support/support.exception/exception.terminate/terminate/
H A Dterminate.pass.cpp16 void f1() function
23 std::set_terminate(f1);
/external/llvm/test/MC/ELF/
H A Dcfi-sections.s12 f1: label
/external/strace/tests/
H A Dstack-fcall-1.c3 int f1(int i) function
/external/v8/test/mjsunit/compiler/
H A Dosr-warm.js30 function f1(x) { function
37 assertEquals(0, f1(1));
38 assertEquals(0, f1(200000));
H A Dstring-length.js13 function f1(x) { function
16 assertEquals(0, f1(""));
17 assertEquals(1, f1("a"));
18 %OptimizeFunctionOnNextCall(f1);
19 assertEquals(2, f1("a" + "b"));
20 assertEquals(3, f1(id("a") + id("b" + id("c"))))
/external/v8/test/webkit/
H A Dinterpreter-no-activation.js26 function f1(a,b,c,d) { function
31 shouldBeTrue("f1(false)");
/external/valgrind/none/tests/s390x/
H A Dfgx.c9 double f1; local
11 memset(&f1, 0x0f, sizeof(double));
12 f = f1;

Completed in 1342 milliseconds

1234567891011>>