/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
H A D | Stage.cpp | 23 void Stage::addListener(HWEventListener *Listener) { in addListener()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 42 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 D | CompilerInstance.cpp | 518 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 D | FrontendActions.cpp | 739 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 64 for (auto *Listener : Listeners) in registerPass() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 196 std::unique_ptr<llvm::JITEventListener> Listener( in ProcessInput() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 78 *Listener; // Listener for list adds are removes. variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 812 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | slap.h | 2869 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 D | ARCMT.cpp | 466 MigrationProcess::RewriteListener *Listener; member in __anon59d2beea0411::RewritesApplicator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 242 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 4873 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 841 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 D | OrcV2CBindings.cpp | 645 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 617 ASTMutationListener *Listener = nullptr; variable 1094 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 1599 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 8951 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 D | ASTContext.cpp | 1100 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() local
|