Home
last modified time | relevance | path

Searched defs:INVALID_INDEX (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
Dhelpers.h186 static const uint32_t INVALID_INDEX = 4294967295L; variable
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.h191 static const uint32_t INVALID_INDEX = 4294967295L; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dgraph_linearizer.h228 static constexpr int32_t INVALID_INDEX = -1; variable
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/dynamic/branch_eliminator/
Dbranch_eliminator_test.cpp45 constexpr ConstantInfoIndexType INVALID_INDEX = std::numeric_limits<ConstantInfoIndexType>::max(); variable