Home
last modified time | relevance | path

Searched +full:- +full:wno +full:- +full:unused +full:- +full:command +full:- +full:line +full:- +full:argument (Results 1 – 25 of 51) sorted by relevance

123

/external/clang/test/Frontend/
Dwarning-options.cpp1 // RUN: %clang_cc1 -Wmonkey -Wno-monkey -Wno-unused-command-line-arguments \
2 // RUN: -Wno-unused-command-line-argument -Wmodule-build -Rmodule-built %s 2>&1 | FileCheck …
3 // CHECK: unknown warning option '-Wmonkey'
4 // CHECK: unknown warning option '-Wno-monkey'
5 // CHECK: unknown warning option '-Wno-unused-command-line-arguments'; did you mean '-Wno-unused-co…
6 // CHECK: unknown warning option '-Wmodule-build'; did you mean '-Wmodule-conflict'?
7 // CHECK: unknown remark option '-Rmodule-built'; did you mean '-Rmodule-build'?
/external/webrtc/tools/cpu/
DREADME6 sudo ARCHFLAGS='-Wno-error=unused-command-line-argument-hard-error-in-future' easy_install psutil
9 - TBD (see link above)
12 - TBD (see link above)
/external/clang/test/Driver/
Dcl-options.c1 // Note: %s must be preceded by --, otherwise it may be interpreted as a
2 // command-line option, e.g. on Mac where %s is commonly under /Users.
7 // RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=c %s
8 // c: -c
10 // RUN: %clang_cl /C -### -- %s 2>&1 | FileCheck -check-prefix=C %s
11 // C: error: invalid argument '-C' only allowed with '/E, /P or /EP'
13 // RUN: %clang_cl /C /P -### -- %s 2>&1 | FileCheck -check-prefix=C_P %s
14 // C_P: "-E"
15 // C_P: "-C"
18 // RUN: -### -- %s 2>&1 | FileCheck -check-prefix=D %s
[all …]
Dclang_f_opts.c1 // REQUIRES: clang-driver
3-### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-blocks -fno-builti…
4-### -S -fasm -fblocks -fbuiltin -fno-math-errno -fcommon -fpascal-strings -fno-asm -fno-blocks -f…
6 // CHECK-OPTIONS1: -split-stacks
7 // CHECK-OPTIONS1: -fgnu-keywords
8 // CHECK-OPTIONS1: -fblocks
9 // CHECK-OPTIONS1: -fpascal-strings
11 // CHECK-OPTIONS2: -fmath-errno
12 // CHECK-OPTIONS2: -fno-gnu-keywords
13 // CHECK-OPTIONS2: -fno-builtin
[all …]
/external/Reactive-Extensions/RxCpp/projects/CMake/
Dshared.cmake13 -Wall -Wextra -Werror -Wunused
14 -stdlib=libc++
15 -Wno-error=unused-command-line-argument
16 -ftemplate-depth=1024
20 list(APPEND RX_COMPILE_OPTIONS -fno-exceptions)
26 -Wall -Wextra -Werror -Wunused
30 list(APPEND RX_COMPILE_OPTIONS -fno-exceptions)
44 list(APPEND RX_COMPILE_OPTIONS /EHs-c-)
/external/selinux/libselinux/src/
DMakefile5 PYPREFIX ?= $(shell $(PYTHON) -c 'import sys;print("python-%d.%d" % sys.version_info[:2])')
8 PKG_CONFIG ?= pkg-config
15 PYINC ?= $(shell $(PKG_CONFIG) --cflags $(PYPREFIX))
16 PYLIBS ?= $(shell $(PKG_CONFIG) --libs $(PYPREFIX))
17 PYTHONLIBDIR ?= $(shell $(PYTHON) -c "from distutils.sysconfig import *; print(get_python_lib(plat_…
18 PYCEXT ?= $(shell $(PYTHON) -c 'import imp;print([s for s,m,t in imp.get_suffixes() if t == imp.C_E…
19 RUBYINC ?= $(shell $(RUBY) -e 'puts "-I" + RbConfig::CONFIG["rubyarchhdrdir"] + " -I" + RbConfig::C…
20 RUBYLIBS ?= $(shell $(RUBY) -e 'puts "-L" + RbConfig::CONFIG["libdir"] + " -L" + RbConfig::CONFIG["…
21 RUBYINSTALL ?= $(shell $(RUBY) -e 'puts RbConfig::CONFIG["vendorarchdir"]')
28 ifeq ($(shell $(CC) -v 2>&1 | grep "clang"),)
[all …]
/external/boringssl/src/
DCMakeLists.txt23 # This is a dummy target which all other targets depend on (manually - see other
29 # Android-NDK CMake files reconfigure the path and so Go and Perl won't be
45 pkg_check_modules(LIBUNWIND libunwind-generic)
47 add_definitions(-DBORINGSSL_HAVE_LIBUNWIND)
65 add_definitions(-DBORINGSSL_ALLOW_CXX_RUNTIME)
70 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DNDEBUG")
76 string(REGEX REPLACE "(^| )[/-]DNDEBUG( |$)" " " "${VAR}_RELWITHASSERTS"
81 add_definitions(-DBORINGSSL_PREFIX=${BORINGSSL_PREFIX})
82 # CMake automatically connects include_directories to the NASM command-line,
84 set(CMAKE_ASM_NASM_FLAGS "${CMAKE_ASM_NASM_FLAGS} -DBORINGSSL_PREFIX=${BORINGSSL_PREFIX}")
[all …]
/external/deqp/scripts/
Dcheck_build_sanity.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
66 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr]
69 …return ["-DDEQP_TARGET=%s" % target, "-DCMAKE_C_COMPILER=%s" % cc, "-DCMAKE_CXX_COMPILER=%s" % cpp…
95 args = ["-DCMAKE_C_FLAGS=/WX -DCMAKE_CXX_FLAGS=/WX"]
123 execute(["git", "diff", "--exit-code"])
129 if which("clang-" + version) != None:
[all …]
Dlaunchcontrol_build.py1 # -*- coding: utf-8 -*-
3 #-------------------------------------------------------------------------
5 # --------------------------------------
13 # http://www.apache.org/licenses/LICENSE-2.0
21 #-------------------------------------------------------------------------
41 COMMON_GCC_CFLAGS = ["-Werror"]
42 COMMON_CLANG_CFLAGS = COMMON_GCC_CFLAGS + ["-Wno-error=unused-command-line-argument"]
43 X86_64_GCC_CFLAGS = COMMON_GCC_CFLAGS + ["-m64"]
44 X86_64_CLANG_CFLAGS = COMMON_CLANG_CFLAGS + ["-m64"]
48 return ["-DCMAKE_C_FLAGS=%s" % cflagsStr, "-DCMAKE_CXX_FLAGS=%s" % cflagsStr]
[all …]
/external/libxkbcommon/xkbcommon/build-aux/
Doutput.02 @%:@ Guess values for system-dependent variables and create Makefiles.
8 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in @%:@(
29 set -o posix ;; @%:@(
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
[all …]
Doutput.22 @%:@ Guess values for system-dependent variables and create Makefiles.
8 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in @%:@(
29 set -o posix ;; @%:@(
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
[all …]
Doutput.12 @%:@ Guess values for system-dependent variables and create Makefiles.
8 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
13 ## -------------------- ##
15 ## -------------------- ##
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
24 alias -g '${1+"$@"}'='"$@"'
27 case `(set -o) 2>/dev/null` in @%:@(
29 set -o posix ;; @%:@(
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
[all …]
/external/libcxx/benchmarks/
DCMakeLists.txt9 -Wno-unused-command-line-argument
10 -nostdinc++
11 -isystem ${LIBCXX_SOURCE_DIR}/include
12 -L${LIBCXX_LIBRARY_DIR}
13 -Wl,-rpath,${LIBCXX_LIBRARY_DIR}
18 -L${LIBCXX_CXX_ABI_LIBRARY_PATH}
19 -Wl,-rpath,${LIBCXX_CXX_ABI_LIBRARY_PATH})
22 list(APPEND BENCHMARK_LIBCXX_COMPILE_FLAGS -include "${LIBCXX_BINARY_DIR}/__config_site")
26 ExternalProject_Add(google-benchmark-libcxx
28 DEPENDS cxx cxx-headers
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/modules/
DHandleLLVMOptions.cmake14 if(CMAKE_LINKER MATCHES "lld-link.exe" OR (WIN32 AND LLVM_USE_LINKER STREQUAL "lld"))
40 message(STATUS "ThinLTO provides its own parallel linking - limiting parallel link jobs to 2.")
54 add_definitions( -D_DEBUG )
56 # On non-Debug builds cmake automatically defines NDEBUG, so we
59 add_definitions( -UNDEBUG )
68 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
75 add_definitions(-DEXPENSIVE_CHECKS)
76 add_definitions(-D_GLIBCXX_DEBUG)
133 # Darwin-specific linker flags for loadable modules.
134 …set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,-flat_namespace -Wl,-undefined -Wl…
[all …]
/external/llvm/cmake/modules/
DHandleLLVMOptions.cmake16 if (CMAKE_LINKER MATCHES "lld-link.exe")
27 add_definitions( -D_DEBUG )
29 # On non-Debug builds cmake automatically defines NDEBUG, so we
32 add_definitions( -UNDEBUG )
41 string (REGEX REPLACE "(^| )[/-]D *NDEBUG($| )" " "
48 add_definitions(-DEXPENSIVE_CHECKS)
49 add_definitions(-D_GLIBCXX_DEBUG)
99 # Darwin-specific linker flags for loadable modules.
100 …set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} -Wl,-flat_namespace -Wl,-undefined -Wl…
103 # Pass -Wl,-z,defs. This makes sure all symbols are defined. Otherwise a DSO
[all …]
/external/clang/docs/
DUsersManual.rst11 The Clang Compiler is an open-source compiler for the C family of
14 allowing it to provide high-quality optimization and code generation
20 for an end-user, documenting the supported features, command line
23 `Clang Static Analyzer <http://clang-analyzer.llvm.org>`_, please see its web
27 which includes :ref:`C <c>`, :ref:`Objective-C <objc>`, :ref:`C++ <cxx>`, and
28 :ref:`Objective-C++ <objcxx>` as well as many dialects of those. For
29 language-specific information, please see the corresponding language
32 - :ref:`C Language <c>`: K&R C, ANSI C89, ISO C90, ISO C94 (C89+AMD1), ISO
34 - :ref:`Objective-C Language <objc>`: ObjC 1, ObjC 2, ObjC 2.1, plus
36 - :ref:`C++ Language <cxx>`
[all …]
/external/eigen/
DCMakeLists.txt5 # guard against in-source builds
8 …message(FATAL_ERROR "In-source builds not allowed. Please make a new directory (called a build dir…
16 # guard against bad build-type strings
26 …pe \"${CMAKE_BUILD_TYPE}\". Allowed values are Debug, Release, RelWithDebInfo (case-insensitive).")
36 string(REGEX MATCH "define[ \t]+EIGEN_WORLD_VERSION[ \t]+([0-9]+)" _eigen_world_version_match "${_e…
38 string(REGEX MATCH "define[ \t]+EIGEN_MAJOR_VERSION[ \t]+([0-9]+)" _eigen_major_version_match "${_e…
40 string(REGEX MATCH "define[ \t]+EIGEN_MINOR_VERSION[ \t]+([0-9]+)" _eigen_minor_version_match "${_e…
46 execute_process(COMMAND hg tip -R ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE EIGEN_HGTIP_OUTPUT)
47 execute_process(COMMAND hg branch -R ${CMAKE_SOURCE_DIR} OUTPUT_VARIABLE EIGEN_BRANCH_OUTPUT)
51 string(REGEX MATCH "^changeset: *[0-9]*:([0-9;a-f]+).*" EIGEN_HG_CHANGESET_MATCH "${EIGEN_HGTIP_OUT…
[all …]
/external/libcxx/utils/libcxx/test/
Dconfig.py1 #===----------------------------------------------------------------------===##
8 #===----------------------------------------------------------------------===##
30 # out-of-tree build situation).
53 # Extract the value of a numeric macro such as __cplusplus or a feature-test
59 # pylint: disable=redefined-outer-name
112 '--param=%s=%s' % (env_var, val, name, conf_val))
214 os.path.basename(cxx) == 'clang-cl.exe'
228 ' clang-cl')
231 '(e.g., --param=cxx_under_test=clang++)')
239 self.config.available_features.add('%s-%s' % (cxx_type, maj_v))
[all …]
/external/libcxx/
DCMakeLists.txt32 set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
54 message(STATUS "Configuring for clang-cl")
71 # Basic options ---------------------------------------------------------------
84 # Benchmark options -----------------------------------------------------------
87 set(LIBCXX_BENCHMARK_TEST_ARGS_DEFAULT --benchmark_min_time=0.01)
89 "Arguments to pass when running the benchmarks using check-cxx-benchmarks")
127 option(LIBCXX_ABI_FORCE_ITANIUM "Ignore auto-detection and force use of the Itanium ABI.")
128 option(LIBCXX_ABI_FORCE_MICROSOFT "Ignore auto-detection and force use of the Microsoft ABI.")
131 option(LIBCXX_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF)
137 # ABI Library options ---------------------------------------------------------
[all …]
/external/libcxxabi/
DCMakeLists.txt26 set(PACKAGE_BUGREPORT "llvm-bugs@lists.llvm.org")
52 option(LIBCXXABI_USE_COMPILER_RT "Use compiler-rt instead of libgcc" OFF)
54 option(LIBCXXABI_HAS_PTHREAD_API "Ignore auto-detection and force use of pthread API" OFF)
150 if (LIBCXXABI_LIBCXX_PATH STREQUAL "LIBCXXABI_LIBCXX_PATH-NOTFOUND")
173 string(REGEX MATCH "[0-9]+\\.[0-9]+(\\.[0-9]+)?" CLANG_VERSION
192 # By default, for non-standalone builds, libcxx and libcxxabi share a library
230 add_target_flags_if(LIBCXXABI_BUILD_32_BITS "-m32")
232 "--target=${LIBCXXABI_TARGET_TRIPLE}")
234 "--gcc-toolchain=${LIBCXXABI_GCC_TOOLCHAIN}")
236 "--sysroot=${LIBCXXABI_SYSROOT}")
[all …]
/external/grpc-grpc/
Dbuild.yaml8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
15 core_version: 6.0.0-dev
17 version: 1.16.0-dev
19 - name: alts_proto
21 - src/core/tsi/alts/handshaker/altscontext.pb.h
22 - src/core/tsi/alts/handshaker/handshaker.pb.h
23 - src/core/tsi/alts/handshaker/transport_security_common.pb.h
[all …]
/external/ImageMagick/m4/
Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
123 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
124 # libraries is broken (non-POSIX).
126 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/harfbuzz_ng/m4/
Dax_pthread.m42 # https://www.gnu.org/software/autoconf-archive/ax_pthread.html
7 # AX_PTHREAD([ACTION-IF-FOUND[, ACTION-IF-NOT-FOUND]])
18 # multi-threaded programs (defaults to the value of CC otherwise). (This
32 # In addition, if the PTHREAD_CREATE_JOINABLE thread-attribute constant
40 # ACTION-IF-FOUND is a list of shell commands to run if a threads library
41 # is found, and ACTION-IF-NOT-FOUND is a list of commands to run it if it
42 # is not found. If ACTION-IF-FOUND is not specified, the default action
123 # (e.g. DEC) have both -lpthread and -lpthreads, where one of the
124 # libraries is broken (non-POSIX).
126 # Create a list of thread flags to try. Items starting with a "-" are
[all …]
/external/perfetto/tools/
Dgen_android_bp8 # http://www.apache.org/licenses/LICENSE-2.0
19 # command:
21 # gn desc out --format=json --all-toolchains "//*" > desc.json
26 # libraries are also mapped to their Android equivalents -- see |builtin_deps|.
53 # Defines a custom init_rc argument to be applied to the corresponding output
99 cflag_whitelist = r'^-DPERFETTO.*$'
138 module.shared_libs.append('libprotobuf-cpp-full')
142 module.shared_libs.append('libprotobuf-cpp-lite')
163 # Android equivalents for third-party libraries that the upstream project
179 # ----------------------------------------------------------------------------
[all …]
/external/curl/
DCHANGES12 - RELEASE: 7.64.1
14 - Revert "ntlm: remove USE_WIN32_CRYPTO check to get USE_NTLM2SESSION set"
20 - [Christian Schmitz brought this change]
27 - tool_cb_wrt: fix writing to Windows null device NUL
29 - Improve console detection.
36 Bug: https://github.com/curl/curl/issues/3175#issuecomment-439068724
37 Reported-by: Gisle Vanem
39 - CURLMOPT_PIPELINING.3: fix typo
42 - TODO: config file parsing
47 - os400: Disable Alt-Svc by default since it's experimental
[all …]

123