Searched refs:func_return (Results 1 – 3 of 3) sorted by relevance
282 ProfileGrammarParser.func_return func8 = default(ProfileGrammarParser.func_return); in stat()546 public class func_return : ParserRuleReturnScope class in ProfileGrammarParser554 private ProfileGrammarParser.func_return func( ) in func()556 ProfileGrammarParser.func_return retval = new ProfileGrammarParser.func_return(); in func()
278 DebugGrammarParser.func_return func8 = default(DebugGrammarParser.func_return); in stat()542 public class func_return : ParserRuleReturnScope class in DebugGrammarParser550 private DebugGrammarParser.func_return func( ) in func()552 DebugGrammarParser.func_return retval = new DebugGrammarParser.func_return(); in func()
30 int func_return; in NvCheckState() local31 func_return = _plat__IsNvAvailable(); in NvCheckState()32 if(func_return == 0) in NvCheckState()36 else if(func_return == 1) in NvCheckState()