Home
last modified time | relevance | path

Searched refs:maybe_unused (Results 1 - 25 of 1949) sorted by relevance

12345678910>>...78

/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/lib/
H A DEtsNapiTests.cpp52 [[maybe_unused]] static bool Equal(double a1, double a2) in Equal()
58 extern "C" ETS_EXPORT void ETS_EtsNapiTests_printChar1([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class cls, in ETS_EtsNapiTests_printChar1()
59 [[maybe_unused]] ets_char a1) in ETS_EtsNapiTests_printChar1()
65 extern "C" ETS_EXPORT void ETS_EtsNapiTests_printChar2([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class cls, in ETS_EtsNapiTests_printChar2()
66 [[maybe_unused]] ets_char a1, [[maybe_unused]] ets_char a2) in ETS_EtsNapiTests_printChar2()
72 extern "C" ETS_EXPORT void ETS_EtsNapiTests_printChar3([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_clas
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dencode.cpp49 size_t Encoder::DisasmInstr([[maybe_unused]] std::ostream &stream, [[maybe_unused]] size_t pc, in DisasmInstr()
50 [[maybe_unused]] ssize_t codeOffset) const in DisasmInstr()
74 void Encoder::EncodeAddOverflow([[maybe_unused]] compiler::LabelHolder::LabelId id, [[maybe_unused]] Reg dst, in EncodeAddOverflow()
75 [[maybe_unused]] Reg src0, [[maybe_unused]] Reg src1, [[maybe_unused]] Condition cc) in EncodeAddOverflow()
80 void Encoder::EncodeSubOverflow([[maybe_unused]] compiler::LabelHolder::LabelId id, [[maybe_unused]] Re
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
H A Dbouncing_peas_unit_napi.cpp25 extern "C" ets_long SkoalaCreateRedrawerPeer([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, in SkoalaCreateRedrawerPeer()
26 [[maybe_unused]] ets_object object /*any*/) in SkoalaCreateRedrawerPeer()
30 extern "C" ets_long SkoalaGetFrame([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_class klass, in SkoalaGetFrame()
31 [[maybe_unused]] ets_long peer /*KNativePointer*/, [[maybe_unused]] ets_int a, in SkoalaGetFrame()
32 [[maybe_unused]] ets_int b) in SkoalaGetFrame()
36 extern "C" ets_long SkoalaInitRedrawer([[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_clas in SkoalaGetFrame()
[all...]
H A Dbouncing_peas_unit.cpp25 [[maybe_unused]] static long SkoalaCreateRedrawerPeer([[maybe_unused]] ark::Method *m, in SkoalaCreateRedrawerPeer()
26 [[maybe_unused]] void *object /*any*/) in SkoalaCreateRedrawerPeer()
30 [[maybe_unused]] static long SkoalaGetFrame([[maybe_unused]] ark::Method *m, in SkoalaGetFrame()
31 [[maybe_unused]] long peer /*KNativePointer*/, [[maybe_unused]] int a, in SkoalaGetFrame()
32 [[maybe_unused]] int b) in SkoalaGetFrame()
36 [[maybe_unused]] static long SkoalaInitRedrawer([[maybe_unused]] ar in SkoalaGetFrame()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Druntime_interface.h130 virtual MethodId ResolveMethodIndex([[maybe_unused]] MethodPtr parentMethod, in ResolveMethodIndex()
131 [[maybe_unused]] MethodIndex index) const in ResolveMethodIndex()
136 virtual FieldId ResolveFieldIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] FieldIndex index) const in ResolveFieldIndex()
141 virtual IdType ResolveTypeIndex([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] TypeIndex index) const in ResolveTypeIndex()
152 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod()
164 virtual MethodPtr GetMethodById([[maybe_unused]] MethodPtr parentMethod, [[maybe_unused]] MethodId id) const in GetMethodById()
169 virtual MethodPtr GetMethodByIdAndSaveJsFunction([[maybe_unused]] MethodPt
[all...]
H A Dgraph_checker.h83 void CheckInstUsers(Inst *inst, [[maybe_unused]] BasicBlock *block);
143 static void VisitMov([[maybe_unused]] GraphVisitor *v, Inst *inst);
144 static void VisitNeg([[maybe_unused]] GraphVisitor *v, Inst *inst);
145 static void VisitAbs([[maybe_unused]] GraphVisitor *v, Inst *inst);
146 static void VisitSqrt([[maybe_unused]] GraphVisitor *v, Inst *inst);
147 static void VisitAddI([[maybe_unused]] GraphVisitor *v, Inst *inst);
148 static void VisitSubI([[maybe_unused]] GraphVisitor *v, Inst *inst);
149 static void VisitMulI([[maybe_unused]] GraphVisitor *v, Inst *inst);
150 static void VisitDivI([[maybe_unused]] GraphVisitor *v, Inst *inst);
151 static void VisitModI([[maybe_unused]] GraphVisito
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dalloc_config.h155 static void AddToCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize) {} in AddToCrossingMap()
158 static void RemoveFromCrossingMap([[maybe_unused]] void *objAddr, [[maybe_unused]] size_t objSize, in RemoveFromCrossingMap()
159 [[maybe_unused]] void *nextObjAddr = nullptr, in RemoveFromCrossingMap()
160 [[maybe_unused]] void *prevObjAddr = nullptr, in RemoveFromCrossingMap()
161 [[maybe_unused]] size_t prevObjSize = 0) in RemoveFromCrossingMap()
166 static void *FindFirstObjInCrossingMap([[maybe_unused]] void *startAddr, [[maybe_unused]] void *endAddr) in FindFirstObjInCrossingMap()
174 static void InitializeCrossingMapForMemory([[maybe_unused]] voi
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/lib/
H A DEtsnapiNameTest.cpp22 [[maybe_unused]] static bool Equal(double a1, double a2) in Equal()
28 ETS_EXPORT ets_int ETS_CALL ETS_ETSGLOBAL_nativeInGlobal([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class) in ETS_ETSGLOBAL_nativeInGlobal()
33 ETS_EXPORT ets_int ETS_CALL ETS_EtsnapiNameTest_objectArg([[maybe_unused]] EtsEnv *, [[maybe_unused]] ets_class, in ETS_EtsnapiNameTest_objectArg()
34 [[maybe_unused]] ets_object) in ETS_EtsnapiNameTest_objectArg()
40 [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_object) in ETS_EtsnapiNameTest__04e2d_06587_051fd_065702_04e0d_05e26_053c2_06570()
47 [[maybe_unused]] EtsEnv *env, [[maybe_unused]] ets_clas in ETS_EtsnapiNameTest_methodOverloaded__Lstd_core_Object_2Lstd_core_String_2_3D()
[all...]
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompilerUnreachable.cpp21 void JSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile()
26 void JSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile()
31 void JSCompiler::Compile([[maybe_unused]] const ir::ClassProperty *st) const in Compile()
36 void JSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile()
41 void JSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile()
46 void JSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile()
51 void JSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile()
56 void JSCompiler::Compile([[maybe_unused]] const ir::ScriptFunction *node) const in Compile()
61 void JSCompiler::Compile([[maybe_unused]] const ir::SpreadElement *expr) const in Compile()
66 void JSCompiler::Compile([[maybe_unused]] cons
[all...]
H A DETSCompilerUnrechable.cpp20 void ETSCompiler::Compile([[maybe_unused]] const ir::NamedType *node) const in Compile()
25 void ETSCompiler::Compile([[maybe_unused]] const ir::PrefixAssertionExpression *expr) const in Compile()
30 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassDefinition *node) const in Compile()
35 void ETSCompiler::Compile([[maybe_unused]] const ir::ClassStaticBlock *st) const in Compile()
40 void ETSCompiler::Compile([[maybe_unused]] const ir::Decorator *st) const in Compile()
45 void ETSCompiler::Compile([[maybe_unused]] const ir::MetaProperty *expr) const in Compile()
50 void ETSCompiler::Compile([[maybe_unused]] const ir::MethodDefinition *node) const in Compile()
55 void ETSCompiler::Compile([[maybe_unused]] const ir::Property *expr) const in Compile()
60 void ETSCompiler::Compile([[maybe_unused]] const ir::ScriptFunction *node) const in Compile()
65 void ETSCompiler::Compile([[maybe_unused]] cons
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzerUnreachable.cpp21 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
26 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
31 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
36 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::MetaProperty *expr) const in Check()
41 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
46 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSIndexSignature *node) const in Check()
51 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSMethodSignature *node) const in Check()
56 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSPropertySignature *node) const in Check()
61 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::TSSignatureDeclaration *node) const in Check()
66 checker::Type *ETSAnalyzer::Check([[maybe_unused]] i
[all...]
H A DTSAnalyzerUnreachable.cpp21 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::NamedType *node) const in Check()
26 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::PrefixAssertionExpression *expr) const in Check()
31 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassProperty *st) const in Check()
36 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ClassStaticBlock *st) const in Check()
41 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Decorator *st) const in Check()
46 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::MethodDefinition *node) const in Check()
51 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::Property *expr) const in Check()
56 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::ScriptFunction *node) const in Check()
61 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::SpreadElement *expr) const in Check()
66 checker::Type *TSAnalyzer::Check([[maybe_unused]] i
[all...]
/arkcompiler/runtime_core/static_core/libpandabase/os/
H A Dnative_stack.cpp20 void DumpUnattachedThread::AddTid([[maybe_unused]] pid_t tidThread) {} in AddTid()
27 void DumpUnattachedThread::Dump([[maybe_unused]] std::ostream &os, [[maybe_unused]] bool dumpNativeCrash, in Dump()
28 [[maybe_unused]] FuncUnwindstack callUnwindstack) in Dump()
31 void DumpKernelStack([[maybe_unused]] std::ostream &os, [[maybe_unused]] pid_t tid, [[maybe_unused]] const char *tag, in DumpKernelStack()
32 [[maybe_unused]] bool count) in DumpKernelStack()
36 std::string GetNativeThreadNameForFile([[maybe_unused]] pid_t tid) in GetNativeThreadNameForFile()
41 bool ReadOsFile([[maybe_unused]] cons
[all...]
/arkcompiler/runtime_core/static_core/runtime/mem/gc/reference-processor/
H A Dempty_reference_processor.h27 bool IsReference([[maybe_unused]] const BaseClass *baseCls, [[maybe_unused]] const ObjectHeader *ref,
28 [[maybe_unused]] const ReferenceCheckPredicateT &pred) const override
33 void HandleReference([[maybe_unused]] GC *gc, [[maybe_unused]] GCMarkingStackType *objectsStack,
34 [[maybe_unused]] const BaseClass *baseClass, [[maybe_unused]] const ObjectHeader *object,
35 [[maybe_unused]] const ReferenceProcessPredicateT &pred) override
39 void ProcessReferences([[maybe_unused]] bool concurrent, [[maybe_unused]] boo
[all...]
/arkcompiler/runtime_core/static_core/runtime/arch/
H A Dasm_support.cpp54 extern "C" void OsrEntryAfterCFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryAfterCFrame()
55 [[maybe_unused]] const void *osrCode, [[maybe_unused]] size_t frameSize) in OsrEntryAfterCFrame()
59 extern "C" void OsrEntryAfterIFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_t loopHeadBc, in OsrEntryAfterIFrame()
60 [[maybe_unused]] const void *osrCode, [[maybe_unused]] size_t frameSize) in OsrEntryAfterIFrame()
64 extern "C" void OsrEntryTopFrame([[maybe_unused]] Frame *frame, [[maybe_unused]] uintptr_ in OsrEntryAfterIFrame()
[all...]
/arkcompiler/runtime_core/static_core/runtime/profiling/
H A Dprofiling-disasm-inl.h25 inline Expected<ProfileContainer, const char *> ReadProfile([[maybe_unused]] std::istream &stm, in ReadProfile()
26 [[maybe_unused]] ark::panda_file::SourceLang lang) in ReadProfile()
37 inline void DestroyProfile([[maybe_unused]] ProfileContainer profile, [[maybe_unused]] ark::panda_file::SourceLang lang) in DestroyProfile()
47 inline ProfileType FindMethodInProfile([[maybe_unused]] ProfileContainer profile, in FindMethodInProfile()
48 [[maybe_unused]] ark::panda_file::SourceLang lang, in FindMethodInProfile()
49 [[maybe_unused]] const std::string &methodName) in FindMethodInProfile()
60 inline void DumpProfile([[maybe_unused]] ProfileType profile, [[maybe_unused]] ark::panda_file::SourceLang lang, in DumpProfile()
61 [[maybe_unused]] BytecodeInstructio in DumpProfile()
[all...]
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Druntime_interface.h68 virtual uint32_t ResolveOffsetByIndex([[maybe_unused]] MethodPtr parent_method, in ResolveOffsetByIndex()
69 [[maybe_unused]] uint16_t index) const in ResolveOffsetByIndex()
74 virtual BinaryFilePtr GetBinaryFileForMethod([[maybe_unused]] MethodPtr method) const in GetBinaryFileForMethod()
79 virtual MethodId GetMethodId([[maybe_unused]] MethodPtr method) const in GetMethodId()
85 virtual size_t GetMethodTotalArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodTotalArgumentsCount()
89 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr parent_method, [[maybe_unused]] MethodId id) const in GetMethodArgumentsCount()
93 virtual size_t GetMethodArgumentsCount([[maybe_unused]] MethodPtr method) const in GetMethodArgumentsCount()
97 virtual size_t GetMethodRegistersCount([[maybe_unused]] MethodPtr method) const in GetMethodRegistersCount()
101 virtual const uint8_t *GetMethodCode([[maybe_unused]] MethodPt in GetMethodRegistersCount()
[all...]
/arkcompiler/runtime_core/static_core/verification/
H A Ddefault_plugin.h30 CheckResult const &CheckFieldAccessViolation([[maybe_unused]] Field const *field,
31 [[maybe_unused]] Method const *from,
32 [[maybe_unused]] TypeSystem *types) const override
37 CheckResult const &CheckMethodAccessViolation([[maybe_unused]] Method const *method,
38 [[maybe_unused]] Method const *from,
39 [[maybe_unused]] TypeSystem *types) const override
44 CheckResult const &CheckClassAccessViolation([[maybe_unused]] Class const *method,
45 [[maybe_unused]] Method const *from,
46 [[maybe_unused]] TypeSystem *types) const override
51 CheckResult const &CheckClass([[maybe_unused]] Clas
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DtypeParameter.cpp19 void TypeParameter::ToString([[maybe_unused]] std::stringstream &ss, [[maybe_unused]] bool precise) const in ToString()
24 void TypeParameter::Identical([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *other) in Identical()
29 void TypeParameter::AssignmentTarget([[maybe_unused]] TypeRelation *relation, [[maybe_unused]] Type *source) in AssignmentTarget()
40 Type *TypeParameter::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRelation *relation, in Instantiate()
41 [[maybe_unused]] GlobalTypesHolder *globalTypes) in Instantiate()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interfaces/interface_method_returns_value/js_interface/
H A Dtest.cpp26 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnAny"); in TEST_F()
32 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnString"); in TEST_F()
39 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnBigint"); in TEST_F()
45 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnBoolean"); in TEST_F()
51 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnInteger"); in TEST_F()
57 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnNegativeInteger"); in TEST_F()
63 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnInfinity"); in TEST_F()
69 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnNegativeInfinity"); in TEST_F()
75 [[maybe_unused]] auto ret = CallEtsMethod<bool>("type_imported__returnNaN"); in TEST_F()
81 [[maybe_unused]] aut in TEST_F()
[all...]
/arkcompiler/runtime_core/assembler/extensions/
H A Decmascript_meta.h51 bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const override
56 bool IsAnnotationIdAttribute([[maybe_unused]] const std::string_view &attribute) const override
61 bool IsAnnotationElementNameAttribute([[maybe_unused]] const std::string_view &attribute) const override
66 bool IsAnnotationElementTypeAttribute([[maybe_unused]] const std::string_view &attribute) const override
72 [[maybe_unused]] const std::string_view &attribute) const override
77 bool IsAnnotationElementValueAttribute([[maybe_unused]] const std::string_view &attribute) const override
97 bool IsAnnotationRecordAttribute([[maybe_unused]] const std::string_view &attribute) const override
102 bool IsAnnotationIdAttribute([[maybe_unused]] const std::string_view &attribute) const override
107 bool IsAnnotationElementNameAttribute([[maybe_unused]] const std::string_view &attribute) const override
112 bool IsAnnotationElementTypeAttribute([[maybe_unused]] cons
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/
H A Ddebug_helpers.h71 bool HandleSetFile([[maybe_unused]] uint32_t sourceFileId) const in HandleSetFile()
76 bool HandleSetSourceCode([[maybe_unused]] uint32_t sourceCodeId) const in HandleSetSourceCode()
91 bool HandleStartLocal([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocal()
92 [[maybe_unused]] uint32_t typeId) const in HandleStartLocal()
97 bool HandleStartLocalExtended([[maybe_unused]] int32_t regNumber, [[maybe_unused]] uint32_t nameId, in HandleStartLocalExtended()
98 [[maybe_unused]] uint32_t typeId, [[maybe_unused]] uint32_t typeSignatureId) const in HandleStartLocalExtended()
103 bool HandleEndLocal([[maybe_unused]] int32_
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Dcalling_methods_test_helper.h33 [[maybe_unused]] static void CallVoidMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallVoidMethodListHelper()
40 [[maybe_unused]] static ets_object CallObjectMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallObjectMethodListHelper()
47 [[maybe_unused]] static ets_boolean CallBooleanMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallBooleanMethodListHelper()
54 [[maybe_unused]] static ets_byte CallByteMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallByteMethodListHelper()
61 [[maybe_unused]] static ets_char CallCharMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallCharMethodListHelper()
68 [[maybe_unused]] static ets_short CallShortMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallShortMethodListHelper()
75 [[maybe_unused]] static ets_int CallIntMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallIntMethodListHelper()
82 [[maybe_unused]] static ets_long CallLongMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallLongMethodListHelper()
89 [[maybe_unused]] static ets_float CallFloatMethodListHelper(EtsEnv *env, ets_object obj, ets_method methodId, ...) in CallFloatMethodListHelper()
96 [[maybe_unused]] stati
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/napi_impl/
H A Dnapi_impl.cpp40 napi_fatal_exception([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value err) in napi_fatal_exception()
48 napi_add_env_cleanup_hook([[maybe_unused]] napi_env env, [[maybe_unused]] void (*fun)(void *arg), in napi_add_env_cleanup_hook()
49 [[maybe_unused]] void *arg) in napi_add_env_cleanup_hook()
58 napi_get_value_string_utf16([[maybe_unused]] napi_env env, [[maybe_unused]] napi_value value, in napi_get_value_string_utf16()
59 [[maybe_unused]] char16_t *buf, [[maybe_unused]] size_t bufsize, in napi_get_value_string_utf16()
60 [[maybe_unused]] size_ in napi_get_value_string_utf16()
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/verification/
H A Dets_plugin.h30 CheckResult const &CheckFieldAccessViolation([[maybe_unused]] Field const *field,
31 [[maybe_unused]] Method const *from,
32 [[maybe_unused]] TypeSystem *types) const override
37 CheckResult const &CheckMethodAccessViolation([[maybe_unused]] Method const *method,
38 [[maybe_unused]] Method const *from,
39 [[maybe_unused]] TypeSystem *types) const override
44 CheckResult const &CheckClassAccessViolation([[maybe_unused]] Class const *method,
45 [[maybe_unused]] Method const *from,
46 [[maybe_unused]] TypeSystem *types) const override
53 CheckResult const &CheckClass([[maybe_unused]] Clas
[all...]

Completed in 20 milliseconds

12345678910>>...78