Home
last modified time | relevance | path

Searched defs:impl (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project-15.0.7/clang/test/Analysis/inlining/
H A Dcontainers.cpp116 int *impl; member
173 MySet impl; member in BeginOnlySet
176 MySet::iterator impl; member
206 MySet impl; member in IteratorTypedefOnlySet
228 MySet impl; member in IteratorUsingOnlySet
250 MySet impl; member in IteratorStructOnlySet
261 int *impl; member
/llvm-project-15.0.7/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-matchers.h188 explicit MatcherInterfaceAdapter(const MatcherInterface<T>* impl) in MatcherInterfaceAdapter()
305 : impl_(new internal::MatcherInterfaceAdapter<U>(impl)) {} in impl_()
333 explicit Matcher(const MatcherInterface<const T&>* impl) in Matcher()
357 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher()
374 explicit Matcher(const MatcherInterface<const std::string&>* impl) in Matcher()
376 explicit Matcher(const MatcherInterface<std::string>* impl) in Matcher()
397 explicit Matcher(const MatcherInterface<const absl::string_view&>* impl) in Matcher()
419 explicit Matcher(const MatcherInterface<absl::string_view>* impl) in Matcher()
464 const Impl& impl() const { return impl_; } in impl() function
475 explicit MonomorphicImpl(const Impl& impl) : impl_(impl) {} in MonomorphicImpl()
[all …]
/llvm-project-15.0.7/clang/test/CodeCompletion/
H A Dcrash-skipped-bodies-template-inst.cpp4 struct impl { in make_func() struct
5 impl* func() { in make_func()
/llvm-project-15.0.7/clang/test/OpenMP/
H A Dcrash-skipped-bodies-template-inst.cpp4 struct impl { in make_func() struct
5 impl* func() { in make_func()
/llvm-project-15.0.7/clang/test/Analysis/Inputs/
H A Dctu-inherited-default-ctor-other.cpp6 class impl<n> {}; class
9 class impl<n, T, TS...> : impl<n + 1, TS...> { class
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DDebug.cpp33 namespace impl { namespace
40 namespace impl { namespace
49 namespace impl { namespace
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/support/
H A Dencoded_file.py18 def impl(size): function
29 def impl(s): function
/llvm-project-15.0.7/clang/test/CodeGenCoroutines/
H A Dcoro-gro2.cpp33 Impl *impl; member
62 Impl *impl; member
H A Dcoro-gro2-exp-namespace.cpp32 Impl *impl; member
60 Impl *impl; member
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h58 Type(Storage *impl = nullptr) : impl(impl) {} in impl() function
/llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/
H A DMLIRServer.h79 std::unique_ptr<Impl> impl; variable
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassDetail.h126 std::unique_ptr<Impl> impl; variable
/llvm-project-15.0.7/openmp/runtime/test/ompt/misc/
H A Dapi_calls_misc.c38 int impl = ompt_mutex_impl_none; in main() local
H A Dapi_calls_from_other_thread.cpp39 int impl = ompt_mutex_impl_none; in f() local
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DThreadLauncher.h32 std::function<lldb::thread_result_t()> impl; member
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DTableManager.h56 TableManagerImplT &impl() { return static_cast<TableManagerImplT &>(*this); } in impl() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DMutex.h29 std::recursive_mutex impl; variable
/llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/
H A DTableGenServer.h82 std::unique_ptr<Impl> impl; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.h147 Impl &impl() { return static_cast<Impl &>(*this); } in impl() function
148 const Impl &impl() const { return static_cast<const Impl &>(*this); } in impl() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DMLIRContext.cpp416 auto &impl = getImpl(); in getOrLoadDialect() local
603 auto &impl = context->getImpl(); in addType() local
615 auto &impl = context->getImpl(); in addAttribute() local
642 auto &impl = context->getImpl(); in lookupMutable() local
697 auto &impl = ctx->getImpl(); in lookup() local
744 OperationName::Impl &impl = it.first->second; in insert() local
793 auto &impl = context->getImpl(); in lookupMutable() local
935 MLIRContextImpl &impl = context->getImpl(); in initialize() local
956 auto &impl = context->getImpl(); in getImpl() local
1019 auto &impl = constraints[0].getContext()->getImpl(); in get() local
/llvm-project-15.0.7/lldb/source/Host/common/
H A DThreadLauncher.cpp26 std::function<thread_result_t()> impl, in LaunchThread()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.h111 std::unique_ptr<Impl> impl; variable
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DDiagnostics.h395 Optional<Diagnostic> impl; variable
468 std::unique_ptr<detail::DiagnosticEngineImpl> impl; variable
603 std::unique_ptr<detail::SourceMgrDiagnosticHandlerImpl> impl; variable
636 std::unique_ptr<detail::SourceMgrDiagnosticVerifierHandlerImpl> impl; variable
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Davoid-bind-permissive-parameter-list.cpp6 inline namespace impl { namespace
/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/
H A Dpath.io.pass.cpp60 namespace impl { namespace

1234