Lines Matching +full:sometimes +full:- +full:uninitialized
6 # http://www.apache.org/licenses/LICENSE-2.0
20 "${target_gen_dir}/libxml2-2.9.14/config.h.cmake.in",
21 "${target_gen_dir}/libxml2-2.9.14/include/libxml/xmlversion.h.in",
22 "${target_gen_dir}/libxml2-2.9.14/DOCBparser.c",
23 "${target_gen_dir}/libxml2-2.9.14/HTMLparser.c",
24 "${target_gen_dir}/libxml2-2.9.14/HTMLtree.c",
25 "${target_gen_dir}/libxml2-2.9.14/SAX.c",
26 "${target_gen_dir}/libxml2-2.9.14/SAX2.c",
27 "${target_gen_dir}/libxml2-2.9.14/buf.c",
28 "${target_gen_dir}/libxml2-2.9.14/c14n.c",
29 "${target_gen_dir}/libxml2-2.9.14/catalog.c",
30 "${target_gen_dir}/libxml2-2.9.14/chvalid.c",
31 "${target_gen_dir}/libxml2-2.9.14/debugXML.c",
32 "${target_gen_dir}/libxml2-2.9.14/dict.c",
33 "${target_gen_dir}/libxml2-2.9.14/encoding.c",
34 "${target_gen_dir}/libxml2-2.9.14/entities.c",
35 "${target_gen_dir}/libxml2-2.9.14/error.c",
36 "${target_gen_dir}/libxml2-2.9.14/globals.c",
37 "${target_gen_dir}/libxml2-2.9.14/hash.c",
38 "${target_gen_dir}/libxml2-2.9.14/legacy.c",
39 "${target_gen_dir}/libxml2-2.9.14/list.c",
40 "${target_gen_dir}/libxml2-2.9.14/nanoftp.c",
41 "${target_gen_dir}/libxml2-2.9.14/nanohttp.c",
42 "${target_gen_dir}/libxml2-2.9.14/parser.c",
43 "${target_gen_dir}/libxml2-2.9.14/parserInternals.c",
44 "${target_gen_dir}/libxml2-2.9.14/pattern.c",
45 "${target_gen_dir}/libxml2-2.9.14/relaxng.c",
46 "${target_gen_dir}/libxml2-2.9.14/schematron.c",
47 "${target_gen_dir}/libxml2-2.9.14/threads.c",
48 "${target_gen_dir}/libxml2-2.9.14/tree.c",
49 "${target_gen_dir}/libxml2-2.9.14/uri.c",
50 "${target_gen_dir}/libxml2-2.9.14/valid.c",
51 "${target_gen_dir}/libxml2-2.9.14/xinclude.c",
52 "${target_gen_dir}/libxml2-2.9.14/xlink.c",
53 "${target_gen_dir}/libxml2-2.9.14/xmlIO.c",
54 "${target_gen_dir}/libxml2-2.9.14/xmlmemory.c",
55 "${target_gen_dir}/libxml2-2.9.14/xmlmodule.c",
56 "${target_gen_dir}/libxml2-2.9.14/xmlreader.c",
57 "${target_gen_dir}/libxml2-2.9.14/xmlregexp.c",
58 "${target_gen_dir}/libxml2-2.9.14/xmlsave.c",
59 "${target_gen_dir}/libxml2-2.9.14/xmlschemas.c",
60 "${target_gen_dir}/libxml2-2.9.14/xmlschemastypes.c",
61 "${target_gen_dir}/libxml2-2.9.14/xmlstring.c",
62 "${target_gen_dir}/libxml2-2.9.14/xmlunicode.c",
63 "${target_gen_dir}/libxml2-2.9.14/xmlwriter.c",
64 "${target_gen_dir}/libxml2-2.9.14/xpath.c",
65 "${target_gen_dir}/libxml2-2.9.14/xpointer.c",
66 "${target_gen_dir}/libxml2-2.9.14/xzlib.c",
69 inputs = [ "//third_party/libxml2/libxml2-2.9.14.tar.xz" ]
72 "--gen-dir",
74 "--source-file",
84 "/libxml2-2.9.14/include",
91 # This has to be a config instead of flags directly specified on the libxml2 target so the -Wno-*
92 # flags are ordered after the -Werror flags from the default configs.
96 "-Wno-empty-body",
97 "-Wno-incompatible-pointer-types",
98 "-Wno-missing-field-initializers",
99 "-Wno-self-assign",
100 "-Wno-sign-compare",
101 "-Wno-tautological-pointer-compare",
102 "-Wno-unused-function",
103 "-Wno-enum-compare",
104 "-Wno-int-conversion",
105 "-Wno-uninitialized",
121 "/libxml2-2.9.14/include",
135 "-Wno-implicit-fallthrough",
136 "-Wno-implicit-function-declaration",
137 "-Wno-int-conversion",
138 "-Wno-uninitialized",
139 "-Wno-sometimes-uninitialized",
141 cflags_cc = [ "-std=c++17" ]
165 "-Wl",
166 "-install_name",
218 "/libxml2-2.9.14/config.h.cmake.in"
221 "/libxml2-2.9.14/include/libxml/xmlversion.h.in"
247 "--config-input-path",
249 "--config-path",
251 "--xmlversion-input-path",
253 "--xmlversion-path",
255 "--config-json",
257 "--xmlversion-json",