Home
last modified time | relevance | path

Searched defs:IntType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DintType.h22 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 Dtype.h220 static GateType IntType() in IntType() function in panda::ecmascript::kungfu::GateType
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
H A Dpgo_profiler_type.h140 static int32_t IntType() in IntType() function in panda::ecmascript::pgo::PGOSampleTemplate

Completed in 4 milliseconds