Home
last modified time | relevance | path

Searched refs:unused (Results 1 – 25 of 2263) sorted by relevance

12345678910>>...91

/third_party/elfutils/libebl/
Deblopenbackend.c391 default_reloc_type_name (int ignore __attribute__ ((unused)), in default_reloc_type_name()
392 char *buf __attribute__ ((unused)), in default_reloc_type_name()
393 size_t len __attribute__ ((unused))) in default_reloc_type_name()
399 default_reloc_type_check (int ignore __attribute__ ((unused))) in default_reloc_type_check()
405 default_reloc_valid_use (Elf *elf __attribute__ ((unused)), in default_reloc_valid_use()
406 int ignore __attribute__ ((unused))) in default_reloc_valid_use()
412 default_reloc_simple_type (Ebl *eh __attribute__ ((unused)), in default_reloc_simple_type()
413 int ignore __attribute__ ((unused)), in default_reloc_simple_type()
414 int *addsub __attribute__ ((unused))) in default_reloc_simple_type()
420 default_gotpc_reloc_check (Elf *elf __attribute__ ((unused)), in default_gotpc_reloc_check()
[all …]
/third_party/typescript/tests/baselines/reference/
DcommaOperatorLeftSideUnused.errors.txt1 …torLeftSideUnused.ts(8,10): error TS2695: Left side of comma operator is unused and has no side ef…
2 …orLeftSideUnused.ts(16,19): error TS2695: Left side of comma operator is unused and has no side ef…
3 …orLeftSideUnused.ts(19,21): error TS2695: Left side of comma operator is unused and has no side ef…
4 …torLeftSideUnused.ts(22,7): error TS2695: Left side of comma operator is unused and has no side ef…
5 …torLeftSideUnused.ts(23,7): error TS2695: Left side of comma operator is unused and has no side ef…
6 …torLeftSideUnused.ts(24,7): error TS2695: Left side of comma operator is unused and has no side ef…
7 …torLeftSideUnused.ts(25,7): error TS2695: Left side of comma operator is unused and has no side ef…
8 …torLeftSideUnused.ts(26,7): error TS2695: Left side of comma operator is unused and has no side ef…
9 …torLeftSideUnused.ts(27,7): error TS2695: Left side of comma operator is unused and has no side ef…
10 …torLeftSideUnused.ts(28,7): error TS2695: Left side of comma operator is unused and has no side ef…
[all …]
DcommaOperator1.errors.txt1 tests/cases/compiler/commaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused a…
2 tests/cases/compiler/commaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused a…
3 tests/cases/compiler/commaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused a…
4 tests/cases/compiler/commaOperator1.ts(1,12): error TS2695: Left side of comma operator is unused a…
5 tests/cases/compiler/commaOperator1.ts(1,12): error TS2695: Left side of comma operator is unused a…
6 tests/cases/compiler/commaOperator1.ts(1,29): error TS2695: Left side of comma operator is unused a…
7 tests/cases/compiler/commaOperator1.ts(4,12): error TS2695: Left side of comma operator is unused a…
8 tests/cases/compiler/commaOperator1.ts(4,12): error TS2695: Left side of comma operator is unused a…
14 !!! error TS2695: Left side of comma operator is unused and has no side effects.
16 !!! error TS2695: Left side of comma operator is unused and has no side effects.
[all …]
DprivateNameUnused.errors.txt1 …/classes/members/privateNames/privateNameUnused.ts(3,5): error TS6133: '#unused' is declared but i…
2 …classes/members/privateNames/privateNameUnused.ts(11,5): error TS6133: '#unused' is declared but i…
3 …classes/members/privateNames/privateNameUnused.ts(21,9): error TS6133: '#unused' is declared but i…
9 #unused = "unused";
11 !!! error TS6133: '#unused' is declared but its value is never read.
19 #unused() { };
21 !!! error TS6133: '#unused' is declared but its value is never read.
31 get #unused() { return 0 };
33 !!! error TS6133: '#unused' is declared but its value is never read.
34 set #unused(value: number) { };
DprivateNameUnused.types9 #unused = "unused";
10 >#unused : string
11 >"unused" : "unused"
30 #unused() { };
31 >#unused : () => void
56 get #unused() { return 0 };
57 >#unused : number
60 set #unused(value: number) { };
61 >#unused : number
DcommaOperatorWithoutOperand.errors.txt1 …atorWithoutOperand.ts(9,2): error TS2695: Left side of comma operator is unused and has no side ef…
3 …torWithoutOperand.ts(10,2): error TS2695: Left side of comma operator is unused and has no side ef…
5 …torWithoutOperand.ts(11,2): error TS2695: Left side of comma operator is unused and has no side ef…
7 …torWithoutOperand.ts(12,2): error TS2695: Left side of comma operator is unused and has no side ef…
9 …torWithoutOperand.ts(13,2): error TS2695: Left side of comma operator is unused and has no side ef…
11 …torWithoutOperand.ts(16,2): error TS2695: Left side of comma operator is unused and has no side ef…
13 …torWithoutOperand.ts(17,2): error TS2695: Left side of comma operator is unused and has no side ef…
15 …torWithoutOperand.ts(18,2): error TS2695: Left side of comma operator is unused and has no side ef…
17 …torWithoutOperand.ts(19,2): error TS2695: Left side of comma operator is unused and has no side ef…
19 …torWithoutOperand.ts(20,2): error TS2695: Left side of comma operator is unused and has no side ef…
[all …]
DrenamingDestructuredPropertyInFunctionType.errors.txt1 …estructuredPropertyInFunctionType.ts(5,17): error TS2842: 'string' is an unused renaming of 'a'. D…
2 …estructuredPropertyInFunctionType.ts(6,17): error TS2842: 'string' is an unused renaming of 'a'. D…
3 …estructuredPropertyInFunctionType.ts(7,17): error TS2842: 'string' is an unused renaming of 'a'. D…
4 …estructuredPropertyInFunctionType.ts(8,17): error TS2842: 'string' is an unused renaming of 'a'. D…
5 …structuredPropertyInFunctionType.ts(10,17): error TS2842: 'string' is an unused renaming of 'a'. D…
6 …structuredPropertyInFunctionType.ts(15,21): error TS2842: 'string' is an unused renaming of 'a'. D…
7 …structuredPropertyInFunctionType.ts(16,21): error TS2842: 'string' is an unused renaming of 'a'. D…
8 …structuredPropertyInFunctionType.ts(17,21): error TS2842: 'string' is an unused renaming of 'a'. D…
9 …structuredPropertyInFunctionType.ts(18,21): error TS2842: 'string' is an unused renaming of 'a'. D…
10 …structuredPropertyInFunctionType.ts(20,21): error TS2842: 'string' is an unused renaming of 'a'. D…
[all …]
DprivateNameUnused.symbols8 #unused = "unused";
9 >#unused : Symbol(A.#unused, Decl(privateNameUnused.ts, 1, 19))
27 #unused() { };
28 >#unused : Symbol(A2.#unused, Decl(privateNameUnused.ts, 9, 17))
50 get #unused() { return 0 };
51 >#unused : Symbol(A3.#unused, Decl(privateNameUnused.ts, 18, 34), Decl(privateNameUnused.ts, 20, 31…
53 set #unused(value: number) { };
54 >#unused : Symbol(A3.#unused, Decl(privateNameUnused.ts, 18, 34), Decl(privateNameUnused.ts, 20, 31…
DtsxEmit3.errors.txt1 tests/cases/conformance/jsx/file.tsx(18,2): error TS2695: Left side of comma operator is unused and…
2 tests/cases/conformance/jsx/file.tsx(22,3): error TS2695: Left side of comma operator is unused and…
3 tests/cases/conformance/jsx/file.tsx(25,3): error TS2695: Left side of comma operator is unused and…
4 tests/cases/conformance/jsx/file.tsx(38,2): error TS2695: Left side of comma operator is unused and…
27 !!! error TS2695: Left side of comma operator is unused and has no side effects.
33 !!! error TS2695: Left side of comma operator is unused and has no side effects.
38 !!! error TS2695: Left side of comma operator is unused and has no side effects.
53 !!! error TS2695: Left side of comma operator is unused and has no side effects.
/third_party/typescript/tests/baselines/reference/user/
Dasync.log4 node_modules/async/all.js(49,20): error TS2695: Left side of comma operator is unused and has no si…
5 node_modules/async/all.js(49,46): error TS2695: Left side of comma operator is unused and has no si…
7 node_modules/async/allLimit.js(41,20): error TS2695: Left side of comma operator is unused and has …
8 node_modules/async/allLimit.js(41,51): error TS2695: Left side of comma operator is unused and has …
10 node_modules/async/allSeries.js(36,20): error TS2695: Left side of comma operator is unused and has…
12 node_modules/async/any.js(51,20): error TS2695: Left side of comma operator is unused and has no si…
13 node_modules/async/any.js(51,46): error TS2695: Left side of comma operator is unused and has no si…
15 node_modules/async/anyLimit.js(42,20): error TS2695: Left side of comma operator is unused and has …
16 node_modules/async/anyLimit.js(42,51): error TS2695: Left side of comma operator is unused and has …
18 node_modules/async/anySeries.js(37,20): error TS2695: Left side of comma operator is unused and has…
[all …]
/third_party/selinux/libsepol/cil/src/
Dcil_copy_ast.c88 …tatic int cil_copy_node(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_node()
100 int cil_copy_block(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_block()
125 … cil_copy_blockabstract(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_blockabstract()
139 …t cil_copy_blockinherit(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_blockinherit()
154 static int cil_copy_policycap(__attribute__((unused)) struct cil_db *db, void *data, void **copy, s… in cil_copy_policycap()
172 int cil_copy_perm(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sym… in cil_copy_perm()
225 …t cil_copy_classmapping(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attr… in cil_copy_classmapping()
242 int cil_copy_class(__attribute__((unused)) struct cil_db *db, void *data, void **copy, symtab_t *sy… in cil_copy_class()
264 int cil_copy_classorder(__attribute__((unused)) struct cil_db *db, void *data, void **copy, __attri… in cil_copy_classorder()
279 int cil_copy_classpermission(__attribute__((unused)) struct cil_db *db, void *data, void **copy, sy… in cil_copy_classpermission()
[all …]
/third_party/openGLES/xml/
Dglxproto.reserved.txt31 (272-511 unused)
33 (576-1023 unused)
64 (1429-2047 unused)
67 4096 5151 SGI (4106-5151 unused)
113 0-1007 Reserved to ARB (231-1007 unused)
146 2048-3071 Reserved to SGI (2083-3071 unused)
158 2068 unused?
162 2073 2076 unused?
166 3072-4095 Reserved to ARB (unused)
167 4096-5151 Reserved to EXT (4460-5151 unused)
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
DGENERATED_AbseilCopts.cmake25 "-Wno-unused-function"
26 "-Wno-unused-member-function"
27 "-Wno-unused-parameter"
28 "-Wno-unused-private-field"
29 "-Wno-unused-template"
30 "-Wno-used-but-marked-unused"
58 "-Wno-unused-function"
59 "-Wno-unused-parameter"
60 "-Wno-unused-private-field"
110 "-Wno-unused-function"
[all …]
DGENERATED_copts.bzl26 "-Wno-unused-function",
27 "-Wno-unused-member-function",
28 "-Wno-unused-parameter",
29 "-Wno-unused-private-field",
30 "-Wno-unused-template",
31 "-Wno-used-but-marked-unused",
59 "-Wno-unused-function",
60 "-Wno-unused-parameter",
61 "-Wno-unused-private-field",
111 "-Wno-unused-function",
[all …]
/third_party/skia/third_party/externals/opengl-registry/xml/
Dglxproto.reserved.txt31 (272-511 unused)
33 (576-1023 unused)
64 (1429-2047 unused)
67 4096 5151 SGI (4106-5151 unused)
113 0-1007 Reserved to ARB (231-1007 unused)
146 2048-3071 Reserved to SGI (2083-3071 unused)
158 2068 unused?
162 2073 2076 unused?
166 3072-4095 Reserved to ARB (unused)
167 4096-5151 Reserved to EXT (4460-5151 unused)
[all …]
/third_party/elfutils/backends/
Darm_symbol.c44 arm_segment_type_name (int segment, char *buf __attribute__ ((unused)), in arm_segment_type_name()
45 size_t len __attribute__ ((unused))) in arm_segment_type_name()
58 char *buf __attribute__ ((unused)), in arm_section_type_name()
59 size_t len __attribute__ ((unused))) in arm_section_type_name()
114 arm_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in arm_reloc_simple_type()
115 int *addsub __attribute__ ((unused))) in arm_reloc_simple_type()
132 arm_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in arm_check_reloc_target_type()
139 char *buf __attribute__ ((unused)), in arm_symbol_type_name()
140 size_t len __attribute__ ((unused))) in arm_symbol_type_name()
Dalpha_symbol.c43 alpha_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), in alpha_dynamic_tag_name()
44 size_t len __attribute__ ((unused))) in alpha_dynamic_tag_name()
64 alpha_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in alpha_reloc_simple_type()
65 int *addsub __attribute__ ((unused))) in alpha_reloc_simple_type()
88 int ndx __attribute__ ((unused)), in alpha_check_special_section()
90 const char *sname __attribute__ ((unused))) in alpha_check_special_section()
133 alpha_check_special_symbol (Elf *elf __attribute__ ((unused)), in alpha_check_special_symbol()
134 const GElf_Sym *sym __attribute__ ((unused)), in alpha_check_special_symbol()
136 const GElf_Shdr *destshdr __attribute__ ((unused))) in alpha_check_special_symbol()
Dia64_symbol.c43 ia64_segment_type_name (int segment, char *buf __attribute__ ((unused)), in ia64_segment_type_name()
44 size_t len __attribute__ ((unused))) in ia64_segment_type_name()
65 ia64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), in ia64_dynamic_tag_name()
66 size_t len __attribute__ ((unused))) in ia64_dynamic_tag_name()
102 char *buf __attribute__ ((unused)), in ia64_section_type_name()
103 size_t len __attribute__ ((unused))) in ia64_section_type_name()
119 int *addsub __attribute__ ((unused))) in ia64_reloc_simple_type()
155 ia64_check_reloc_target_type (Ebl *ebl __attribute__ ((unused)), Elf64_Word sh_type) in ia64_check_reloc_target_type()
Dsparc_symbol.c42 sparc_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in sparc_reloc_simple_type()
43 int *addsub __attribute__ ((unused))) in sparc_reloc_simple_type()
76 int ndx __attribute__ ((unused)), in sparc_check_special_section()
78 const char *sname __attribute__ ((unused))) in sparc_check_special_section()
116 char *buf __attribute__ ((unused)), in sparc_symbol_type_name()
117 size_t len __attribute__ ((unused))) in sparc_symbol_type_name()
129 char *buf __attribute__ ((unused)), in sparc_dynamic_tag_name()
130 size_t len __attribute__ ((unused))) in sparc_dynamic_tag_name()
Dppc64_symbol.c45 ppc64_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in ppc64_reloc_simple_type()
46 int *addsub __attribute__ ((unused))) in ppc64_reloc_simple_type()
65 ppc64_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), in ppc64_dynamic_tag_name()
66 size_t len __attribute__ ((unused))) in ppc64_dynamic_tag_name()
99 const GElf_Sym *sym __attribute__ ((unused)), in ppc64_check_special_symbol()
100 const char *name __attribute__ ((unused)), in ppc64_check_special_symbol()
115 ppc64_bss_plt_p (Elf *elf __attribute__ ((unused))) in ppc64_bss_plt_p()
Driscv_symbol.c43 riscv_reloc_simple_type (Ebl *ebl __attribute__ ((unused)), int type, in riscv_reloc_simple_type()
124 riscv_segment_type_name (int segment, char *buf __attribute__ ((unused)), in riscv_segment_type_name()
125 size_t len __attribute__ ((unused))) in riscv_segment_type_name()
138 char *buf __attribute__ ((unused)), in riscv_section_type_name()
139 size_t len __attribute__ ((unused))) in riscv_section_type_name()
151 riscv_dynamic_tag_name (int64_t tag, char *buf __attribute__ ((unused)), in riscv_dynamic_tag_name()
152 size_t len __attribute__ ((unused))) in riscv_dynamic_tag_name()
/third_party/elfutils/tests/
Dbacktrace-data.c48 main (int argc __attribute__ ((unused)), char **argv) in main()
60 find_elf (Dwfl_Module *mod __attribute__ ((unused)), in find_elf()
61 void **userdata __attribute__ ((unused)), in find_elf()
62 const char *modname __attribute__ ((unused)), in find_elf()
63 Dwarf_Addr base __attribute__ ((unused)), in find_elf()
64 char **file_name __attribute__ ((unused)), in find_elf()
65 Elf **elfp __attribute__ ((unused))) in find_elf()
73 void *dwfl_arg __attribute__ ((unused))) in memory_read()
163 next_thread (Dwfl *dwfl, void *dwfl_arg __attribute__ ((unused)), in next_thread()
176 void *thread_arg __attribute__ ((unused))) in set_initial_registers()
[all …]
Dvdsosyms.c31 main (int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))) in main()
40 module_callback (Dwfl_Module *mod, void **userdata __attribute__((unused)), in module_callback()
41 const char *name, Dwarf_Addr start __attribute__((unused)), in module_callback()
42 void *arg __attribute__((unused))) in module_callback()
69 main (int argc __attribute__ ((unused)), char **argv __attribute__ ((unused))) in main()
/third_party/selinux/libselinux/src/
Dcallbacks.c17 default_selinux_log(int type __attribute__((unused)), const char *fmt, ...) in default_selinux_log()
28 default_selinux_audit(void *ptr __attribute__((unused)), in default_selinux_audit()
29 security_class_t cls __attribute__((unused)), in default_selinux_audit()
30 char *buf __attribute__((unused)), in default_selinux_audit()
31 size_t len __attribute__((unused))) in default_selinux_audit()
48 default_selinux_setenforce(int enforcing __attribute__((unused))) in default_selinux_setenforce()
54 default_selinux_policyload(int seqno __attribute__((unused))) in default_selinux_policyload()
/third_party/musl/libc-test/src/common/
DBUILD.gn25 "-Wno-unused",
26 "-Wno-unused-function",
61 "-Wno-unused",
62 "-Wno-unused-function",
73 "-Wno-error=unused-function",
93 "-Wno-unused",
94 "-Wno-unused-function",
106 "-Wno-error=unused-function",

12345678910>>...91