Searched refs:Val (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | controlFlowDestructuringLoop.ts | 25 type Val = NumVal | StrVal; alias 27 function isNumVal(x: Val): x is NumVal { 35 function foo(things: Val[]): void {
|
/arkcompiler/ets_frontend/es2panda/ir/ |
D | astDump.h | 46 using Val = std::variant<const char *, const ir::AstNode *, bool>; 51 const Val &Value() const in Value() 57 Val value_; 72 using Val = variable 138 const Val &Value() const in Value() 145 Val value_ {false};
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | pgo_bc_info.h | 59 struct Val { struct 64 using ValVec = CVector<Val>; argument
|
D | pgo_bc_info.cpp | 24 ValVec { Val { detail.bcIndex, detail.bcOffset, detail.cpIndex} }; in Record() 26 it->second.emplace_back(Val{ detail.bcIndex, detail.bcOffset, detail.cpIndex }); in Record()
|
/arkcompiler/runtime_core/libpandafile/ |
D | file_items.cpp | 66 template <class Tag, class Val> 67 static bool WriteUlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteUlebTaggedValue() 80 template <class Tag, class Val> 81 static bool WriteSlebTaggedValue(Writer *writer, Tag tag, Val v) in WriteSlebTaggedValue() 94 template <class Tag, class Val> 95 static bool WriteTaggedValue(Writer *writer, Tag tag, Val v) in WriteTaggedValue()
|