HomeSort by relevance Sort by last modified time
    Searched refs:foo1 (Results 76 - 100 of 201) sorted by null

1 2 34 5 6 7 8 9

  /external/clang/test/PCH/Inputs/
chain-selectors1.h 8 void foo1() { function
  /external/clang/test/Sema/
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
attr-sentinel.c 7 void foo1 (int x, ...) ATTR; // expected-note 3 {{function has been explicitly marked sentinel here}}
14 #define FOOMACRO(...) foo1(__VA_ARGS__)
17 foo1(1, NULL); // OK
18 foo1(1, 0) ; // expected-warning {{missing sentinel in function call}}
33 foo1(3, &a, &b, &c); // expected-warning {{missing sentinel in function call}}
34 foo1(3, &a, &b, &c, (struct A*) 0);
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
convertvector.c 6 vector8float foo1(vector4double x) { function
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
  /external/llvm/test/Object/Inputs/
elfver.S 17 .symver foo1, foo@VER1
18 .globl foo1
19 .type foo1, @function
20 foo1: label
  /external/clang/test/Parser/
cxx1z-nested-namespace-definition.cpp 7 namespace foo1::foo2::foo3 {
25 return foo1::foo2::foo3::foo(x);
  /external/llvm/test/MC/Mips/
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
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
exclude-1a.d 8 [ ]*\[.*\][ ]+\.foo1[ ]+PROGBITS.*[ ]+E[ ]+.*
exclude-1b.d 8 [ ]*\[.*\][ ]+\.foo1[ ]+PROGBITS.*[ ]+E[ ]+.*
exclude-1.s 15 .section .foo1,"e", %progbits
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
test2.s 9 m foo1,foo2,foo3
test3.d 9 0+00[ ]+[a-zA-Z0-9_]+[ ]+foo1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
x86-64-mpx-branch-1.d 10 0+ <foo1-0xc>:
11 [ ]*[a-f0-9]+: f2 e8 00 00 00 00 bnd callq 6 <foo1-0x6> 2: R_X86_64_PC32_BND \*ABS\*\+0x10003c
12 [ ]*[a-f0-9]+: f2 e9 00 00 00 00 bnd jmpq c <foo1> 8: R_X86_64_PC32_BND \*ABS\*\+0x10003c
14 0+c <foo1>:
15 [ ]*[a-f0-9]+: f2 eb fd bnd jmp c <foo1>
16 [ ]*[a-f0-9]+: f2 72 fa bnd jb c <foo1>
17 [ ]*[a-f0-9]+: f2 e8 f4 ff ff ff bnd callq c <foo1>
  /art/test/409-materialized-condition/src/
Main.java 31 public static int foo1() { method in class:Main
54 System.out.println("foo1");
55 int res = foo1();
57 throw new Error("Unexpected return value for foo1: " + res + ", expected 42.");
  /external/clang/test/SemaCXX/
builtin-ptrtomember-overload-1.cpp 37 void foo1(C1 c1, int A::* pmf) { function
42 void foo1(C1 c1, int E::* pmf) { function
  /external/compiler-rt/test/tsan/
simple_stack2.cc 6 void __attribute__((noinline)) foo1() { function
14 foo1();
47 // CHECK-NEXT: #0 foo1{{.*}} {{.*}}simple_stack2.cc:7{{(:10)?}} (simple_stack2.cc.exe+{{.*}})
  /external/gmock/test/
gmock_leak_test_.cc 85 MockFoo* foo1 = new MockFoo; local
88 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
92 // In order to test the leak detector, we deliberately leak foo1 and
  /external/google-breakpad/src/testing/test/
gmock_leak_test_.cc 85 MockFoo* foo1 = new MockFoo; local
88 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
92 // In order to test the leak detector, we deliberately leak foo1 and
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pe/
section-exclude.d 16 3 \.foo1 0*0000004 0*0000000 0*0000000 .* 2\*\*[24]
  /external/clang/test/CodeGenCXX/
ms-integer-static-data-members.cpp 13 const int *foo1() { function
  /external/clang/test/FixIt/
fixit-pmem.cpp 21 void foo1(int (S::*ps)(), S s, S* p) function
  /external/clang/test/Index/skip-parsed-bodies/
t.h 18 static inline int foo1() { function
  /external/llvm/test/MC/ELF/
tls.s 5 leaq foo1@TLSGD(%rip), %rdi
26 // CHECK: Name: foo1

Completed in 427 milliseconds

1 2 34 5 6 7 8 9