/src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/ |
instrprof-dynamic-header.h | 1 template <class T> void bar(int X) { function in typeref:typename:void
|
instrprof-dynamic-header.h | 1 template <class T> void bar(int X) { function in typeref:typename:void
|
instrprof-comdat-2.cpp | 3 int bar(int I) { function in typeref:typename:int
|
instrprof-comdat-2.cpp | 3 int bar(int I) { function in typeref:typename:int
|
/src/sys/external/bsd/compiler_rt/dist/test/Unit/ |
gcc_personality_test.c | 27 * routines for foo() and bar() were called by the personality 31 void bar() { function in typeref:typename:void 40 bar();
|
gcc_personality_test.c | 27 * routines for foo() and bar() were called by the personality 31 void bar() { function in typeref:typename:void 40 bar();
|
/src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/ |
gcc_personality_test.c | 27 * routines for foo() and bar() were called by the personality 31 void bar() { function in typeref:typename:void 40 bar();
|
gcc_personality_test.c | 27 * routines for foo() and bar() were called by the personality 31 void bar() { function in typeref:typename:void 40 bar();
|
/src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/ |
coverage_test.cpp | 15 void bar() { // CHECK: 1| [[@LINE]]|void bar() { function in typeref:typename:void 21 bar(); // CHECK: 1| [[@LINE]]| bar(
|
coverage_test.cpp | 15 void bar() { // CHECK: 1| [[@LINE]]|void bar() { function in typeref:typename:void 21 bar(); // CHECK: 1| [[@LINE]]| bar(
|
/src/tests/usr.bin/xlint/lint1/ |
d_c99_union_cast.c | 8 struct bar { struct 14 struct bar *a; 19 foo(struct bar *a)
|
d_c99_union_cast.c | 8 struct bar { struct 14 struct bar *a; 19 foo(struct bar *a)
|
d_gcc_compound_statements2.c | 13 int bar; member in struct:cpu_info 23 })->bar; 31 if (ci.bar > 0) 32 ci.bar++; 34 }).bar;
|
d_gcc_compound_statements2.c | 13 int bar; member in struct:cpu_info 23 })->bar; 31 if (ci.bar > 0) 32 ci.bar++; 34 }).bar;
|
/src/sys/arch/hppa/dev/ |
sti_pci_machdep.c | 41 int bar; local in function:sti_pci_is_console 52 * be the BAR mapping the rom (region #0). 55 * mapped by BAR 0x18, while region #1 is mapped by BAR 0x10, 58 * Rather than trying to be smart, reread the region->BAR array 59 * again, and compare the BAR mapping region #1 against PAGE0 62 * doesn't matter which BAR matched. 64 for (bar = PCI_MAPREG_START; bar <= PCI_MAPREG_PPB_END; ) { 68 cf = pci_conf_read(paa->pa_pc, paa->pa_tag, bar); [all...] |
sti_pci_machdep.c | 41 int bar; local in function:sti_pci_is_console 52 * be the BAR mapping the rom (region #0). 55 * mapped by BAR 0x18, while region #1 is mapped by BAR 0x10, 58 * Rather than trying to be smart, reread the region->BAR array 59 * again, and compare the BAR mapping region #1 against PAGE0 62 * doesn't matter which BAR matched. 64 for (bar = PCI_MAPREG_START; bar <= PCI_MAPREG_PPB_END; ) { 68 cf = pci_conf_read(paa->pa_pc, paa->pa_tag, bar); [all...] |
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bar/ |
gf100.h | 17 struct gf100_barN bar[2]; member in struct:gf100_bar
|
gf100.h | 17 struct gf100_barN bar[2]; member in struct:gf100_bar
|
nouveau_nvkm_subdev_bar_base.c | 32 nvkm_bar_flush(struct nvkm_bar *bar) 34 if (bar && bar->func->flush) 35 bar->func->flush(bar); 41 return device->bar->func->bar1.vmm(device->bar); 47 struct nvkm_bar *bar = device->bar; local in function:nvkm_bar_bar1_reset 48 if (bar) { 60 struct nvkm_bar *bar = device->bar; local in function:nvkm_bar_bar2_vmm 69 struct nvkm_bar *bar = device->bar; local in function:nvkm_bar_bar2_reset 79 struct nvkm_bar *bar = device->bar; local in function:nvkm_bar_bar2_fini 89 struct nvkm_bar *bar = device->bar; local in function:nvkm_bar_bar2_init 100 struct nvkm_bar *bar = nvkm_bar(subdev); local in function:nvkm_bar_fini 109 struct nvkm_bar *bar = nvkm_bar(subdev); local in function:nvkm_bar_init 120 struct nvkm_bar *bar = nvkm_bar(subdev); local in function:nvkm_bar_oneinit 127 struct nvkm_bar *bar = nvkm_bar(subdev); local in function:nvkm_bar_dtor [all...] |
nouveau_nvkm_subdev_bar_tu102.c | 33 tu102_bar_bar2_wait(struct nvkm_bar *bar) 35 struct nvkm_device *device = bar->subdev.device; 43 tu102_bar_bar2_fini(struct nvkm_bar *bar) 45 nvkm_mask(bar->subdev.device, 0xb80f48, 0x80000000, 0x00000000); 52 struct gf100_bar *bar = gf100_bar(base); local in function:tu102_bar_bar2_init 53 u32 addr = nvkm_memory_addr(bar->bar[0].inst) >> 12; 54 if (bar->bar2_halve) 60 tu102_bar_bar1_wait(struct nvkm_bar *bar) 62 struct nvkm_device *device = bar->subdev.device 79 struct gf100_bar *bar = gf100_bar(base); local in function:tu102_bar_bar1_init [all...] |
/src/tests/libexec/ld.elf_so/ |
h_r_rel.c | 55 static int bar[] = { variable in typeref:typename:int[] 75 &bar[0x00], &bar[0x01], &bar[0x02], &bar[0x03], 76 &bar[0x04], &bar[0x05], &bar[0x06], &bar[0x07], 77 &bar[0x08], &bar[0x09], &bar[0x0a], &bar[0x0b] [all...] |
h_r_rel.c | 55 static int bar[] = { variable in typeref:typename:int[] 75 &bar[0x00], &bar[0x01], &bar[0x02], &bar[0x03], 76 &bar[0x04], &bar[0x05], &bar[0x06], &bar[0x07], 77 &bar[0x08], &bar[0x09], &bar[0x0a], &bar[0x0b] [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/ |
tsan_test.cc | 18 static void bar() {} function in typeref:typename:void 25 t2.Call(bar);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_memgf100.c | 30 #include <subdev/bar.h> 54 struct nvkm_vmm *bar = nvkm_bar_bar1_vmm(device); local in function:gf100_mem_map 65 ret = nvkm_vmm_get(bar, nvkm_memory_page(memory), 70 ret = nvkm_memory_map(memory, 0, bar, *pvma, &uvmm, sizeof(uvmm));
|
nouveau_nvkm_subdev_mmu_memnv50.c | 30 #include <subdev/bar.h> 53 struct nvkm_vmm *bar = nvkm_bar_bar1_vmm(device); local in function:nv50_mem_map 66 ret = nvkm_vmm_get(bar, 12, size, pvma); 75 return nvkm_memory_map(memory, 0, bar, *pvma, &uvmm, sizeof(uvmm));
|