| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DynamicRecursiveASTVisitor.cpp | 92 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 D | NSIndexPath.cpp | 149 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 D | TrieRawHashMap.cpp | 170 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 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 | 63 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Signposts.h | 29 std::unique_ptr<SignpostEmitterImpl> Impl; variable
|
| H A D | BinaryStreamRef.h | 158 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 D | ASTDiff.h | 86 class Impl; variable 118 class Impl; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAnnotateUniformValues.cpp | 92 AMDGPUAnnotateUniformValues Impl(UI, MSSA, AA, F); in run() local 134 AMDGPUAnnotateUniformValues Impl(UI, MSSA, AA, F); in runOnFunction() local
|
| H A D | SILowerWWMCopies.cpp | 121 SILowerWWMCopies Impl(LIS, Indexes, VRM); in runOnMachineFunction() local 132 SILowerWWMCopies Impl(LIS, Indexes, VRM); in run() local
|
| H A D | AMDGPURewriteAGPRCopyMFMA.cpp | 287 AMDGPURewriteAGPRCopyMFMAImpl Impl(MF, VRM, LRM, LIS); in runOnMachineFunction() local 298 AMDGPURewriteAGPRCopyMFMAImpl Impl(MF, VRM, LRM, LIS); in run() local
|
| H A D | AMDGPUPerfHintAnalysis.h | 67 std::unique_ptr<AMDGPUPerfHintAnalysis> Impl; member
|
| H A D | GCNNSAReassign.cpp | 381 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 D | DeclareRuntimeLibcalls.cpp | 24 for (RTLIB::LibcallImpl Impl : RTLCI.getLibcallImpls()) { in run() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | Magic.h | 22 enum Impl { enum 69 operator Impl() const { return V; } in Impl() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/CFGuard/ |
| H A D | CFGuard.cpp | 159 CFGuardImpl Impl; member in __anon51b3f2350111::CFGuard 308 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 | 47 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/include/llvm/CodeGen/ |
| H A D | LiveDebugVariables.h | 72 std::unique_ptr<LiveDebugVariables> Impl; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | RuntimeLibcalls.cpp | 60 for (RTLIB::LibcallImpl Impl : AAPCS_Libcalls) in setARMLibcallNames() local
|
| /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 | 90 LowerAtomicPass Impl; member in __anonf275dd900111::LowerAtomicLegacyPass
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | LiveStacks.cpp | 75 LiveStacks Impl; in run() local
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | ItaniumManglingCanonicalizer.cpp | 199 struct ItaniumManglingCanonicalizer::Impl { struct in ItaniumManglingCanonicalizer 200 DemanglerItaniumManglingCanonicalizer::Impl global() argument
|