Home
last modified time | relevance | path

Searched refs:cType (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/assembler/
H A Dannotation.cpp132 Value::Type cType; in MakingValue() local
135 cType = Value::Type::VOID; in MakingValue()
137 cType = elemArr->GetValues().front().GetType(); in MakingValue()
143 copyVal = std::make_unique<ArrayValue>(cType, std::move(scVals)); in MakingValue()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsUnionType.cpp732 for (const auto &cType : constituentTypes_) {
733 if (cType == type) {

Completed in 2 milliseconds