/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 144 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 D | xray_log_interface.cpp | 41 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 D | WindowsManifestMerger.h | 61 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Signposts.h | 28 std::unique_ptr<SignpostEmitterImpl> Impl; variable
|
H A D | BinaryStreamRef.h | 159 : 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 D | CrashRecoveryContext.h | 47 void *Impl = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 86 class Impl; variable 118 class Impl; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 21 enum Impl { enum 64 operator Impl() const { return V; } Impl() function
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 156 CFGuardImpl Impl; member in __anon51b3f2350111::CFGuard 305 CFGuardImpl Impl(GuardMechanism); in run() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | TFUtils.h | 73 std::unique_ptr<EvaluationResultImpl> Impl; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIRParser.h | 46 std::unique_ptr<MIRParserImpl> Impl; variable
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ParentMap.h | 21 void* Impl; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerAtomicPass.cpp | 91 LowerAtomicPass Impl; member in __anonf275dd900111::LowerAtomicLegacyPass
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | ItaniumManglingCanonicalizer.cpp | 199 struct ItaniumManglingCanonicalizer::Impl { struct in ItaniumManglingCanonicalizer 200 DemanglerItaniumManglingCanonicalizer::Impl global() argument
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 1646 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 D | AArch64O0PreLegalizerCombiner.cpp | 172 AArch64O0PreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *KB, in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsPreLegalizerCombiner.cpp | 130 MipsPreLegalizerCombinerImpl Impl(MF, PCInfo, TPC, *KB, /*CSEInfo*/ nullptr, in runOnMachineFunction() local
|
H A D | MipsPostLegalizerCombiner.cpp | 146 MipsPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *KB, /*CSEInfo*/ nullptr, in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | FileList.cpp | 181 Implementation Impl; in loadHeaders() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVPreLegalizerCombiner.cpp | 150 RISCVPreLegalizerCombinerImpl Impl(MF, CInfo, &TPC, *KB, CSEInfo, RuleConfig, in runOnMachineFunction() local
|
H A D | RISCVPostLegalizerCombiner.cpp | 155 RISCVPostLegalizerCombinerImpl Impl(MF, CInfo, TPC, *KB, CSEInfo, in runOnMachineFunction() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | InterleavedAccessPass.cpp | 138 InterleavedAccessImpl Impl; member in __anon1a339c100111::InterleavedAccess 163 InterleavedAccessImpl Impl(DT, TLI); in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 150 CrossDSOCFI Impl; in run() local
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallDescription.h | 263 CallDescriptionMap<bool /*unused*/> Impl = {}; variable
|