Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 - 25 of 57) sorted by relevance

123

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Djs_value.cpp57 [[fallthrough]]; in FinalizeETSWeak()
59 [[fallthrough]]; in FinalizeETSWeak()
106 [[fallthrough]]; in CreateByType()
108 [[fallthrough]]; in CreateByType()
110 [[fallthrough]]; in CreateByType()
167 [[fallthrough]]; in GetNapiValue()
169 [[fallthrough]]; in GetNapiValue()
171 [[fallthrough]]; in GetNapiValue()
H A Djs_refconvert_builtin.cpp315 [[fallthrough]]; in MObject()
317 [[fallthrough]]; in MObject()
319 [[fallthrough]]; in MObject()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp193 bool fallthrough = false; in BuildBasicBlocks() local
200 if (fallthrough) { in BuildBasicBlocks()
202 fallthrough = false; in BuildBasicBlocks()
209 fallthrough = true; in BuildBasicBlocks()
290 bool fallthrough {};
304 if (info.fallthrough) { in ConnectBasicBlocks()
308 info.fallthrough = false; in ConnectBasicBlocks()
326 info.fallthrough = inst.HasFlag(BytecodeInstruction::CONDITIONAL); in ConnectBasicBlocks()
327 if (!info.fallthrough) { in ConnectBasicBlocks()
/arkcompiler/ets_frontend/ets2panda/lexer/
H A Dlexer.cpp191 [[fallthrough]]; in SkipSingleLineComment()
459 [[fallthrough]]; in ScanTemplateString()
541 [[fallthrough]]; in ScanUnicodeCharacter()
593 [[fallthrough]]; in ScanUnicodeCharacter()
1203 [[fallthrough]]; in SkipWhiteSpaces()
1246 [[fallthrough]]; in SkipWhiteSpaces()
1406 [[fallthrough]]; in NextToken()
1471 [[fallthrough]]; in NextToken()
/arkcompiler/ets_runtime/ecmascript/base/
H A Djson_helper.cpp108 [[fallthrough]]; in AppendValueToQuotedString()
/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_compare_op.cpp39 [[fallthrough]]; in EqualWithIC()
54 [[fallthrough]]; in EqualWithIC()
68 [[fallthrough]]; in EqualWithIC()
97 [[fallthrough]]; in EqualWithIC()
114 [[fallthrough]]; in EqualWithIC()
/arkcompiler/ets_frontend/ets2panda/lexer/token/
H A DsourceLocation.cpp57 [[fallthrough]];
/arkcompiler/ets_frontend/es2panda/lexer/token/
H A DsourceLocation.cpp64 [[fallthrough]];
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dir_builder.cpp377 bool fallthrough = false; in BuildBasicBlocks() local
384 if (fallthrough) { in BuildBasicBlocks()
386 fallthrough = false; in BuildBasicBlocks()
393 fallthrough = true; in BuildBasicBlocks()
483 if (info.fallthrough) { in ConnectBasicBlocks()
487 info.fallthrough = false; in ConnectBasicBlocks()
503 info.fallthrough = inst.HasFlag(BytecodeInstruction::CONDITIONAL); in ConnectBasicBlocks()
504 if (!info.fallthrough) { in ConnectBasicBlocks()
H A Dir_builder.h34 bool fallthrough {};
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp169 [[fallthrough]]; in PrimitiveToCheckerType()
173 [[fallthrough]]; in PrimitiveToCheckerType()
181 [[fallthrough]]; in PrimitiveToCheckerType()
/arkcompiler/ets_frontend/es2panda/lexer/
H A Dlexer.cpp164 [[fallthrough]]; in SkipMultiLineComment()
198 [[fallthrough]]; in SkipSingleLineComment()
486 [[fallthrough]]; in ScanTemplateString()
559 [[fallthrough]]; in ScanStringUnicodePart()
622 [[fallthrough]]; in ScanStringUnicodePart()
1324 [[fallthrough]]; in SkipWhiteSpaces()
1367 [[fallthrough]]; in SkipWhiteSpaces()
/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.cpp436 [[fallthrough]]; in IsValidModifiedUTF8()
446 [[fallthrough]]; in IsValidModifiedUTF8()
H A Djson_parser.cpp182 [[fallthrough]]; in UnescapeStringChunk()
/arkcompiler/ets_frontend/ets2panda/lexer/regexp/
H A Dregexp.cpp332 [[fallthrough]]; in ParseClassAtom()
430 [[fallthrough]]; in IsSyntaxCharacter()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
H A Dregexp.cpp329 [[fallthrough]]; in ParseClassAtom()
427 [[fallthrough]]; in IsSyntaxCharacter()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp195 [[fallthrough]]; in UnescapeStringChunk()
H A Dutf.cpp340 [[fallthrough]]; in IsValidModifiedUTF8()
350 [[fallthrough]]; in IsValidModifiedUTF8()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparserStatements.cpp175 [[fallthrough]]; in ParseTopLevelDeclStatement()
H A DETSFormattedParser.cpp410 [[fallthrough]]; in CreateClassDeclaration()
422 [[fallthrough]]; in CreateClassDeclaration()
H A DstatementTSParser.cpp182 [[fallthrough]]; in ParseExportDefaultDeclaration()
/arkcompiler/ets_runtime/ecmascript/regexp/
H A Dregexp_parser.cpp496 [[fallthrough]]; in ParseAlternative()
503 [[fallthrough]]; in ParseAlternative()
1265 [[fallthrough]]; in ParseCharacterEscape()
1435 [[fallthrough]]; in ParseClassAtom()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
H A Dregexp_parser.cpp462 [[fallthrough]]; in ParseAlternative()
469 [[fallthrough]]; in ParseAlternative()
1197 [[fallthrough]]; in ParseCharacterEscape()
1353 [[fallthrough]]; in ParseClassAtom()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DvalidateHelpers.cpp228 [[fallthrough]]; in ValidateResolvedIdentifier()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSGen.cpp1453 [[fallthrough]]; in CastToByte()
1500 [[fallthrough]]; in CastToChar()
1550 [[fallthrough]]; in CastToShort()
1635 [[fallthrough]]; in CastToFloat()
1677 [[fallthrough]]; in CastToLong()
1720 [[fallthrough]]; in CastToInt()
1860 [[fallthrough]]; in CastToDynamic()
2637 [[fallthrough]]; in LoadArrayElement()
2683 [[fallthrough]]; in StoreArrayElement()

Completed in 27 milliseconds

123