Searched defs:IntType (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/ | ||
H A D | intType.h | 22 class IntType : public Type { class 26 IntType() : Type(TypeFlag::INT) {} in IntType() function in ark::es2panda::checker::IntType 27 explicit IntType(UType value) : Type(TypeFlag::INT | TypeFlag::CONSTANT), value_(value) {} in IntType() function in ark::es2panda::checker::IntType |
/arkcompiler/ets_runtime/ecmascript/compiler/ | ||
H A D | type.h | 220 static GateType IntType() in IntType() function in panda::ecmascript::kungfu::GateType |
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ | ||
H A D | pgo_profiler_type.h | 140 static int32_t IntType() in IntType() function in panda::ecmascript::pgo::PGOSampleTemplate |
Completed in 4 milliseconds