Searched +full:deprecated +full:- +full:declarations (Results 1 – 25 of 401) sorted by relevance
12345678910>>...17
| /third_party/curl/ |
| D | BUILD.gn | 1 # Copyright (c) 2020-2023 Huawei Device Co., Ltd. 6 # http://www.apache.org/licenses/LICENSE-2.0 22 "lib/asyn-ares.c", 23 "lib/asyn-thread.c", 27 "lib/c-hyper.c", 28 "lib/cf-h1-proxy.c", 29 "lib/cf-h2-proxy.c", 30 "lib/cf-haproxy.c", 31 "lib/cf-https-connect.c", 32 "lib/cf-socket.c", [all …]
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/copts/ |
| D | GENERATED_AbseilCopts.cmake | 16 "-Wno-c99-extensions" 17 "-Wno-deprecated-declarations" 18 "-Wno-missing-noreturn" 19 "-Wno-missing-prototypes" 20 "-Wno-missing-variable-declarations" 21 "-Wno-null-conversion" 22 "-Wno-shadow" 23 "-Wno-shift-sign-overflow" 24 "-Wno-sign-compare" 25 "-Wno-unused-function" [all …]
|
| D | GENERATED_copts.bzl | 17 "-Wno-c99-extensions", 18 "-Wno-deprecated-declarations", 19 "-Wno-missing-noreturn", 20 "-Wno-missing-prototypes", 21 "-Wno-missing-variable-declarations", 22 "-Wno-null-conversion", 23 "-Wno-shadow", 24 "-Wno-shift-sign-overflow", 25 "-Wno-sign-compare", 26 "-Wno-unused-function", [all …]
|
| D | copts.py | 20 "-Wno-c99-extensions", 21 "-Wno-deprecated-declarations", 22 "-Wno-missing-noreturn", 23 "-Wno-missing-prototypes", 24 "-Wno-missing-variable-declarations", 25 "-Wno-null-conversion", 26 "-Wno-shadow", 27 "-Wno-shift-sign-overflow", 28 "-Wno-sign-compare", 29 "-Wno-unused-function", [all …]
|
| /third_party/mindspore/mindspore-src/source/third_party/securec/ |
| D | CMakeLists.txt | 4 …UG "$ENV{CFLAGS} -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-functions -fno… 6 …-Wno-nullability-completeness -fPIC -O0 -Wall -Wno-deprecated-declarations -g2 -ggdb -fno-inline-f… 8 …SET(CMAKE_C_FLAGS_RELEASE "$ENV{CFLAGS} -fPIC -O3 -Wall -Wno-deprecated-declarations -fstack-prote… 12 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/usr/local/include -Werror") 15 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-command-line-argument")
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/generator/component/const_blocks/ |
| D | cmake_lists.cc | 8 * http://www.apache.org/licenses/LICENSE-2.0 48 add_definitions(-mfloat-abi=softfp -mfpu=neon) 52 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17") 55 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DDebug -g") 56 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DDebug -g") 57 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fvisibility=default") 58 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=default") 61 …set(CMAKE_C_FLAGS "-fPIC -fPIE -D_FORTIFY_SOURCE=2 -O3 -Wall -Werror -fstack-protector-strong -Wno… 62 …-Wno-deprecated-declarations -Wno-incompatible-pointer-types -Wno-missing-braces ${CMAKE_C_FLAGS}") 63 …set(CMAKE_CXX_FLAGS "-fPIC -fPIE -D_FORTIFY_SOURCE=2 -O3 -Wall -Werror -fstack-protector-strong -W… [all …]
|
| /third_party/protobuf/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 72 cflags_cc = [ "-Wno-sign-compare" ] 74 "-Wno-sign-compare", 75 "-D HAVE_PTHREAD", 136 "-Wno-sign-compare", 137 "-Wno-deprecated-declarations", 140 cflags_cc += [ "-faligned-allocation" ] 143 "-Wno-deprecated-declarations", 144 "-Wno-sign-compare", 145 "-D HAVE_PTHREAD", [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/cmake/ |
| D | compile_link_option.cmake | 4 set(CMAKE_C_FLAGS "/O2 /EHsc /GS /Zi /utf-8") 5 set(CMAKE_CXX_FLAGS "/O2 /EHsc /GS /Zi /utf-8 /std:c++17") 9 string(REPLACE "-g" "" CMAKE_C_FLAGS "${CMAKE_C_FLAGS}") 10 string(REPLACE "-g" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 12 …set(CMAKE_C_FLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wall -Werror -Wno-attributes -Wno-deprecated-declarati… 13 -Wno-missing-braces ${SECURE_C_FLAGS} ${CMAKE_C_FLAGS}") 14 …set(CMAKE_CXX_FLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wall -Werror -Wno-attributes -Wno-deprecated-declara… 15 -Wno-missing-braces -std=c++17 ${SECURE_CXX_FLAGS} ${CMAKE_CXX_FLAGS}") 17 set(CMAKE_C_FLAGS_DEBUG "-DDebug -g -fvisibility=default") 18 set(CMAKE_CXX_FLAGS_DEBUG "-DDebug -g -fvisibility=default") [all …]
|
| /third_party/mindspore/mindspore-src/source/cmake/ |
| D | dependency_securec_arm.cmake | 25 SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -fPIC -O2 -Wall -Wno-deprecated-declarations \ 26 -fno-inline-functions -fno-omit-frame-pointer -fstack-protector-all") 28 SET(CMAKE_C_FLAGS "$ENV{CFLAGS} -Wno-nullability-completeness -fPIC -O2 -Wall \ 29 -Wno-deprecated-declarations -fno-inline-functions -fno-omit-frame-pointer \ 30 -fstack-protector-all -D_LIBCPP_INLINE_VISIBILITY='' -D'_LIBCPP_EXTERN_TEMPLATE(...)='") 35 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/usr/local/include -Werror")
|
| /third_party/openssl/include/openssl/ |
| D | macros.h | 2 * Copyright 2019-2021 The OpenSSL Project Authors. All Rights Reserved. 32 * OSSL_DEPRECATED_FOR become no-ops 39 * MSVC supports __declspec(deprecated) since MSVC 2003 (13.10), 40 * and __declspec(deprecated(message)) since MSVC 2005 (14.00) 44 __declspec(deprecated("Since OpenSSL " # since)) 46 __declspec(deprecated("Since OpenSSL " # since ";" message)) 48 # define OSSL_DEPRECATED(since) __declspec(deprecated) 49 # define OSSL_DEPRECATED_FOR(since, message) __declspec(deprecated) 58 __attribute__((deprecated("Since OpenSSL " # since))) 60 __attribute__((deprecated("Since OpenSSL " # since ";" message))) [all …]
|
| /third_party/jsoncpp/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 20 "${target_gen_dir}/jsoncpp-1.9.5/src/lib_json/json_reader.cpp", 21 "${target_gen_dir}/jsoncpp-1.9.5/src/lib_json/json_value.cpp", 22 "${target_gen_dir}/jsoncpp-1.9.5/src/lib_json/json_writer.cpp", 25 inputs = [ "//third_party/jsoncpp/jsoncpp-1.9.5.tar.gz" ] 28 "--gen-dir", 30 "--source-file", 37 "-std=c++17", 38 "-Wno-error=implicit-fallthrough", 39 "-Wno-deprecated-declarations", [all …]
|
| /third_party/json/docs/ |
| D | Makefile | 14 # create output from a stand-alone example file 18 CPPFLAGS="-I $(SRCDIR) -DJSON_USE_GLOBAL_UDLS=0" \ 19 CXXFLAGS="-std=$(call cxx_standard,$(<:.cpp=)) -Wno-deprecated-declarations" 26 CPPFLAGS="-I $(SRCDIR) -DJSON_USE_GLOBAL_UDLS=0" \ 27 CXXFLAGS="-std=$(call cxx_standard,$(<:.cpp=)) -Wno-deprecated-declarations" 32 # create output from all stand-alone example files 35 # check output of all stand-alone example files 38 # check output of all stand-alone example files (exclude files with platform-dependent output.) 40 check_output_portable: $(filter-out examples/meta.test examples/max_size.test examples/std_hash.tes… 43 rm -fr $(EXAMPLES:.cpp=) [all …]
|
| /third_party/typescript/src/services/ |
| D | symbolDisplay.ts | 55 else if (forEach(symbol.declarations, isLet)) { 97 if (symbol.declarations && symbol.declarations.length) { 98 const [declaration, ...declarations] = symbol.declarations; 99 // omit deprecated flag if some declarations are not deprecated 100 …const excludeFlags = length(declarations) && isDeprecatedDeclaration(declaration) && some(declarat… 101 ? ModifierFlags.Deprecated 162 …const declaration = find(symbol.declarations as ((GetAccessorDeclaration | SetAccessorDeclaration … 214 // Get the first signature if there is one -- allSignatures may contain 282 …const locationIsSymbolDeclaration = symbol.declarations && find(symbol.declarations, declaration => 352 if (some(symbol.declarations, d => isEnumDeclaration(d) && isEnumConst(d))) { [all …]
|
| /third_party/protobuf/src/google/protobuf/compiler/objectivec/ |
| D | objectivec_file.cc | 1 // Protocol Buffers - Google's data interchange format 3 // https://developers.google.com/protocol-buffers/ 62 if (message->enum_type_count() > 0) { in MessageContainsEnums() 65 for (int i = 0; i < message->nested_type_count(); i++) { in MessageContainsEnums() 66 if (MessageContainsEnums(message->nested_type(i))) { in MessageContainsEnums() 76 if (message->extension_count() > 0) { in MessageContainsExtensions() 79 for (int i = 0; i < message->nested_type_count(); i++) { in MessageContainsExtensions() 80 if (MessageContainsExtensions(message->nested_type(i))) { in MessageContainsExtensions() 90 if (file->enum_type_count() > 0) { in FileContainsEnums() 93 for (int i = 0; i < file->message_type_count(); i++) { in FileContainsEnums() [all …]
|
| /third_party/skia/third_party/externals/icu/ |
| D | icu.gyp | 2 # Use of this source code is governed by a BSD-style license that can be 21 # NaCl-related builds also fail looking for dlfcn.h when it's enabled. 43 'cflags': [ '/utf-8' ], 54 'cflags': [ '-m31' ], 55 'ldflags': [ '-m31' ], 56 'asflags': [ '-31' ], 58 'cflags': [ '-m32' ], 59 'ldflags': [ '-m32' ], 60 'asflags': [ '-32' ], 76 'cflags': [ '-m64' ], [all …]
|
| /third_party/json/tests/abi/ |
| D | CMakeLists.txt | 13 $<$<CXX_COMPILER_ID:Intel>:-diag-disable=2196> 15 $<$<NOT:$<CXX_COMPILER_ID:MSVC>>:-Wno-deprecated;-Wno-float-equal> 16 $<$<CXX_COMPILER_ID:GNU>:-Wno-deprecated-declarations> 17 $<$<CXX_COMPILER_ID:Intel>:-diag-disable=1786>)
|
| /third_party/skia/third_party/externals/tint/docs/ |
| D | origin-trial-changes.md | 8 * Module-scope declarations can no longer alias a builtin name. [tint:1318](https://crbug.com/tint/… 11 ### Deprecated Features 13 * The `isNan()`, `isInf()`, `isFinite()` and `isNormal()` builtins has been deprecated and will be … 26 * Fixed an issue where using a module-scoped `let` in a `workgroup_size` may result in a compilatio… 32 * Deprecated `modf()` and `frexp()` builtin overloads that take a pointer second parameter have bee… 33 * Deprecated texture builtin functions that accepted a `read` access controlled storage texture hav… 36 ### Deprecated Features 38 * The `ignore()` builtin has been replaced with phony-assignment. [gpuweb#2127](https://github.com/… 44 …te can now be specified on integral user-defined IO. It will eventually become an error to define … 56 * The size of an array can now be defined using a non-overridable module-scope constant [all …]
|
| /third_party/json/docs/mkdocs/docs/api/basic_json/ |
| D | items.md | 8 This function allows accessing `iterator::key()` and `iterator::value()` during range-based for loo… 20 Range-based for loop without `items()` function: 30 Range-based for loop with `items()` function: 51 iteration proxy object wrapping the current value with an interface to use in range-based for loops 78 --8<-- "examples/items.cpp" 84 --8<-- "examples/items.output" 89 - Added `iterator_wrapper` in version 3.0.0. 90 - Added `items` and deprecated `iterator_wrapper` in version 3.1.0. 91 - Added structured binding support in version 3.5.0. 96 …deprecated in version 3.1.0. Function `iterator_wrapper` will be removed in version 4.0.0. Please … [all …]
|
| D | from_msgpack.md | 28 - an `std::istream` object 29 - a `FILE` pointer 30 - a C-style array of characters 31 - a pointer to a null-terminated string of single byte characters 32 - an object `obj` for which `begin(obj)` and `end(obj)` produces a valid pair of iterators. 65 - Throws [parse_error.110](../../home/exceptions.md#jsonexceptionparse_error110) if the given input… 67 - Throws [parse_error.112](../../home/exceptions.md#jsonexceptionparse_error112) if unsupported fea… 69 - Throws [parse_error.113](../../home/exceptions.md#jsonexceptionparse_error113) if a string was ex… 83 --8<-- "examples/from_msgpack.cpp" 89 --8<-- "examples/from_msgpack.output" [all …]
|
| D | from_bson.md | 28 - an `std::istream` object 29 - a `FILE` pointer 30 - a C-style array of characters 31 - a pointer to a null-terminated string of single byte characters 32 - an object `obj` for which `begin(obj)` and `end(obj)` produces a valid pair of iterators. 79 --8<-- "examples/from_bson.cpp" 85 --8<-- "examples/from_bson.output" 90 - [BSON specification](http://bsonspec.org/spec.html) 91 - [to_bson](to_bson.md) for the analogous serialization 92 - [from_cbor](from_cbor.md) for the related CBOR format [all …]
|
| D | from_ubjson.md | 28 - an `std::istream` object 29 - a `FILE` pointer 30 - a C-style array of characters 31 - a pointer to a null-terminated string of single byte characters 32 - an object `obj` for which `begin(obj)` and `end(obj)` produces a valid pair of iterators. 65 - Throws [parse_error.110](../../home/exceptions.md#jsonexceptionparse_error110) if the given input… 67 - Throws [parse_error.112](../../home/exceptions.md#jsonexceptionparse_error112) if a parse error o… 68 - Throws [parse_error.113](../../home/exceptions.md#jsonexceptionparse_error113) if a string could … 82 --8<-- "examples/from_ubjson.cpp" 88 --8<-- "examples/from_ubjson.output" [all …]
|
| D | from_cbor.md | 31 - an `std::istream` object 32 - a `FILE` pointer 33 - a C-style array of characters 34 - a pointer to a null-terminated string of single byte characters 35 - an object `obj` for which `begin(obj)` and `end(obj)` produces a valid pair of iterators. 72 - Throws [parse_error.110](../../home/exceptions.md#jsonexceptionparse_error110) if the given input… 74 - Throws [parse_error.112](../../home/exceptions.md#jsonexceptionparse_error112) if unsupported fea… 76 - Throws [parse_error.113](../../home/exceptions.md#jsonexceptionparse_error113) if a string was ex… 90 --8<-- "examples/from_cbor.cpp" 96 --8<-- "examples/from_cbor.output" [all …]
|
| /third_party/benchmark/ |
| D | CMakeLists.txt | 10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON) 11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.… 27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 50 # cross-compilation (e.g. Host=x86_64, target=aarch64) requires using the 52 # See https://gitlab.kitware.com/cmake/cmake/-/issues/15170 64 # FIXME: The --coverage flag needs to be removed when building assembly 128 add_required_cxx_compiler_flag(-m32) 143 string(REGEX REPLACE "[-/]W[1-4]" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 145 add_definitions(-D_CRT_SECURE_NO_WARNINGS) [all …]
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | ValidateAST.h | 3 // Use of this source code is governed by a BSD-style license that can be 26 // Check that all symbols reference TVariables that have been declared. For built-ins, this 27 // makes sure that the same GLSL built-in uses the same TVariable consistently. 32 // Check that TIntermUnary and TIntermAggregate nodes with a built-in op reference a function 39 // Check that EOpCallInternalRawFunction is not used. This OP is deprecated and needs to be 50 // - Function parameters having one of EvqParam* qualifiers. 51 // - gl_ClipDistance, gl_CullDistance and gl_LastFragData are correctly qualified even when 56 // - Function-local variables must have the EvqTemporary qualifier. 57 // - Symbol references and declarations have identical qualifiers. 62 // Check that variable declarations that can't have initializers don't have initializers [all …]
|
| /third_party/icu/icu4c/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 41 "-O3", 42 "-W", 43 "-Wall", 44 "-pedantic", 45 "-Wpointer-arith", 46 "-Wwrite-strings", 47 "-std=c++11", 48 "-Wno-ignored-attributes", 49 "-Wno-deprecated-declarations", [all …]
|
12345678910>>...17