Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp144 struct Impl { struct in NSIndexPathSyntheticFrontEnd
145 size_t GetNumIndexes() { in GetNumIndexes()
156 lldb::ValueObjectSP GetIndexAtIndex(size_t idx, in GetIndexAtIndex()
170 struct InlinedIndexes {
261 struct OutsourcedIndexes {
281 union {
286 void Clear() { in Clear()
300 Impl() {} in Impl() argument
302 Mode m_mode = Mode::Invalid;
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_log_interface.cpp41 XRayLogImpl Impl; member
65 XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_log_register_mode()
106 void __xray_set_log_impl(XRayLogImpl Impl) XRAY_NEVER_INSTRUMENT { in __xray_set_log_impl()
/freebsd/contrib/llvm-project/llvm/include/llvm/WindowsManifest/
H A DWindowsManifestMerger.h61 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignposts.h28 std::unique_ptr<SignpostEmitterImpl> Impl; variable
H A DBinaryStreamRef.h159 : BinaryStreamRefBase(Impl, ViewOffset, Length) {} in BinaryStreamRef() argument
224 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl,uint64_t ViewOffset,std::optional<uint64_t> Length) WritableBinaryStreamRef() argument
H A DCrashRecoveryContext.h47 void *Impl = nullptr; variable
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiff.h86 class Impl; variable
118 class Impl; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h21 enum Impl { enum
64 operator Impl() const { return V; } Impl() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp156 CFGuardImpl Impl; member in __anon51b3f2350111::CFGuard
305 CFGuardImpl Impl(GuardMechanism); in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/
H A DTFUtils.h73 std::unique_ptr<EvaluationResultImpl> Impl; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/
H A DMIRParser.h46 std::unique_ptr<MIRParserImpl> Impl; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DParentMap.h21 void* Impl; variable
/freebsd/contrib/llvm-project/llvm/lib/Remarks/
H A DRemarkStringTable.cpp42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerAtomicPass.cpp91 LowerAtomicPass Impl; member in __anonf275dd900111::LowerAtomicLegacyPass
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp199 struct ItaniumManglingCanonicalizer::Impl { struct in ItaniumManglingCanonicalizer
200 DemanglerItaniumManglingCanonicalizer::Impl global() argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1646 if (auto *Impl = Info.getImpl()) in runOnFunction() local
1683 if (auto *Impl = getImpl()) { in releaseMemory() local
1859 auto &Impl = getOrCreateImpl(M); in getPredicateAt() local
1977 if (auto *Impl = getImpl()) in threadEdge() local
1982 if (auto *Impl = getImpl()) in forgetValue() local
1987 if (auto *Impl = getImpl()) in eraseBlock() local
1992 if (auto *Impl = getImpl()) in clear() local
1997 if (auto *Impl = getImpl()) in printLVI() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64O0PreLegalizerCombiner.cpp172 AArch64O0PreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *KB, in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsPreLegalizerCombiner.cpp130 MipsPreLegalizerCombinerImpl Impl(MF, PCInfo, TPC, *KB, /*CSEInfo*/ nullptr, in runOnMachineFunction() local
H A DMipsPostLegalizerCombiner.cpp146 MipsPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *KB, /*CSEInfo*/ nullptr, in runOnMachineFunction() local
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DFileList.cpp181 Implementation Impl; in loadHeaders() local
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVPreLegalizerCombiner.cpp150 RISCVPreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *KB, CSEInfo, RuleConfig, in runOnMachineFunction() local
H A DRISCVPostLegalizerCombiner.cpp155 RISCVPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *KB, CSEInfo, in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp138 InterleavedAccessImpl Impl; member in __anon1a339c100111::InterleavedAccess
163 InterleavedAccessImpl Impl(DT, TLI); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp150 CrossDSOCFI Impl; in run() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h263 CallDescriptionMap<bool /*unused*/> Impl = {}; variable

1234