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

1 2 3

  /src/regress/libexec/ld.elf_so/origin/lib/
foosrc.c 3 #include "foo.h"
5 foo(void) function in typeref:typename:void
7 printf("foo\n");
  /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-shared-lib.c 4 void foo(int n) { function in typeref:typename:void
  /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-write-file-only.c 10 int foo(int);
25 return foo(0);
27 int foo(int X) { function in typeref:typename:int
28 // There should be no profiling information for @foo, since it was called
31 // CHECK-LABEL: define {{.*}} @foo(
instrprof-write-file.c 10 int foo(int);
21 int Ret = foo(0);
27 int foo(int X) { function in typeref:typename:int
28 // CHECK-LABEL: define {{.*}} @foo(
  /src/tests/usr.bin/xlint/lint1/
d_cast_fun_array_param.c 13 foo(void *fn) function in typeref:typename:void *
d_c99_flex_array_packed.c 10 } __packed foo; variable in typeref:struct:__anon55efa1f00108 __packed
d_cast_typeof.c 6 struct foo { struct
9 struct foo *hole;
12 foo(void) function in typeref:typename:char *
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");
msg_328.c 13 foo(void) function in typeref:typename:void
d_c99_anon_union.c 8 struct foo { struct
20 struct foo *f = 0;
  /src/tests/usr.bin/c++/
t_asan_off_by_one.sh 34 void foo(); function
36 void foo() { function
44 int main() {foo(); printf("CHECK\n"); exit(0);}
t_asan_uaf.sh 34 int foo(); function
36 int foo() {int *x = (int *)malloc(10 * sizeof(int)); free(x); return x[0];} function
39 int main() {foo(); printf("CHECK\n"); exit(0);}
t_asan_poison.sh 35 int foo(); function
37 int foo() { function
48 foo(); function
  /src/tests/usr.bin/cc/
t_asan_off_by_one.sh 34 void foo(); function
36 void foo() { function
44 int main() {foo(); printf("CHECK\n"); exit(0);}
t_asan_uaf.sh 34 int foo(); function
36 int foo() {int *x = (int *)malloc(10 * sizeof(int)); free(x); return x[0];} function
39 int main() {foo(); printf("CHECK\n"); exit(0);}
t_asan_poison.sh 35 int foo(); function
37 int foo() { function
48 foo(); function
  /src/sys/arch/evbmips/malta/dev/
gtvar.h 9 int foo; member in struct:gt_config
  /src/sys/external/bsd/compiler_rt/dist/test/Unit/
gcc_personality_test.c 24 * foo() is called by main() in gcc_personality_test_helper.cxx.
27 * routines for foo() and bar() were called by the personality
37 void foo() { function in typeref:typename:void
  /src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
gcc_personality_test.c 24 * foo() is called by main() in gcc_personality_test_helper.cxx.
27 * routines for foo() and bar() were called by the personality
37 void foo() { function in typeref:typename:void
  /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(
  /src/tests/lib/csu/
h_initfini_array.c 4 foo(void) function in typeref:typename:void
10 foo;
h_hello.c 38 static int foo = 42; variable in typeref:typename:int
39 static int *volatile foop = &foo;
  /src/usr.sbin/zic/
Makefile 26 foo: target

Completed in 27 milliseconds

1 2 3