Searched refs:Injector (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | BodyFarm.h | 32 BodyFarm(ASTContext &C, CodeInjector *injector) : C(C), Injector(injector) {} in BodyFarm() 51 CodeInjector *Injector; variable
|
| H A D | AnalysisDeclContext.h | 435 std::unique_ptr<CodeInjector> Injector; variable
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-fault-injector.md | 1 QUIC Fault Injector 10 The QUIC Fault Injector is a component within the OpenSSL test framework that 22 The QUIC Fault Injector will be external to libssl (it will be in the test 33 Fault Injector based tests may need to inject faults directly into the TLS 50 and so only usable by the Fault Injector. 91 algorithm prior to it being sent. Fault Injector based tests may need to inject 136 packet in a single datagram. Fault Injector based tests may need to inject 142 In order to provide this functionality the QUIC Fault Injector will insert 145 being associated with the Fault Injector. Similarly a second BIO_s_dgram_pair() 147 Injector. [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
| H A D | AnalysisConsumer.cpp | 92 CodeInjector *Injector; member in __anonc771e22b0111::AnalysisConsumer 128 Plugins(plugins), Injector(injector), CTU(CI), in AnalysisConsumer() 230 checkerMgr.get(), Opts, Injector); in Initialize()
|
| /src/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | BodyFarm.cpp | 742 else if (Injector) { Val = Injector->getBody(D); } in getBody()
|
| H A D | AnalysisDeclContext.cpp | 75 : Injector(injector), FunctionBodyFarm(ASTCtx, injector), in AnalysisDeclContextManager()
|