Lines Matching refs:unused
91 __attribute__((unused)) lexer::TokenType StrToToken(TokenTypeToStr const *table, char const *str)
102 __attribute__((unused)) char const *TokenToStr(TokenTypeToStr const *table, lexer::TokenType token)
113 __attribute__((unused)) char *StringViewToCString(ArenaAllocator *allocator, util::StringView const sv)
144 __attribute__((unused)) char *StdStringToCString(ArenaAllocator *allocator, std::string str)
154 __attribute__((unused)) es2panda_variantDoubleCharArrayBool EnumMemberResultToEs2pandaVariant(
177 __attribute__((unused)) char const *ArenaStrdup(ArenaAllocator *allocator, char const *src)
236 __attribute__((unused)) static es2panda_Context *CreateContext(es2panda_Config *config, std::string const &&source,
278 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromFile(es2panda_Config *config,
300 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromString(es2panda_Config *config,
307 __attribute__((unused)) static Context *Parse(Context *ctx)
338 __attribute__((unused)) static Context *InitScopes(Context *ctx)
369 __attribute__((unused)) static Context *Check(Context *ctx)
409 __attribute__((unused)) static Context *Lower(Context *ctx)
437 __attribute__((unused)) static Context *GenerateAsm(Context *ctx)
480 __attribute__((unused)) Context *GenerateBin(Context *ctx)
507 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context,
540 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context)
555 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context)
561 extern "C" __attribute__((unused)) char const *ContextErrorMessage(es2panda_Context *context)
567 extern "C" __attribute__((unused)) es2panda_Program *ContextProgram(es2panda_Context *context)
573 extern "C" __attribute__((unused)) es2panda_AstNode *ProgramAst(es2panda_Program *program)
581 extern "C" __attribute__((unused)) es2panda_ExternalSource **ProgramExternalSources(es2panda_Program *program,
596 extern "C" __attribute__((unused)) char const *ExternalSourceName(es2panda_ExternalSource *eSource)
602 extern "C" __attribute__((unused)) es2panda_Program **ExternalSourcePrograms(es2panda_ExternalSource *eSource,