Searched refs:enterContext (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DiffConsumer.h | 38 virtual void enterContext(Value *Left, Value *Right) = 0; 83 void enterContext(Value *L, Value *R) override;
|
D | DifferenceEngine.h | 38 Engine.consumer.enterContext(L, R); in Context()
|
D | DiffConsumer.cpp | 143 void DiffConsumer::enterContext(Value *L, Value *R) { in enterContext() function in DiffConsumer
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DiffConsumer.h | 37 virtual void enterContext(Value *Left, Value *Right) = 0; 84 void enterContext(Value *L, Value *R);
|
D | DifferenceEngine.h | 40 Engine.consumer.enterContext(L, R); in Context()
|
D | DiffConsumer.cpp | 138 void DiffConsumer::enterContext(Value *L, Value *R) { in enterContext() function in DiffConsumer
|
/external/llvm/tools/llvm-diff/ |
D | DiffConsumer.h | 38 virtual void enterContext(Value *Left, Value *Right) = 0; 83 void enterContext(Value *L, Value *R) override;
|
D | DifferenceEngine.h | 38 Engine.consumer.enterContext(L, R); in Context()
|
D | DiffConsumer.cpp | 143 void DiffConsumer::enterContext(Value *L, Value *R) { in enterContext() function in DiffConsumer
|
/external/guice/core/src/com/google/inject/internal/ |
D | ProviderToInternalFactoryAdapter.java | 35 InternalContext context = injector.enterContext(); in get()
|
D | InjectionRequestProcessor.java | 117 InternalContext context = injector.enterContext(); in injectMembers()
|
D | MembersInjectorImpl.java | 87 final InternalContext context = injector.enterContext(); in injectAndNotify()
|
D | InternalInjectorCreator.java | 203 InternalContext context = injector.enterContext(); in loadEagerSingletons()
|
D | InjectorImpl.java | 1047 InternalContext currentContext = enterContext(); 1123 InternalContext enterContext() {
|