Searched +full:overloaded +full:- +full:virtual (Results 1 – 25 of 122) sorted by relevance
12345
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
| D | TargetIntrinsicInfo.h | 1 //===-- llvm/Target/TargetIntrinsicInfo.h - Instruction Info ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 26 //--------------------------------------------------------------------------- 28 /// TargetIntrinsicInfo - Interface to description of machine instruction set 35 virtual ~TargetIntrinsicInfo(); 38 /// The Tys and numTys parameters are for intrinsics with overloaded types 39 /// (e.g., those using iAny or fAny). For a declaration for an overloaded 41 /// and must provide exactly one type for each overloaded type in the [all …]
|
| /third_party/googletest/googlemock/test/ |
| D | gmock-function-mocker_test.cc | 30 // Google Mock - a framework for writing C++ mock classes. 33 #include "gmock/gmock-function-mocker.h" 81 virtual ~FooInterface() = default; 83 virtual void VoidReturning(int x) = 0; 85 virtual int Nullary() = 0; 86 virtual bool Unary(int x) = 0; 87 virtual long Binary(short x, int y) = 0; // NOLINT 88 virtual int Decimal(bool b, char c, short d, int e, long f, // NOLINT 92 virtual bool TakesNonConstReference(int& n) = 0; // NOLINT 93 virtual std::string TakesConstReference(const int& n) = 0; [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/ |
| D | CMakeLists.txt | 17 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 18 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 22 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-overloaded-virtual -Wno-delete-abstract-non-virtual-d…
|
| /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/googletest/docs/ |
| D | gmock_for_dummies.md | 12 actually mean very different things in the Test-Driven Development (TDD) 17 not suitable for production. An in-memory file system would be an example of 19 * **Mocks** are objects pre-programmed with *expectations*, which form a 22 If all this seems too abstract for you, don't worry - the most important thing 46 error-prone. No wonder people go great distance to avoid it. 62 * You are stuck with a sub-optimal design and wish you had done more 77 hand-written mocks. 93 relies on a [LOGO](http://en.wikipedia.org/wiki/Logo_programming_language)-like 97 shiny new graphics card that has better anti-aliasing? Suddenly you have to 107 virtual ~Turtle() {} [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/ |
| D | CMakeLists.txt | 25 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-…
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/ |
| D | CMakeLists.txt | 4 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas") 9 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-… 14 string(REPLACE "-std=c++17" "-std=c++11" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 18 string(REPLACE "-std=c++17" "-std=c++14" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 19 set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -std=c++14 -objtemp") 26 set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -DBUILDING_CUDA_OPS_DLL -std=c++17") 27 set(CUDA_NVCC_FLAGS "${CUDA_NVCC_FLAGS} -D_DISABLE_EXTENDED_ALIGNED_STORAGE") 32 target_compile_options(cuda_common_obj PRIVATE "-std=c++17") 41 target_link_options(cuda_ops PRIVATE "-Wl,--allow-shlib-undefined")
|
| /third_party/libabigail/include/ |
| D | abg-traverse.h | 1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 2 // -*- mode: C++ -*- 4 // Copyright (C) 2013-2023 Red Hat, Inc. 11 #include "abg-fwd.h" 53 virtual ~traversable_base(); 55 /// This virtual method is overloaded and implemented by any single 76 // virtual bool traverse(node_visitor_base& v);
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/mem_reuse/ |
| D | CMakeLists.txt | 4 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 5 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 9 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 10 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/pass/ |
| D | CMakeLists.txt | 4 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 5 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 9 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 10 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/optimizer/ |
| D | CMakeLists.txt | 4 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 5 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 9 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 10 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/somas/ |
| D | CMakeLists.txt | 4 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 5 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 9 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 10 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/minddata/ |
| D | CMakeLists.txt | 13 set(CMAKE_CXX_FLAGS_DEBUG "$ENV{CXXFLAGS} -O0 -g2 -ggdb -fno-inline-functions -fno-omit-frame-point… 14 …-D_LIBCPP_INLINE_VISIBILITY='' -D_LIBCPP_DISABLE_EXTERN_TEMPLATE=1 -DHALF_ENABLE_CPP11_USER_LITERA… 15 -D_FORTIFY_SOURCE=2 -Wno-cpp") 17 set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wno-sign-compare -Wno-overloaded-virtual \ 18 -Wno-unused-variable") 19 …set(CMAKE_CXX_FLAGS "$ENV{CXXFLAGS} -std=c++17 -Wall -fPIC -march=armv8.2-a -funsafe-math-optimiza… 20 -ftree-vectorize -flax-vector-conversions") 22 …set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Werror -Wno-return-std-move -Wno-unused-priva… 23 …-Wno-unused-lambda-capture -Wno-sign-compare -Wno-overloaded-virtual -Wno-unneeded-internal-declar… 24 -Wno-unused-variable -Wno-pessimizing-move -Wno-inconsistent-missing-override") [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | MachineFunctionPass.h | 1 //===-- MachineFunctionPass.h - Pass for MachineFunctions --------*-C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 26 /// MachineFunctionPass - This class adapts the FunctionPass interface to 33 // Cache the properties info at module-init time so we don't have to in doInitialization() 43 /// runOnMachineFunction - This method must be overloaded to perform the 46 virtual bool runOnMachineFunction(MachineFunction &MF) = 0; 48 /// getAnalysisUsage - Subclasses that override getAnalysisUsage 56 virtual MachineFunctionProperties getRequiredProperties() const { in getRequiredProperties() [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/optimizer/ |
| D | CMakeLists.txt | 2 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 3 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 7 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 8 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ |
| D | Pass.h | 1 //===- llvm/Pass.h - Base class for Passes ----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 26 //===----------------------------------------------------------------------===// 47 // AnalysisID - Use the PassInfo to identify a pass... 73 //===----------------------------------------------------------------------===// 74 /// Pass interface - Implemented by all 'passes'. Subclass this if you are an 87 virtual ~Pass(); 91 /// getPassName - Return a nice clean name for a pass. This usually 93 /// Registration templates, but can be overloaded directly. [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/ |
| D | CMakeLists.txt | 2 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-…
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/ |
| D | CMakeLists.txt | 2 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-…
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/optimizer/ |
| D | CMakeLists.txt | 2 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 3 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 16 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 17 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | CMakeLists.txt | 2 …set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-… 6 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-maybe-uninitialized") 47 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mavx ") 48 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -maxv ") 49 string(REPLACE "-Wall" "" CMAKE_C_FLAGS ${CMAKE_C_FLAGS}) 50 string(REPLACE "-Wall" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) 70 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fopenmp")
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ |
| D | CMakeLists.txt | 2 string(REPLACE " -Werror " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 3 …string(REPLACE " -fvisibility=hidden" " -fvisibility=default" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}") 13 …set(CMAKE_CXX_FLAGS_RELEASE "$ENV{CXXFLAGS} -Wno-user-defined-warnings -Wno-inconsistent-missing-o… 14 -Wno-overloaded-virtual -Wno-unused-const-variable -Wno-pessimizing-move")
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/sampler/ |
| D | sampler.h | 2 * Copyright 2019-2022 Huawei Technologies Co., Ltd 8 * http://www.apache.org/licenses/LICENSE-2.0 32 // RandomAccessOp is a base class that all data-producing leaf operators 37 // @param int64_t num - return number of rows for this dataset 44 virtual Status GetClassIds(std::map<int32_t, std::vector<int64_t>> *map) const { in GetClassIds() 49 virtual ~RandomAccessOp() = default; 56 // The amount of rows in the dataset itself. This is the before-sampling value, the 58 int64_t num_rows_ = -1; 64 // @param int64_t num_samples: the user-requested number of samples ids to generate. A value of 0 79 virtual ~SamplerRT() = default; [all …]
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| D | Renderbuffer.h | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 virtual ~RenderbufferInterface() {} in ~RenderbufferInterface() 46 virtual void addProxyRef(const Renderbuffer *proxy); 47 virtual void releaseProxy(const Renderbuffer *proxy); 49 virtual egl::Image *getRenderTarget() = 0; 50 virtual egl::Image *createSharedImage() = 0; 51 virtual bool isShared() const = 0; 53 virtual GLsizei getWidth() const = 0; 54 virtual GLsizei getHeight() const = 0; 55 virtual GLsizei getDepth() const { return 1; } in getDepth() [all …]
|
| /third_party/json/ |
| D | .clang-tidy | 2 -altera-id-dependent-backward-branch, 3 -altera-struct-pack-align, 4 -altera-unroll-loops, 5 -android-cloexec-fopen, 6 -bugprone-easily-swappable-parameters, 7 -cert-err58-cpp, 8 -concurrency-mt-unsafe, 9 -cppcoreguidelines-avoid-const-or-ref-data-members, 10 -cppcoreguidelines-avoid-do-while, 11 -cppcoreguidelines-avoid-goto, [all …]
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
| D | cache_base_op.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 68 /// \param out reference to the output stream being overloaded 82 virtual bool AllowCacheMiss() = 0; 85 constexpr static int32_t eoe_row_id = -1; 93 virtual Status RegisterResources(); 95 /// \note It is a non-virtual function
|
12345