/llvm-project/mlir/include/mlir/Rewrite/ |
H A D | FrozenRewritePatternSet.h | 75 struct Impl { struct 96 std::shared_ptr<Impl> impl; argument
|
/llvm-project/mlir/lib/AsmParser/ |
H A D | AsmParserState.cpp | 33 struct AsmParserState::Impl { struct in AsmParserState 89 void AsmParserState::Impl::resolveSymbolUses() { in resolveSymbolUses() argument 35 SymbolUseMapAsmParserState::Impl global() argument 38 PartialOpDefAsmParserState::Impl global() argument 56 operationsAsmParserState::Impl global() argument 57 operationToIdxAsmParserState::Impl global() argument 60 blocksAsmParserState::Impl global() argument 61 blocksToIdxAsmParserState::Impl global() argument 64 attrAliasesAsmParserState::Impl global() argument 65 typeAliasesAsmParserState::Impl global() argument
|
/llvm-project/lldb/source/Plugins/Language/ObjC/ |
H A D | NSIndexPath.cpp | 144 struct Impl { struct in NSIndexPathSyntheticFrontEnd 300 Impl() {} in Impl() argument 145 GetNumIndexesNSIndexPathSyntheticFrontEnd::Impl GetNumIndexes() argument 156 GetIndexAtIndexNSIndexPathSyntheticFrontEnd::Impl GetIndexAtIndex() argument 170 InlinedIndexesNSIndexPathSyntheticFrontEnd::Impl global() argument 261 OutsourcedIndexesNSIndexPathSyntheticFrontEnd::Impl global() argument 281 __anon9a4e7ad7010aNSIndexPathSyntheticFrontEnd::Impl global() argument 286 ClearNSIndexPathSyntheticFrontEnd::Impl Clear() argument 302 m_modeNSIndexPathSyntheticFrontEnd::Impl global() argument
|
/llvm-project/libc/test/src/math/performance_testing/ |
H A D | Timer.h | 18 void *Impl; global() variable
|
/llvm-project/mlir/lib/Pass/ |
H A D | PassCrashRecovery.cpp | 185 struct PassCrashReproducerGenerator::Impl { struct in PassCrashReproducerGenerator 186 Impl(ReproducerStreamFactory &streamFactory, bool localReproducer) in Impl() argument 190 streamFactoryPassCrashReproducerGenerator::Impl global() argument 194 localReproducerPassCrashReproducerGenerator::Impl global() argument 197 activeContextsPassCrashReproducerGenerator::Impl global() argument 201 runningPassesPassCrashReproducerGenerator::Impl global() argument 204 pmFlagVerifyPassesPassCrashReproducerGenerator::Impl global() argument
|
/llvm-project/llvm/include/llvm/WindowsManifest/ |
H A D | WindowsManifestMerger.h | 61 std::unique_ptr<WindowsManifestMergerImpl> Impl; variable
|
/llvm-project/mlir/include/mlir/Bytecode/ |
H A D | BytecodeReader.h | 73 class Impl; variable
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Signposts.h | 28 std::unique_ptr<SignpostEmitterImpl> Impl; variable
|
H A D | BinaryStreamRef.h | 157 BinaryStreamRef(std::shared_ptr<BinaryStream> Impl, uint64_t ViewOffset, in BinaryStreamRef() 221 WritableBinaryStreamRef(std::shared_ptr<WritableBinaryStream> Impl, in WritableBinaryStreamRef()
|
/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()
|
/llvm-project/mlir/lib/Debug/ |
H A D | CLOptionsSetup.cpp | 78 class InstallDebugHandler::Impl { class in InstallDebugHandler 80 Impl(MLIRContext &context, const DebugConfig &config) { in Impl() function in InstallDebugHandler::Impl
|
/llvm-project/clang/include/clang/Tooling/ASTDiff/ |
H A D | ASTDiff.h | 86 class Impl; variable 118 class Impl; variable
|
/llvm-project/llvm/include/llvm/CodeGen/MIRParser/ |
H A D | MIRParser.h | 46 std::unique_ptr<MIRParserImpl> Impl; variable
|
/llvm-project/llvm/include/llvm/Analysis/Utils/ |
H A D | TFUtils.h | 73 std::unique_ptr<EvaluationResultImpl> Impl; variable
|
/llvm-project/clang/include/clang/AST/ |
H A D | ParentMap.h | 21 void* Impl; variable
|
/llvm-project/compiler-rt/lib/tsan/tests/rtl/ |
H A D | tsan_test_util_posix.cpp | 231 struct ScopedThread::Impl { struct in ScopedThread 242 void ScopedThread::Impl::HandleEvent(Event *ev) { in HandleEvent()
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Magic.h | 21 enum Impl { enum 68 operator Impl() const { return V; } in Impl() function
|
/llvm-project/mlir/lib/Bytecode/Writer/ |
H A D | BytecodeWriter.cpp | 35 struct BytecodeWriterConfig::Impl { in Impl() argument 34 struct BytecodeWriterConfig::Impl { global() struct in BytecodeWriterConfig 39 bytecodeVersionBytecodeWriterConfig::Impl global() argument 43 shouldElideResourceDataBytecodeWriterConfig::Impl global() argument 46 dialectVersionMapBytecodeWriterConfig::Impl global() argument 49 producerBytecodeWriterConfig::Impl global() argument 53 attributeWriterCallbacksBytecodeWriterConfig::Impl global() argument 55 typeWriterCallbacksBytecodeWriterConfig::Impl global() argument 58 externalResourcePrintersBytecodeWriterConfig::Impl global() argument
|
/llvm-project/libc/test/src/string/memory_utils/ |
H A D | op_tests.cpp | 78 using Impl = ParamType; TYPED_TEST() typedef 159 using Impl = ParamType; TYPED_TEST() typedef 237 using Impl = ParamType; TYPED_TEST() typedef 307 using Impl = ParamType; TYPED_TEST() typedef [all...] |
/llvm-project/llvm/lib/Transforms/CFGuard/ |
H A D | CFGuard.cpp | 156 CFGuardImpl Impl; member in __anonb26a0c280111::CFGuard 305 CFGuardImpl Impl(GuardMechanism); in run() local
|
/llvm-project/llvm/lib/Remarks/ |
H A D | RemarkStringTable.cpp | 42 auto Impl = [&](StringRef &S) { S = add(S).second; }; in internalize() local
|
/llvm-project/mlir/lib/Tools/tblgen-lsp-server/ |
H A D | TableGenServer.cpp | 647 struct lsp::TableGenServer::Impl { global() struct in lsp::TableGenServer 648 Impllsp::TableGenServer::Impl Impl() argument 652 optionslsp::TableGenServer::Impl global() argument 656 compilationDatabaselsp::TableGenServer::Impl global() argument 659 fileslsp::TableGenServer::Impl global() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | qualified-id.cpp | 23 class Impl { class
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | decl-ref-inheritance.cpp | 55 using Impl = Subclass<Base>; typedef
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LowerAtomicPass.cpp | 91 LowerAtomicPass Impl; global() member in __anon5ab2e8230111::LowerAtomicLegacyPass
|