Searched +full:tautological +full:- +full:constant +full:- +full:out +full:- +full:of +full:- +full:range +full:- +full:compare (Results 1 – 16 of 16) sorted by relevance
| /third_party/lame/ |
| D | BUILD.gn | 4 # You may obtain a copy of the License at 6 # http://www.apache.org/licenses/LICENSE-2.0 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 20 "-O2", 21 "-Wall", 22 "-Wno-sign-compare", 23 "-Wimplicit-function-declaration", 24 "-Wno-parentheses", 25 "-Wno-string-conversion", 26 "-Wno-string-plus-int", [all …]
|
| /third_party/skia/third_party/externals/angle2/third_party/libpng/ |
| D | BUILD.gn | 2 # Use of this source code is governed by a BSD-style license that can be 8 cflags = [ "-Wno-tautological-constant-out-of-range-compare" ] 41 configs -= [ "${skia_root_dir}/build/config/compiler:chromium_code" ]
|
| /third_party/libbpf/ |
| D | BUILD.gn | 4 # You may obtain a copy of the License at 6 # http://www.apache.org/licenses/LICENSE-2.0 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 "-Wno-incompatible-pointer-types", 23 "-Wimplicit-function-declaration", 24 "-Wno-tautological-constant-out-of-range-compare", 25 "-Wno-constant-conversion", 26 "-Wno-unknown-attributes", 27 "-Wno-bitwise-op-parentheses", 28 "-Wno-shift-op-parentheses", [all …]
|
| /third_party/alsa-utils/ |
| D | BUILD.gn | 4 # You may obtain a copy of the License at 6 # http://www.apache.org/licenses/LICENSE-2.0 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 22 "-Wno-sign-compare", 23 "-Wno-implicit-function-declaration", 24 "-Wno-parentheses", 25 "-Wno-string-conversion", 26 "-Wno-string-plus-int", 27 "-Wno-asm-operand-widths", 28 "-Wno-pointer-sign", [all …]
|
| /third_party/alsa-lib/ |
| D | BUILD.gn | 4 # You may obtain a copy of the License at 6 # http://www.apache.org/licenses/LICENSE-2.0 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 18 "//third_party/alsa-lib/include", 19 "//third_party/alsa-lib/include/sound", 20 "//third_party/alsa-lib/include/uapi", 21 "//third_party/alsa-lib/src/pcm", 22 "//third_party/alsa-lib/src/ucm", 23 "//third_party/alsa-lib/src/mixer", 24 "//third_party/alsa-lib/src/seq", [all …]
|
| /third_party/mesa3d/.gitlab-ci/build/ |
| D | gitlab-ci.yml | 2 .build-common: 3 extends: .build-rules 10 - _build/meson-logs/*.txt 11 - _build/meson-logs/strace 12 - shader-db 15 .build-linux: 16 extends: .build-common 23 - !reference [default, before_script] 24 - export PATH="/usr/lib/ccache:$PATH" 25 - export CCACHE_BASEDIR="$PWD" [all …]
|
| /third_party/e2fsprogs/ |
| D | BUILD.gn | 38 config("e2fsdroid-defaults") { 40 "-Wno-incompatible-pointer-types", 41 "-Wno-tautological-constant-out-of-range-compare", 52 configs = [ ":e2fsdroid-defaults" ] 92 config("e2fsck-defaults") { 94 "-Wno-pointer-sign", 95 "-Wno-unused-variable", 96 "-Wno-error=format", 101 configs = [ ":e2fsck-defaults" ] 159 config("libext2-headers") { [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetLowering.cpp | 1 //===-- TargetLowering.cpp - Implement the TargetLowering class -----------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 50 /// so, it sets Chain to the input chain of the tail call. 56 if (F.getFnAttribute("disable-tail-calls").getValueAsString() == "true") in isInTailCallPosition() 59 // Conservatively require the attributes of the call to match those of in isInTailCallPosition() 69 // It's not safe to eliminate the sign / zero extension of the return value. in isInTailCallPosition() 92 // for the function live-in value of register Reg) in parametersInCSRMatch() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 1 //===- InstructionSimplify.cpp - Fold instruction operands ----------------===// 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // that do not require creating new instructions. This does constant folding 11 // ("add i32 1, 1" -> "2") but can also handle non-constant operands, either 12 // returning a constant ("and i32 %x, 0" -> "0") or an already existing value 13 // ("and i32 %x, %x" -> "%x"). All operands are assumed to have already been 17 //===----------------------------------------------------------------------===// 50 STATISTIC(NumExpand, "Number of expansions"); [all …]
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 21.0.0.rst | 1 Mesa 21.0.0 Release Notes / 2021-03-11 16 the apiVersion property of the VkPhysicalDeviceProperties struct 20 --------------- 24 e6204e98e6a8d77cf9dc5d34f99dd8e3ef7144f3601c808ca0dd26ba522e0d84 mesa-21.0.0.tar.xz 28 ------------ 30 - GL_EXT_demote_to_helper_invocation on radeonsi 32 - GL_NV_compute_shader_derivatives on radeonsi 34 - EGL_MESA_platform_xcb 36 - Removed GL_NV_point_sprite for classic swrast. 38 - driconf: remove glx_disable_oml_sync_control, glx_disable_sgi_video_sync, and glx_disable_ext_buf… [all …]
|
| D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 16 the apiVersion property of the VkPhysicalDeviceProperties struct 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. [all …]
|
| /third_party/libunwind/ |
| D | BUILD.gn | 4 # You may obtain a copy of the License at 6 # http://www.apache.org/licenses/LICENSE-2.0 10 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 19 libunwind_code_dir = "${target_gen_dir}/libunwind-1.6.2" 23 "$libunwind_code_dir/src/dwarf/Gfind_proc_info-lsb.c", 30 "$libunwind_code_dir/src/dwarf/Lfind_proc_info-lsb.c", 35 "$libunwind_code_dir/src/mi/dyn-cancel.c", 36 "$libunwind_code_dir/src/mi/dyn-info-list.c", 37 "$libunwind_code_dir/src/mi/dyn-register.c", 40 "$libunwind_code_dir/src/mi/Gdyn-extract.c", [all …]
|
| /third_party/python/Misc/ |
| D | HISTORY | 2 -------------- 5 As you read on you go back to the dark ages of Python's history. 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is [all …]
|
| D | NEWS | 8 *Release date: 2023-06-06* 11 -------- 13 - gh-issue-103142: The version of OpenSSL used in our binary builds has been 16 - gh-issue-99889: Fixed a security in flaw in :func:`uu.decode` that could 20 - gh-issue-104049: Do not expose the local on-disk location in directory 23 - gh-issue-102153: :func:`urllib.parse.urlsplit` now strips leading C0 25 by WHATWG in response to CVE-2023-24329. Patch by Illia Volochii. 28 ----------------- 30 - gh-issue-105164: Ensure annotations are set up correctly if the only 34 - gh-issue-104615: Fix wrong ordering of assignments in code like ``a, a = [all …]
|
| /third_party/libabigail/ |
| D | ChangeLog | 1 2023-10-20 Dodji Seketeli <dodji@redhat.com> 6 2023-10-20 Dodji Seketeli <dodji@redhat.com> 8 gen-changelog.py: Fix a long standing typo 9 * gen-changelog.py (get_rel_tags): It's libabigail, not GNET. 11 2023-10-20 Dodji Seketeli <dodji@redhat.com> 13 gen-changelog.py: Don't escaping '/' with '\' in regexp 14 * gen-changelog.py (get_rel_tags): Do not escape '/' with '\' in 17 2023-10-20 Dodji Seketeli <dodji@redhat.com> 20 * src/abg-ir.cc (enum_type_decl::get_sorted_enumerators): Add 21 const to parameters of the lambda function. [all …]
|
| /third_party/ffmpeg/ |
| D | BUILD.gn | 106 ldflags_asm += [ "-Wl,-Bsymbolic" ] 115 "-Wno-sign-compare", 116 "-Wno-implicit-function-declaration", 117 "-Wno-parentheses", 118 "-Wno-string-conversion", 119 "-Wno-string-plus-int", 120 "-Wno-asm-operand-widths", 121 "-Wno-pointer-sign", 122 "-Wno-deprecated-declarations", 123 "-Wno-implicit-int", [all …]
|