Searched defs:thenStore (Results 1 – 5 of 5) sorted by relevance
| /external/nullaway/nullaway/src/main/java/com/uber/nullaway/handlers/ |
| D | BaseNoOpHandler.java | 164 ReturnTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitReturn() 170 ExpressionTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitLambdaResultExpression()
|
| D | CompositeHandler.java | 201 ReturnTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitReturn() 209 ExpressionTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitLambdaResultExpression()
|
| D | Handler.java | 256 void onDataflowVisitReturn(ReturnTree tree, NullnessStore thenStore, NullnessStore elseStore); in onDataflowVisitReturn() 277 ExpressionTree tree, NullnessStore thenStore, NullnessStore elseStore); in onDataflowVisitLambdaResultExpression()
|
| D | StreamNullabilityPropagator.java | 450 ReturnTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitReturn() 467 ExpressionTree tree, NullnessStore thenStore, NullnessStore elseStore) { in onDataflowVisitLambdaResultExpression()
|
| /external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/ |
| D | AccessPathNullnessPropagation.java | 411 ResultingStore thenStore = updateStore(input.getThenStore(), thenUpdates); in visitEqualTo() local 429 ResultingStore thenStore = updateStore(input.getThenStore(), thenUpdates); in visitNotEqual() local 808 ResultingStore thenStore = updateStore(input.getThenStore(), thenUpdates); in visitInstanceOf() local 892 ResultingStore thenStore = updateStore(input.getThenStore(), thenUpdates, bothUpdates); in visitMethodInvocation() local 1034 NullnessStore thenStore, NullnessStore elseStore, boolean storeChanged) { in conditionalResult()
|