HomeSort by: relevance | last modified time | path
    Searched refs:foo (Results 1 - 25 of 260) sorted by relevancy

1 2 3 4 5 6 7 8 91011

  /src/regress/libexec/ld.elf_so/origin/lib/
foo.h 1 void foo(void);
foo.h 1 void foo(void);
foosrc.c 3 #include "foo.h"
5 foo(void) function in typeref:typename:void
7 printf("foo\n");
foosrc.c 3 #include "foo.h"
5 foo(void) function in typeref:typename:void
7 printf("foo\n");
  /src/regress/sys/kern/execve/tests/
nonexistshell 0 #! /foo/bar/baz
3 echo foo
nonexistshell 0 #! /foo/bar/baz
3 echo foo
  /src/sys/external/bsd/compiler_rt/dist/test/profile/
instrprof-reset-counters.c 7 void foo(int);
9 foo(0);
11 foo(1);
14 void foo(int N) { function in typeref:typename:void
15 // CHECK-LABEL: define void @foo(
16 // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
19 // CHECK: ![[FOO]] = !{!"branch_weights", i32 2, i32 1}
instrprof-reset-counters.c 7 void foo(int);
9 foo(0);
11 foo(1);
14 void foo(int N) { function in typeref:typename:void
15 // CHECK-LABEL: define void @foo(
16 // CHECK: br i1 %{{.*}}, label %{{.*}}, label %{{.*}}, !prof ![[FOO:[0-9]+]]
19 // CHECK: ![[FOO]] = !{!"branch_weights", i32 2, i32 1}
  /src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
coverage_test.cpp 11 void foo(bool cond) { // CHECK: 1| [[@LINE]]|void foo( function in typeref:typename:void
20 foo(false); // CHECK: 1| [[@LINE]]| foo(
coverage_test.cpp 11 void foo(bool cond) { // CHECK: 1| [[@LINE]]|void foo( function in typeref:typename:void
20 foo(false); // CHECK: 1| [[@LINE]]| foo(
  /src/tests/usr.bin/xlint/lint1/
d_c99_complex_num.c 8 double cabs(double _Complex foo)
10 double d = __real__ foo;
d_c99_complex_num.c 8 double cabs(double _Complex foo)
10 double d = __real__ foo;
d_cast_typeof.c 6 struct foo { struct
9 struct foo *hole;
12 foo(void) function in typeref:typename:char *
d_cast_typeof.c 6 struct foo { struct
9 struct foo *hole;
12 foo(void) function in typeref:typename:char *
d_c99_flex_array_packed.c 10 } __packed foo; variable in typeref:struct:__anon55efa1f00108 __packed
d_c99_union_cast.c 13 union foo { union
19 foo(struct bar *a) function in typeref:typename:void
22 a = ((union foo)a).a;
24 a = ((union foo)"string");
d_c99_flex_array_packed.c 10 } __packed foo; variable in typeref:struct:__anon55efa1f00108 __packed
d_c99_union_cast.c 13 union foo { union
19 foo(struct bar *a) function in typeref:typename:void
22 a = ((union foo)a).a;
24 a = ((union foo)"string");
d_c99_anon_union.c 8 struct foo { struct
20 struct foo *f = 0;
  /src/regress/libexec/ld.elf_so/origin/prog/
origin.c 1 #include "foo.h"
6 foo();
origin.c 1 #include "foo.h"
6 foo();
  /src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
instrprof-dynamic-main.cpp 2 void foo(int K) { if (K) {} } function in typeref:typename:void
4 foo(5);
instrprof-dynamic-main.cpp 2 void foo(int K) { if (K) {} } function in typeref:typename:void
4 foo(5);
  /src/tests/lib/csu/
h_initfini_array.c 4 foo(void) function in typeref:typename:void
10 foo;
h_initfini_array.c 4 foo(void) function in typeref:typename:void
10 foo;

Completed in 38 milliseconds

1 2 3 4 5 6 7 8 91011