Home
last modified time | relevance | path

Searched full:uninitialized (Results 1 – 25 of 120) sorted by relevance

12345

/ark/ts2abc/ts2panda/src/
DaddVariable2Scope.ts134 v = scope.add(decl.name, VarDeclarationKind.LET, InitStatus.UNINITIALIZED);
136 v = scope.add(decl.name, VarDeclarationKind.CONST, InitStatus.UNINITIALIZED);
150 v = scope.add(decl.name, VarDeclarationKind.CLASS, InitStatus.UNINITIALIZED);
153 … v = classScope.add(decl.name, VarDeclarationKind.CLASS, InitStatus.UNINITIALIZED);
/ark/runtime_core/cmake/toolchain/
Dfuzzing-coverage.cmake22 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-maybe-uninitialized -fprofile-arcs -ftest-coverage")
/ark/runtime_core/runtime/mem/gc/
Dcrossing_map.cpp150 // Let's set all maps, which are related to this object, as uninitialized in RemoveObject()
169 // Set all pages, which fully covered by this object, as Uninitialized; in RemoveObject()
172 LOG_CROSSING_MAP(DEBUG) << "RemoveObject - Set uninitialized to map num " << i; in RemoveObject()
177 // Set up map for next element (because we could set it as uninitialized) in RemoveObject()
/ark/runtime_core/tests/cts-generator/cts-template/
Dcall.short.yaml153 description: Verifier should check usage of uninitialized arguments passed to function.
182 description: Check usage of uninitialized register in function frame.
185 description: Check usage of uninitialized register in function frame.
188 description: Check usage of uninitialized accumulator in function frame.
194 description: Check if one of registers in 'call.short' is uninitialized.
196 description: Check if one of registers in 'call.short' is uninitialized.
214 description: Verifier should check usage of uninitialized registers in function.
281 description: Check uninitialized register is ignored when its value is not used.
283 description: Check uninitialized register is ignored when its value is not used.
Du32toi64.yaml110 description: Check u32toi64 with uninitialized accumulator.
Du64tou1.yaml111 description: Check u64tou1 with uninitialized accumulator.
Du32tou1.yaml111 description: Check u32tou1 with uninitialized accumulator.
Du32toi8.yaml115 description: Check u32toi8 with uninitialized accumulator.
Di64tou1.yaml119 description: Check i64tou1 with uninitialized accumulator.
Du32toi16.yaml115 description: Check u32toi16 with uninitialized accumulator.
Du32tou16.yaml110 description: Check u32tou16 with uninitialized accumulator.
Du64toi32.yaml115 description: Check u64toi32 with uninitialized accumulator.
Du64tou32.yaml110 description: Check u64tou32 with uninitialized accumulator.
Di64toi32.yaml118 description: Check i64toi32 with uninitialized accumulator.
Du32tou8.yaml110 description: Check u32tou8 with uninitialized accumulator.
Di32tou1.yaml111 description: Check i32tou1 with uninitialized accumulator.
Di32toi64.yaml110 description: Check i32toi64 with uninitialized accumulator.
Di64tof64.yaml143 description: Check i64tof64 with uninitialized accumulator.
Du32tof64.yaml128 description: Check u32tof64 with uninitialized accumulator.
Di32toi8.yaml115 description: Check i32toi8 with uninitialized accumulator.
Di32toi16.yaml115 description: Check i32toi16 with uninitialized accumulator.
Di32tou16.yaml110 description: Check i32tou16 with uninitialized accumulator.
Di32tou8.yaml110 description: Check i32tou8 with uninitialized accumulator.
/ark/js_runtime/ecmascript/tooling/test/utils/
Dtest_events.h42 UNINITIALIZED enumerator
Dtest_util.cpp22 DebugEvent TestUtil::lastEvent_ = DebugEvent::UNINITIALIZED;

12345