Home
last modified time | relevance | path

Searched refs:fallthrough (Results 1 – 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/docs/bc_verification/
Dcflow_checks.md126 fallthrough:
145 fallthrough on beginning of exception handler are allowed.
200 fallthrough:
256 fallthrough from inner handler:
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dir_builder.cpp201 bool fallthrough = false; in BuildBasicBlocks() local
208 if (fallthrough) { in BuildBasicBlocks()
210 fallthrough = false; in BuildBasicBlocks()
217 fallthrough = true; in BuildBasicBlocks()
297 bool fallthrough {}; member
311 if (info.fallthrough) { in ConnectBasicBlocks()
315 info.fallthrough = false; in ConnectBasicBlocks()
333 info.fallthrough = inst.HasFlag(BytecodeInstruction::CONDITIONAL); in ConnectBasicBlocks()
334 if (!info.fallthrough) { in ConnectBasicBlocks()
/arkcompiler/runtime_core/docs/
Dcoding-style.md26 …y mark fall through in switch … case. Google uses its own macro, we can agree on /* fallthrough */.
33 /* fallthrough */
40 /* fallthrough */
/arkcompiler/ets_frontend/es2panda/lexer/token/
DsourceLocation.cpp63 [[fallthrough]]; in LineIndex()
/arkcompiler/runtime_core/tests/verifier-tests/
Dcflow_fallthrough_to_exc_handler_from_body.pa15 # fallthrough into handler from body
Dcflow_fallthrough_from_exc_handler_to_exc_handler.pa17 # fallthrough from one handler to another
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp153 [[fallthrough]]; in SkipMultiLineComment()
187 [[fallthrough]]; in SkipSingleLineComment()
473 [[fallthrough]]; in ScanTemplateString()
546 [[fallthrough]]; in ScanStringUnicodePart()
604 [[fallthrough]]; in ScanStringUnicodePart()
1258 [[fallthrough]]; in SkipWhiteSpaces()
1301 [[fallthrough]]; in SkipWhiteSpaces()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_compare_op.cpp47 [[fallthrough]]; in EqualWithIC()
62 [[fallthrough]]; in EqualWithIC()
76 [[fallthrough]]; in EqualWithIC()
105 [[fallthrough]]; in EqualWithIC()
122 [[fallthrough]]; in EqualWithIC()
/arkcompiler/runtime_core/gn/ark-third-party/zlib/
DBUILD.gn24 "-Wno-implicit-fallthrough",
/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp435 [[fallthrough]]; in IsValidModifiedUTF8()
445 [[fallthrough]]; in IsValidModifiedUTF8()
Djson_parser.cpp182 [[fallthrough]]; in UnescapeStringChunk()
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_parser.cpp402 [[fallthrough]]; in ParseAlternative()
409 [[fallthrough]]; in ParseAlternative()
1134 [[fallthrough]]; in ParseCharacterEscape()
1304 [[fallthrough]]; in ParseClassAtom()
/arkcompiler/ets_frontend/es2panda/lexer/regexp/
Dregexp.cpp328 [[fallthrough]]; in ParseClassAtom()
426 [[fallthrough]]; in IsSyntaxCharacter()
/arkcompiler/toolchain/build/config/compiler/
DBUILD.gn164 "-Wno-error=implicit-fallthrough",
202 "-Wno-error=implicit-fallthrough",
468 "-Wimplicit-fallthrough",
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h55 [[fallthrough]]; in ToBoolean()
57 [[fallthrough]]; in ToBoolean()
59 [[fallthrough]]; in ToBoolean()
Dframes.cpp423 [[fallthrough]]; in GetBytecodeOffset()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp5251 [[fallthrough]]; in JSCallDispatch()
5332 [[fallthrough]]; in JSCallDispatch()
5340 [[fallthrough]]; in JSCallDispatch()
5348 [[fallthrough]]; in JSCallDispatch()
5356 [[fallthrough]]; in JSCallDispatch()
5366 [[fallthrough]]; in JSCallDispatch()
5402 [[fallthrough]]; in JSCallDispatch()
5411 [[fallthrough]]; in JSCallDispatch()
5420 [[fallthrough]]; in JSCallDispatch()
5429 [[fallthrough]]; in JSCallDispatch()
[all …]
Dbytecodes.cpp161 [[fallthrough]]; in InitBytecodeMetaData()
223 [[fallthrough]]; in InitBytecodeMetaData()
283 [[fallthrough]]; in InitBytecodeMetaData()
397 [[fallthrough]]; in InitBytecodeMetaData()
/arkcompiler/ets_frontend/es2panda/parser/
DexpressionParser.cpp287 [[fallthrough]]; in ValidateArrowParameter()
442 [[fallthrough]]; in ConvertToArrowParameter()
702 [[fallthrough]]; in ValidateParenthesizedExpression()
754 [[fallthrough]]; in ParseAssignmentExpression()
1437 [[fallthrough]]; in ParsePotentialArrowExpression()
DstatementParser.cpp115 [[fallthrough]]; in CheckDeclare()
147 [[fallthrough]]; in IsLabelFollowedByIterationStatement()
2641 [[fallthrough]]; in ParseNamedExportDeclaration()
2714 [[fallthrough]]; in ParseExportDeclaration()
2721 [[fallthrough]]; in ParseExportDeclaration()
/arkcompiler/ets_frontend/es2panda/util/
Dustring.h379 [[fallthrough]]; in EscapeSymbol()
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp224 [[fallthrough]]; in AddLocal()
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp381 [[fallthrough]]; in GetTypeOfVariable()
/arkcompiler/runtime_core/bytecode_optimizer/
Dcodegen.cpp344 [[fallthrough]]; in VisitIf()
/arkcompiler/ets_frontend/es2panda/
DBUILD.gn437 "-Wno-implicit-fallthrough",

12