Home
last modified time | relevance | path

Searched full:implicit (Results 1 – 25 of 37) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-use-strict-1-expected.txt1 SyntaxError: Implicit octal literal not allowed [test-use-strict-1.js:18:629]
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp42 // the implicit indirect exports should be insert into indirectExportsEntries in AddImportEntry()
69 // the implicit indirect exports should be insert into indirectExportsEntries in AddLocalExportEntry()
141 // not found implicit indirect in CheckImplicitIndirectExport()
/arkcompiler/ets_frontend/es2panda/aot/
DCMakeLists.txt43 "-readability-implicit-bool-conversion"
/arkcompiler/runtime_core/gn/ark-third-party/zlib/
DBUILD.gn24 "-Wno-implicit-fallthrough",
/arkcompiler/ets_runtime/ecmascript/
Djs_plural_rules.cpp219 if (U_FAILURE(status)) { // NOLINT(readability-implicit-bool-conversion) in InitializePluralRules()
239 …if (U_FAILURE(status) || icuPluralRules == nullptr) { // NOLINT(readability-implicit-bool-convers… in InitializePluralRules()
267 if (U_FAILURE(status)) { // NOLINT(readability-implicit-bool-conversion) in FormatNumericToString()
273 if (U_FAILURE(status)) { // NOLINT(readability-implicit-bool-conversion) in FormatNumericToString()
Djs_number_format.cpp364 if (!currencyUStr.isEmpty()) { // NOLINT(readability-implicit-bool-conversion) in SetNumberFormatUnitOptions()
394 if (icuUnit != emptyUnit) { // NOLINT(readability-implicit-bool-conversion) in SetNumberFormatUnitOptions()
397 if (icuPerUnit != emptyUnit) { // NOLINT(readability-implicit-bool-conversion) in SetNumberFormatUnitOptions()
741 if (U_FAILURE(status)) { // NOLINT(readability-implicit-bool-conversion) in GroupToParts()
947 if (!currency->IsUndefined()) { // NOLINT(readability-implicit-bool-conversion) in ResolvedOptions()
Djs_collator.cpp177 …if (U_FAILURE(status) || icuCollator == nullptr) { // NOLINT(readability-implicit-bool-conversion) in InitializeCollator()
181 …if (U_FAILURE(status) || icuCollator == nullptr) { // NOLINT(readability-implicit-bool-conversion) in InitializeCollator()
/arkcompiler/runtime_core/tests/checked/
Dimplicit_nullcheck_tests.pa14 #! CHECKER Use implicit NullCheck for array and object
34 #! CHECKER Use implicit NullCheck for array and object in AOT
/arkcompiler/runtime_core/compiler/optimizer/optimizations/regalloc/
Dreg_alloc_resolver.cpp156 // For implicit null check we need to find the first null check's user to
157 // correctly capture SaveState's input locations, because implicit null checks are fired
160 // between NullCheck and its users, so locations captured at implicit null check could be incorrect.
161 // While implicit NullCheck may have multiple users we can use only a user dominating all other use…
/arkcompiler/toolchain/inspector/
DBUILD.gn22 "-Wno-implicit-fallthrough",
/arkcompiler/toolchain/websocket/
DBUILD.gn19 "-Wno-implicit-fallthrough",
/arkcompiler/runtime_core/docs/
Dcode_metainfo.md35 | | | Implicit Nullchecks |
192 ### 9. Implicit nullchecks
Dassembly_format.md15 * Panda assembler should not follow any implicit conventions about the name of the entry point.
/arkcompiler/runtime_core/verification/util/
Doptional_ref.h34 // These are intentionally implicit for consistency with std::optional
/arkcompiler/runtime_core/libpandabase/utils/
Dhash.h102 …// NOLINTNEXTLINE(readability-implicit-bool-conversion, cppcoreguidelines-pro-bounds-pointer-arith…
Dpandargs.h395 // NOLINTNEXTLINE(readability-implicit-bool-conversion) in GetRegularArgs()
/arkcompiler/runtime_core/compiler/
Dcompiler.yaml221 - name: compiler-implicit-null-check
224 description: Apply Implicit Null Check
/arkcompiler/ets_frontend/es2panda/
DCMakeLists.txt336 "-readability-implicit-bool-conversion"
DBUILD.gn417 "-Wno-implicit-fallthrough",
/arkcompiler/runtime_core/verification/type/
Dtype_system.h63 3. Subtyping relation closing may be either incremental/implicit during types construction or expli…
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h129 …* fixme: Get rid of this interface or make it safe considering the above implicit limitation / req…
/arkcompiler/toolchain/build/third_party_gn/icu/icu4c/
DBUILD.gn540 "-Wno-error=implicit-float-conversion",
632 "-Wno-error=implicit-float-conversion",
/arkcompiler/runtime_core/compiler/code_info/
Dcode_info.h46 * | | | Implicit Nullchecks |
/arkcompiler/runtime_core/compiler/optimizer/analysis/
Dliveness_analyzer.cpp358 * Implicit null check encoded as no-op and if the reference to check is null in GetPropagatedLiveRange()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp615 "iterative implicit Full GC"; in RunPhasesImpl()
624 … LOG_DEBUG_GC << "Implicit Full GC failed to free up enough space. Expect OOM GC soon"; in RunPhasesImpl()

12