Searched refs:Injector (Results 1 – 6 of 6) sorted by relevance
32 BodyFarm(ASTContext &C, CodeInjector *injector) : C(C), Injector(injector) {} in BodyFarm()51 CodeInjector *Injector; variable
435 std::unique_ptr<CodeInjector> Injector; variable
1 QUIC Fault Injector10 The QUIC Fault Injector is a component within the OpenSSL test framework that22 The QUIC Fault Injector will be external to libssl (it will be in the test33 Fault Injector based tests may need to inject faults directly into the TLS50 and so only usable by the Fault Injector.91 algorithm prior to it being sent. Fault Injector based tests may need to inject136 packet in a single datagram. Fault Injector based tests may need to inject142 In order to provide this functionality the QUIC Fault Injector will insert145 being associated with the Fault Injector. Similarly a second BIO_s_dgram_pair()147 Injector.[all …]
90 std::unique_ptr<CodeInjector> Injector; member in __anond6a4e1f60111::AnalysisConsumer126 Injector(std::move(injector)), CTU(CI), in AnalysisConsumer()614 checkerMgr.get(), Opts, std::move(Injector)); in HandleTranslationUnit()
73 : Injector(std::move(injector)), FunctionBodyFarm(ASTCtx, Injector.get()), in AnalysisDeclContextManager()
742 else if (Injector) { Val = Injector->getBody(D); } in getBody()