Home
last modified time | relevance | path

Searched defs:Listener (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { in addListener()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp42 for (auto &Listener : Listeners) in MacroRead() local
72 for (auto &Listener : Listeners) in ModuleRead() local
155 for (auto &Listener : Listeners) in ResolvedExceptionSpec() local
184 for (auto &Listener : Listeners) in FunctionDefinitionInstantiated() local
H A DCompilerInstance.cpp518 for (auto &Listener : DependencyCollectors) in createPreprocessor() local
602 for (auto &Listener : DependencyCollectors) in createPCHExternalASTSource() local
1530 for (auto &Listener : DependencyCollectors) in createASTReader() local
1598 auto Listener = std::make_unique<ReadModuleNames>(*this); in loadModuleFile() local
H A DFrontendActions.cpp739 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DPassRegistry.cpp64 for (auto *Listener : Listeners) in registerPass() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/
H A Dllvm-jitlistener.cpp196 std::unique_ptr<llvm::JITEventListener> Listener( in ProcessInput() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInstance.h812 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dslap.h2869 typedef struct Listener Listener; typedef
3007 struct Listener { struct
3018 int sl_mute; /* Listener is temporarily disabled due to emfile */ argument
3019 int sl_busy; /* Listener is busy (accept thread activated) */ argument
3020 ber_socket_t sl_sd;
3021 Sockaddr sl_sa;
3025 int sl_tcp_rmem; /* custom TCP read buffer size */
3026 int sl_tcp_wmem; /* custom TCP write buffer size */
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp466 MigrationProcess::RewriteListener *Listener; member in __anon59d2beea0411::RewritesApplicator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp242 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
H A DSemaTemplateInstantiateDecl.cpp4873 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp841 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, in setDeserializationListener()
2492 bool AllowCompatibleConfigurationMismatch, ASTReaderListener &Listener, in ReadOptionsBlock()
4698 bool AllowCompatibleConfigurationMismatch, ASTReaderListener *Listener, in readUnhashedControlBlockImpl()
5163 ASTReaderListener &Listener, bool ValidateDiagnosticOptions) { in readASTFileControlBlock()
5743 ASTReaderListener &Listener, in ParseLanguageOptions()
5784 ASTReaderListener &Listener, in ParseTargetOptions()
5804 ASTReaderListener &Listener) { in ParseDiagnosticOptions()
5821 ASTReaderListener &Listener) { in ParseFileSystemOptions()
5830 ASTReaderListener &Listener) { in ParseHeaderSearchOptions()
5872 ASTReaderListener &Listener, in ParsePreprocessorOptions()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp645 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h617 ASTMutationListener *Listener = nullptr; variable
1094 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1599 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp8951 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
9007 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
9052 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local
9105 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesOfValueWith() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1100 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() local