Home
last modified time | relevance | path

Searched defs:Impl (Results 1 – 25 of 85) sorted by relevance

1234

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dstdio.d2357 struct Impl in ByLineImpl() struct
2363 Terminator terminator; in ByLineImpl()
2364 KeepTerminator keepTerminator; in ByLineImpl()
2365 bool haveLine; in ByLineImpl()
2368 this(File f, KeepTerminator kt, Terminator terminator) in ByLineImpl()
2376 @property bool empty() in ByLineImpl()
2382 @property Char[] front() in ByLineImpl()
2388 void popFront() in ByLineImpl()
2395 void needLine() in ByLineImpl()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_log_interface.cc42 XRayLogImpl Impl; member
66 XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_log_register_mode()
107 void __xray_set_log_impl(XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_set_log_impl()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d2399 private struct Impl struct
2401 ~this() in ~this()
2408 Curl curl;
2409 curl_slist* headersOut;
2411 string charset;
2414 StatusLine status;
2418 Method method = Method.undefined;
2420 @system @property void onReceiveHeader(void delegate(in char[] key, in onReceiveHeader()
3338 private struct Impl struct
3340 ~this() in ~this()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
H A Dcurl.d2429 private struct Impl struct
2431 ~this() in ~this()
2438 Curl curl;
2439 curl_slist* headersOut;
2441 string charset;
2444 StatusLine status;
2448 Method method = Method.undefined;
2450 @system @property void onReceiveHeader(void delegate(in char[] key, in onReceiveHeader()
3360 private struct Impl struct
3362 ~this() in ~this()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSignposts.h29 std::unique_ptr<SignpostEmitterImpl> Impl; variable
H A DBinaryStreamRef.h160 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint32_t ViewOffset, in BinaryStreamRef()
226 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl, in WritableBinaryStreamRef()
H A DCrashRecoveryContext.h47 void *Impl = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h60 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc235 struct ScopedThread::Impl { struct in ScopedThread
246 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMagic.h21 enum Impl { enum
59 operator Impl() const { return V; } in Impl() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h59 class Impl; variable
99 class Impl; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h38 std::unique_ptr<MIRParserImpl> Impl; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h206 std::unique_ptr<EvaluationResultImpl> Impl; variable
239 std::unique_ptr<TFModelEvaluatorImpl> Impl; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DParentMap.h21 void* Impl; variable
H A DASTUnresolvedSet.h94 mutable ASTUnresolvedSet Impl; variable
H A DMangle.h290 std::unique_ptr<Implementation> Impl; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Remarks/
H A DRemarkStringTable.cpp42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/ASTDiff/
H A DASTDiff.cpp57 class ASTDiff::Impl { class in clang::diff::ASTDiff
112 class SyntaxTree::Impl { class in clang::diff::SyntaxTree
119 Impl(SyntaxTree *Parent, in Impl() function in clang::diff::SyntaxTree::Impl
124 Impl(SyntaxTree *Parent, in Impl() function in clang::diff::SyntaxTree::Impl
262 SyntaxTree::Impl::Impl(SyntaxTree *Parent, ASTContext &AST) in Impl() function in clang::diff::SyntaxTree::Impl
267 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Decl *N, ASTContext &AST) in Impl() function in clang::diff::SyntaxTree::Impl
274 SyntaxTree::Impl::Impl(SyntaxTree *Parent, Stmt *N, ASTContext &AST) in Impl() function in clang::diff::SyntaxTree::Impl
903 ASTDiff::Impl::Impl(SyntaxTree::Impl &T1, SyntaxTree::Impl &T2, in Impl() function in clang::diff::ASTDiff::Impl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DMergedLoadStoreMotion.cpp382 MergedLoadStoreMotion Impl(SplitFooterBB); in runOnFunction() local
413 MergedLoadStoreMotion Impl(Options.SplitFooterBB); in INITIALIZE_PASS_DEPENDENCY() local
H A DLowerAtomic.cpp169 LowerAtomicPass Impl; member in __anon8d6e36040111::LowerAtomicLegacyPass
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp212 struct ItaniumManglingCanonicalizer::Impl { struct in ItaniumManglingCanonicalizer
213 CanonicalizingDemangler Demangler = {nullptr, nullptr};
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp170 CrossDSOCFI Impl; in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h75 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSpeculation.h123 Speculator(ImplSymbolMap &Impl, ExecutionSession &ref) in Speculator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DChainedIncludesSource.cpp62 ChainedIncludesSourceImpl Impl; member

1234