| /llvm-project-15.0.7/clang/test/Analysis/inlining/ |
| H A D | containers.cpp | 116 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 D | gtest-matchers.h | 188 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 D | crash-skipped-bodies-template-inst.cpp | 4 struct impl { in make_func() struct 5 impl* func() { in make_func()
|
| /llvm-project-15.0.7/clang/test/OpenMP/ |
| H A D | crash-skipped-bodies-template-inst.cpp | 4 struct impl { in make_func() struct 5 impl* func() { in make_func()
|
| /llvm-project-15.0.7/clang/test/Analysis/Inputs/ |
| H A D | ctu-inherited-default-ctor-other.cpp | 6 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 D | Debug.cpp | 33 namespace impl { namespace 40 namespace impl { namespace 49 namespace impl { namespace
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/support/ |
| H A D | encoded_file.py | 18 def impl(size): function 29 def impl(s): function
|
| /llvm-project-15.0.7/clang/test/CodeGenCoroutines/ |
| H A D | coro-gro2.cpp | 33 Impl *impl; member 62 Impl *impl; member
|
| H A D | coro-gro2-exp-namespace.cpp | 32 Impl *impl; member 60 Impl *impl; member
|
| /llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/ |
| H A D | Types.h | 58 Type(Storage *impl = nullptr) : impl(impl) {} in impl() function
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-lsp-server/ |
| H A D | MLIRServer.h | 79 std::unique_ptr<Impl> impl; variable
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassDetail.h | 126 std::unique_ptr<Impl> impl; variable
|
| /llvm-project-15.0.7/openmp/runtime/test/ompt/misc/ |
| H A D | api_calls_misc.c | 38 int impl = ompt_mutex_impl_none; in main() local
|
| H A D | api_calls_from_other_thread.cpp | 39 int impl = ompt_mutex_impl_none; in f() local
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/ |
| H A D | ThreadLauncher.h | 32 std::function<lldb::thread_result_t()> impl; member
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/ |
| H A D | TableManager.h | 56 TableManagerImplT &impl() { return static_cast<TableManagerImplT &>(*this); } in impl() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | Mutex.h | 29 std::recursive_mutex impl; variable
|
| /llvm-project-15.0.7/mlir/lib/Tools/tblgen-lsp-server/ |
| H A D | TableGenServer.h | 82 std::unique_ptr<Impl> impl; variable
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldMachO.h | 147 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 D | MLIRContext.cpp | 416 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 D | ThreadLauncher.cpp | 26 std::function<thread_result_t()> impl, in LaunchThread()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.h | 111 std::unique_ptr<Impl> impl; variable
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | Diagnostics.h | 395 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 D | avoid-bind-permissive-parameter-list.cpp | 6 inline namespace impl { namespace
|
| /llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/class.path/path.nonmember/ |
| H A D | path.io.pass.cpp | 60 namespace impl { namespace
|