Home
last modified time | relevance | path

Searched refs:func_return (Results 1 – 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DProfileGrammarParser.cs282 ProfileGrammarParser.func_return func8 = default(ProfileGrammarParser.func_return); in stat()
546 public class func_return : ParserRuleReturnScope class in ProfileGrammarParser
554 private ProfileGrammarParser.func_return func( ) in func()
556 ProfileGrammarParser.func_return retval = new ProfileGrammarParser.func_return(); in func()
DDebugGrammarParser.cs278 DebugGrammarParser.func_return func8 = default(DebugGrammarParser.func_return); in stat()
542 public class func_return : ParserRuleReturnScope class in DebugGrammarParser
550 private DebugGrammarParser.func_return func( ) in func()
552 DebugGrammarParser.func_return retval = new DebugGrammarParser.func_return(); in func()
/external/tpm2/
DNV.c30 int func_return; in NvCheckState() local
31 func_return = _plat__IsNvAvailable(); in NvCheckState()
32 if(func_return == 0) in NvCheckState()
36 else if(func_return == 1) in NvCheckState()