Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp92 template <bool Const> struct Impl : RecursiveASTVisitor<Impl<Const>> { struct
93 DynamicRecursiveASTVisitorBase<Const> &Visitor;
94 Impl(DynamicRecursiveASTVisitorBase<Const> &Visitor) : Visitor(Visitor) {} in Impl() function
96 bool shouldVisitTemplateInstantiations() const { in shouldVisitTemplateInstantiations()
100 bool shouldWalkTypesOfTypeLocs() const { in shouldWalkTypesOfTypeLocs()
104 bool shouldVisitImplicitCode() const { in shouldVisitImplicitCode()
108 bool shouldVisitLambdaBody() const { return Visitor.ShouldVisitLambdaBody; } in shouldVisitLambdaBody()
113 bool shouldTraversePostOrder() const { return false; } in shouldTraversePostOrder()
115 bool TraverseAST(ASTContext &AST) { return Visitor.TraverseAST(AST); } in TraverseAST()
116 bool TraverseAttr(Attr *At) { return Visitor.TraverseAttr(At); } in TraverseAttr()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp149 struct Impl { struct in NSIndexPathSyntheticFrontEnd
150 size_t GetNumIndexes() { in GetNumIndexes()
161 lldb::ValueObjectSP GetIndexAtIndex(size_t idx, in GetIndexAtIndex()
175 struct InlinedIndexes {
266 struct OutsourcedIndexes {
286 union {
291 void Clear() { in Clear()
305 Impl() {} in Impl() argument
307 Mode m_mode = Mode::Invalid;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTrieRawHashMap.cpp170 ImplType *Impl = ::new (Memory) ImplType(StartBit, NumBits); in create() local
213 if (ImplType *Impl = ImplPtr.load()) in getOrCreateImpl() local
218 std::unique_ptr<ImplType> Impl = ImplType::create(0, NumRootBits); in getOrCreateImpl() local
234 ImplType *Impl = ImplPtr.load(); in find() local
265 ImplType &Impl = getOrCreateImpl(); in insert() local
364 std::unique_ptr<ImplType> Impl(ImplPtr.exchange(nullptr)); in destroyImpl() local
391 ImplType *Impl = ImplPtr.load(); in getRoot() local
494 ImplType *Impl = ImplPtr.load(); in getNumTries() local
/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.h63 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSignposts.h29 std::unique_ptr<SignpostEmitterImpl> Impl; variable
H A DBinaryStreamRef.h158 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint64_t ViewOffset, in BinaryStreamRef()
223 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl, in WritableBinaryStreamRef()
/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/lib/Target/AMDGPU/
H A DAMDGPUAnnotateUniformValues.cpp92 AMDGPUAnnotateUniformValues Impl(UI, MSSA, AA, F); in run() local
134 AMDGPUAnnotateUniformValues Impl(UI, MSSA, AA, F); in runOnFunction() local
H A DSILowerWWMCopies.cpp121 SILowerWWMCopies Impl(LIS, Indexes, VRM); in runOnMachineFunction() local
132 SILowerWWMCopies Impl(LIS, Indexes, VRM); in run() local
H A DAMDGPURewriteAGPRCopyMFMA.cpp287 AMDGPURewriteAGPRCopyMFMAImpl Impl(MF, VRM, LRM, LIS); in runOnMachineFunction() local
298 AMDGPURewriteAGPRCopyMFMAImpl Impl(MF, VRM, LRM, LIS); in run() local
H A DAMDGPUPerfHintAnalysis.h67 std::unique_ptr<AMDGPUPerfHintAnalysis> Impl; member
H A DGCNNSAReassign.cpp381 GCNNSAReassignImpl Impl(VRM, LRM, LIS); in runOnMachineFunction() local
392 GCNNSAReassignImpl Impl(&VRM, &LRM, &LIS); in run() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDeclareRuntimeLibcalls.cpp24 for (RTLIB::LibcallImpl Impl : RTLCI.getLibcallImpls()) { in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMagic.h22 enum Impl { enum
69 operator Impl() const { return V; } in Impl() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/
H A DCFGuard.cpp159 CFGuardImpl Impl; member in __anon51b3f2350111::CFGuard
308 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.h47 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/include/llvm/CodeGen/
H A DLiveDebugVariables.h72 std::unique_ptr<LiveDebugVariables> Impl; variable
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DRuntimeLibcalls.cpp60 for (RTLIB::LibcallImpl Impl : AAPCS_Libcalls) in setARMLibcallNames() local
/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.cpp90 LowerAtomicPass Impl; member in __anonf275dd900111::LowerAtomicLegacyPass
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveStacks.cpp75 LiveStacks Impl; in run() local
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DItaniumManglingCanonicalizer.cpp199 struct ItaniumManglingCanonicalizer::Impl { struct in ItaniumManglingCanonicalizer
200 DemanglerItaniumManglingCanonicalizer::Impl global() argument

123456