• Home
  • Raw
  • Download

Lines Matching full:unused

68 __attribute__((unused)) lexer::TokenType StrToToken(TokenTypeToStr const *table, char const *str)  in StrToToken()
79 __attribute__((unused)) char const *TokenToStr(TokenTypeToStr const *table, lexer::TokenType token) in TokenToStr()
107 __attribute__((unused)) char *StringViewToCString(ArenaAllocator *allocator, util::StringView const… in StringViewToCString()
112 __attribute__((unused)) char *StdStringToCString(ArenaAllocator *allocator, std::string str) in StdStringToCString()
122 __attribute__((unused)) char *UStringToCString(ArenaAllocator *allocator, util::UString const sv) in UStringToCString()
127 __attribute__((unused)) es2panda_variantDoubleCharArrayBool EnumMemberResultToEs2pandaVariant( in EnumMemberResultToEs2pandaVariant()
152 __attribute__((unused)) es2panda_DynamicImportData *DynamicImportDataToE2pPtr( in DynamicImportDataToE2pPtr()
165 __attribute__((unused)) es2panda_DynamicImportData DynamicImportDataToE2p( in DynamicImportDataToE2p()
178 __attribute__((unused)) es2panda_OverloadInfo *OverloadInfoToE2pPtr(ArenaAllocator *allocator, in OverloadInfoToE2pPtr()
191 __attribute__((unused)) es2panda_OverloadInfo OverloadInfoToE2p(const ir::OverloadInfo overloadInfo) in OverloadInfoToE2p()
203 __attribute__((unused)) ir::JsDocRecord JsDocRecordToE2p(const es2panda_JsDocRecord *jsDocRecord) in JsDocRecordToE2p()
208 __attribute__((unused)) es2panda_JsDocRecord *JsDocRecordFromE2p(ArenaAllocator *allocator, in JsDocRecordFromE2p()
218 __attribute__((unused)) es2panda_JsDocInfo *JsDocInfoFromE2p(ArenaAllocator *allocator, const ir::J… in JsDocInfoFromE2p()
234 __attribute__((unused)) char const *ArenaStrdup(ArenaAllocator *allocator, char const *src) in ArenaStrdup()
281 extern "C" __attribute__((unused)) char const *GetAllErrorMessages(es2panda_Context *context) in GetAllErrorMessages()
361 __attribute__((unused)) static es2panda_Context *CreateContext(es2panda_Config *config, std::string… in CreateContext()
398 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromFile(es2panda_Config *config, in CreateContextFromFile()
420 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromMultiFile(es2panda_Config *co… in CreateContextFromMultiFile()
426 extern "C" __attribute__((unused)) es2panda_Context *CreateContextFromString(es2panda_Config *confi… in CreateContextFromString()
433 extern __attribute__((unused)) es2panda_Context *CreateContextGenerateAbcForExternalSourceFiles( in CreateContextGenerateAbcForExternalSourceFiles()
458 __attribute__((unused)) static Context *Parse(Context *ctx) in Parse()
478 __attribute__((unused)) static bool SetProgramGenAbc(Context *ctx, const char *path) in SetProgramGenAbc()
494 __attribute__((unused)) static Context *Bind(Context *ctx) in Bind()
514 __attribute__((unused)) static Context *Check(Context *ctx) in Check()
535 __attribute__((unused)) static Context *Lower(Context *ctx) in Lower()
553 __attribute__((unused)) static Context *GenerateAsm(Context *ctx) in GenerateAsm()
586 __attribute__((unused)) Context *GenerateBin(Context *ctx) in GenerateBin()
607 extern "C" __attribute__((unused)) es2panda_Context *ProceedToState(es2panda_Context *context, in ProceedToState()
640 extern "C" __attribute__((unused)) void DestroyContext(es2panda_Context *context) in DestroyContext()
656 extern "C" __attribute__((unused)) es2panda_ContextState ContextState(es2panda_Context *context) in ContextState()
662 extern "C" __attribute__((unused)) char const *ContextErrorMessage(es2panda_Context *context) in ContextErrorMessage()
668 extern "C" __attribute__((unused)) es2panda_Program *ContextProgram(es2panda_Context *context) in ContextProgram()
676 __attribute__((unused)) static es2panda_ExternalSource **ExternalSourcesToE2p( in ExternalSourcesToE2p()
690 extern "C" __attribute__((unused)) char const *ExternalSourceName(es2panda_ExternalSource *eSource) in ExternalSourceName()
696 extern "C" __attribute__((unused)) es2panda_Program **ExternalSourcePrograms(es2panda_ExternalSourc… in ExternalSourcePrograms()
1105 extern "C" __attribute__((unused)) int GenerateTsDeclarationsFromContext(es2panda_Context *ctx, in GenerateTsDeclarationsFromContext()
1124 extern "C" __attribute__((unused)) int GenerateStaticDeclarationsFromContext(es2panda_Context *ctx, in GenerateStaticDeclarationsFromContext()