Home
last modified time | relevance | path

Searched refs:hasReturnValue (Results 1 – 19 of 19) sorted by relevance

/external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DMemberValuePropagation.java76 if (rule != null && rule.hasReturnValue() && rule.getReturnValue().isSingleValue()) { in constantReplacementFromProguardRule()
83 rule != null && rule.hasReturnValue() && rule.getReturnValue().isField()) { in constantReplacementFromProguardRule()
98 if (rule.hasReturnValue() && rule.getReturnValue().isValueRange()) { in setValueRangeFromProguardRule()
/external/r8/src/main/java/com/android/tools/r8/shaking/
DProguardMemberRule.java148 public boolean hasReturnValue() { in hasReturnValue() method in ProguardMemberRule
343 if (hasReturnValue()) { in toString()
/external/r8/src/test/java/com/android/tools/r8/shaking/
DProguardConfigurationParserTest.java168 assertFalse(rule.hasReturnValue()); in parseAssumeNoSideEffects()
180 assertTrue(rule.hasReturnValue()); in parseAssumeNoSideEffectsWithReturnValue()
220 assertTrue(rule.hasReturnValue()); in parseAssumeValuesWithReturnValue()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp251 REGISTER_MATCHER(hasReturnValue); in RegistryMaps()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
DActionScript.stg214 …cope:parameterScope(scope=it)>):<returnType()> \{ <if(ruleDescriptor.hasReturnValue)>return <endif…
416 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
DJavaScript.stg207 …ptor.parameterScope:parameterScope(scope=it)>) \{ <if(ruleDescriptor.hasReturnValue)>return <endif…
425 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Scala/
DScala.stg236 …eterScope:parameterScope()>): <returnType()> = \{ <if(ruleDescriptor.hasReturnValue)>return <endif…
448 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Java/
DJava.stg251 …ows <ruleDescriptor.throwsSpec; separator=", "> { <if(ruleDescriptor.hasReturnValue)>return <endif…
470 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
DPython.stg298 <\ > <if(ruleDescriptor.hasReturnValue)>return <endif>self.<ruleDescriptor.grammar:delegateName()…
531 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
DCSharp2.stg323 …ameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif…
647 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
DCSharp3.stg315 …ameterScope()>) <!throws RecognitionException !>{ <if(ruleDescriptor.hasReturnValue)>return <endif…
625 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg470 …<if(ruleDescriptor.hasReturnValue)>Result :=<endif> T<ruleDescriptor.grammar.recognizerName>(<rule…
801 <if(ruleDescriptor.hasReturnValue)>
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1969 StatementMatcher RetVal = returnStmt(hasReturnValue(binaryOperator())); in TEST()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5315 AST_MATCHER_P(ReturnStmt, hasReturnValue, internal::Matcher<Expr>, in AST_MATCHER_P() argument
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CPP/
DCPP.stg491 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
DPerl5.stg443 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DRuby.stg461 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg1451 …<if(ruleDescriptor.hasReturnValue)>return <endif> ctx-><ruleDescriptor.grammar:delegateName(…
1793 <if(ruleDescriptor.hasReturnValue)>
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
DObjC.stg943 <if(ruleDescriptor.hasReturnValue)>