Lines Matching full:unused
66 __attribute__((unused)) lexer::TokenType StrToToken(TokenTypeToStr const *table, char const *str) in StrToToken()
77 __attribute__((unused)) char const *TokenToStr(TokenTypeToStr const *table, lexer::TokenType token) in TokenToStr()
88 __attribute__((unused)) char *StringViewToCString(ArenaAllocator *allocator, util::StringView const… in StringViewToCString()
119 __attribute__((unused)) char *StdStringToCString(ArenaAllocator *allocator, std::string str) in StdStringToCString()
129 __attribute__((unused)) char *UStringToCString(ArenaAllocator *allocator, util::UString const sv) in UStringToCString()
134 __attribute__((unused)) es2panda_variantDoubleCharArrayBool EnumMemberResultToEs2pandaVariant( in EnumMemberResultToEs2pandaVariant()
159 __attribute__((unused)) es2panda_DynamicImportData *DynamicImportDataToE2p( in DynamicImportDataToE2p()
172 __attribute__((unused)) es2panda_DynamicImportData DynamicImportDataToE2p( in DynamicImportDataToE2p()
185 __attribute__((unused)) char const *ArenaStrdup(ArenaAllocator *allocator, char const *src) in ArenaStrdup()
244 __attribute__((unused)) static es2panda_Context *CreateContext(es2panda_Config *config, std::string… in CreateContext()
286 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromFile(es2panda_Config *config, in CreateContextFromFile()
308 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromString(es2panda_Config *confi… in CreateContextFromString()
315 __attribute__((unused)) static Context *Parse(Context *ctx) in Parse()
346 __attribute__((unused)) static Context *InitScopes(Context *ctx) in InitScopes()
375 __attribute__((unused)) static Context *Check(Context *ctx) in Check()
415 __attribute__((unused)) static Context *Lower(Context *ctx) in Lower()
443 __attribute__((unused)) static Context *GenerateAsm(Context *ctx) in GenerateAsm()
486 __attribute__((unused)) Context *GenerateBin(Context *ctx) in GenerateBin()
513 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context, in ProceedToState()
546 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context) in DestroyContext()
561 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context) in ContextState()
567 extern "C" __attribute__((unused)) char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage()
573 extern "C" __attribute__((unused)) es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram()
579 extern "C" __attribute__((unused)) es2panda_AstNode *ProgramAst(es2panda_Program *program) in ProgramAst()
587 extern "C" __attribute__((unused)) es2panda_ExternalSource **ProgramExternalSources(es2panda_Progra… in ProgramExternalSources()
602 extern "C" __attribute__((unused)) char const *ExternalSourceName(es2panda_ExternalSource *eSource) in ExternalSourceName()
608 extern "C" __attribute__((unused)) es2panda_Program **ExternalSourcePrograms(es2panda_ExternalSourc… in ExternalSourcePrograms()