| 628 | } |
| 629 | |
| 630 | bool isOpName ( const string & name ) { |
| 631 | return !(isalpha(name[0]) || name[0]=='_' || name[0]=='`'); |
| 632 | } |
| 633 | |
| 634 | vector<VariableDeclaration*> * ast_structVarDefAbstract ( yyscan_t scanner, vector<VariableDeclaration*> * list, |
| 635 | AnnotationList * annL, bool isPrivate, bool cnst, Function * func ) { |
no outgoing calls
no test coverage detected