Searched defs:foo1 (Results 1 - 25 of 59) sorted by relevance

123

/external/clang/test/PCH/Inputs/
H A Dchain-selectors1.h8 void foo1() { function
/external/clang/test/CodeGen/
H A Darm-long-calls.c7 int foo1(int a) { return a; } function
H A Darm-no-movt.c7 int foo1(int a) { return a; } function
H A Dattr-func-def.c4 // CHECK: define i32 @foo1(i32 %a) [[ATTRS1:#[0-9]+]] {
6 int foo1(int);
9 return foo1(a + 2);
13 int foo1(int a) { function
H A Dmips-byval-arg.c10 // O32-LABEL: define void @foo1(i32 inreg %a0.coerce0, i32 inreg %a0.coerce1, i32 inreg %a0.coerce2)
11 // N64-LABEL: define void @foo1(i64 inreg %a0.coerce0, i32 inreg %a0.coerce1)
13 void foo1(S0 a0) { function
H A Dmips-unsigned-extend.c8 void foo1() { function
H A Dmips64-nontrivial-return.cpp15 D foo1(void) { function
H A Dmips-unsigned-ext-var.c15 void foo1() { function
H A Dwhilestmt.c15 int foo1() { function
/external/clang/test/CXX/temp/temp.param/
H A Dp9.cpp8 void foo1(T) { } function
/external/clang/test/CodeGenCXX/
H A Dattr-notail.cpp9 int foo1(int a, Class1 *c1) { function
H A Dattr-disable-tail-calls.cpp17 int foo1() { function
/external/clang/test/Sema/
H A Dattr-disable-tail-calls.c3 void __attribute__((disable_tail_calls,naked)) foo1(int a) { // expected-error {{'disable_tail_calls' and 'naked' attributes are not compatible}} expected-note {{conflicting attribute is here}} function
H A Dconvertvector.c6 vector8float foo1(vector4double x) { function
H A Dcrash-invalid-array.c19 void foo1(int a[2][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
H A Dnon-null-warning.c18 int * _Nullable foo1(int * _Nonnull x); // expected-note {{previous declaration is here}}
20 int *foo1(int * _Nullable x) { // expected-warning {{nullability specifier '_Nullable' conflicts with existing specifier '_Nonnull'}} function
/external/clang/test/SemaCXX/
H A Dattr-disable-tail-calls.cpp6 [[clang::disable_tail_calls]] virtual int foo1() { return 1; } function in class:B
/external/llvm/test/Object/Inputs/
H A Delfver.S17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
/external/compiler-rt/test/asan/TestCases/Windows/
H A Dnull_deref_multiple_dlls.cc15 __declspec(dllimport) void foo1();
19 foo1();
23 __declspec(dllexport) void foo1() {} function
/external/clang/test/FixIt/
H A Dfixit-pmem.cpp21 void foo1(int (S::*ps)(), S s, S* p) function
/external/clang/test/Index/skip-parsed-bodies/
H A Dt.h18 static inline int foo1() { function
/external/llvm/test/MC/Mips/
H A Delf-relsym.s31 .globl foo1
33 .type foo1,@function
35 .ent foo1
36 foo1: # @foo1 label
71 .end foo1
73 .size foo1, ($tmp0)-foo1
/external/v8/test/mjsunit/asm/
H A Duint32-less-than-shift.js8 function foo1(i1) {
40 return {foo1: foo1, foo2: foo2, foo3: foo3};
46 assertEquals(1, m.foo1(i));
52 assertEquals(1, m.foo1(i));
58 assertEquals(0, m.foo1(i));
/external/v8/test/webkit/
H A Ddfg-constant-fold-logical-not-branch.js28 function foo1(o) { function
51 shouldBe("foo1(new Stuff())", "43");
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-missing.cc51 void foo1();
58 void foo1() { fprintf(stderr, "foo1\n"); } function
72 foo1();

Completed in 393 milliseconds

123