/external/clang/test/PCH/Inputs/ |
H A D | chain-selectors1.h | 8 void foo1() { function
|
/external/clang/test/CodeGen/ |
H A D | arm-long-calls.c | 7 int foo1(int a) { return a; } function
|
H A D | arm-no-movt.c | 7 int foo1(int a) { return a; } function
|
H A D | attr-func-def.c | 4 // 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 D | mips-byval-arg.c | 10 // 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 D | mips-unsigned-extend.c | 8 void foo1() { function
|
H A D | mips64-nontrivial-return.cpp | 15 D foo1(void) { function
|
H A D | mips-unsigned-ext-var.c | 15 void foo1() { function
|
H A D | whilestmt.c | 15 int foo1() { function
|
/external/clang/test/CXX/temp/temp.param/ |
H A D | p9.cpp | 8 void foo1(T) { } function
|
/external/clang/test/CodeGenCXX/ |
H A D | attr-notail.cpp | 9 int foo1(int a, Class1 *c1) { function
|
H A D | attr-disable-tail-calls.cpp | 17 int foo1() { function
|
/external/clang/test/Sema/ |
H A D | attr-disable-tail-calls.c | 3 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 D | convertvector.c | 6 vector8float foo1(vector4double x) { function
|
H A D | crash-invalid-array.c | 19 void foo1(int a[2][*]) {(void)a[0][1]; } // expected-error {{variable length array must be bound in function definition}} function
|
H A D | non-null-warning.c | 18 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 D | attr-disable-tail-calls.cpp | 6 [[clang::disable_tail_calls]] virtual int foo1() { return 1; } function in class:B
|
/external/llvm/test/Object/Inputs/ |
H A D | elfver.S | 17 .symver foo1, foo@VER1 18 .globl foo1 19 .type foo1, @function 20 foo1: label
|
/external/compiler-rt/test/asan/TestCases/Windows/ |
H A D | null_deref_multiple_dlls.cc | 15 __declspec(dllimport) void foo1(); 19 foo1(); 23 __declspec(dllexport) void foo1() {} function
|
/external/clang/test/FixIt/ |
H A D | fixit-pmem.cpp | 21 void foo1(int (S::*ps)(), S s, S* p) function
|
/external/clang/test/Index/skip-parsed-bodies/ |
H A D | t.h | 18 static inline int foo1() { function
|
/external/llvm/test/MC/Mips/ |
H A D | elf-relsym.s | 31 .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 D | uint32-less-than-shift.js | 8 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 D | dfg-constant-fold-logical-not-branch.js | 28 function foo1(o) { function 51 shouldBe("foo1(new Stuff())", "43");
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
H A D | coverage-missing.cc | 51 void foo1(); 58 void foo1() { fprintf(stderr, "foo1\n"); } function 72 foo1();
|