Searched refs:BooleanType (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | booleanType.cpp | 20 void BooleanType::ToString(std::stringstream &ss) const in ToString() 25 void BooleanType::Identical(TypeRelation *relation, Type *other) in Identical() 32 void BooleanType::AssignmentTarget(TypeRelation *relation, Type *source) in AssignmentTarget() 39 TypeFacts BooleanType::GetTypeFacts() const in GetTypeFacts() 44 Type *BooleanType::Instantiate([[maybe_unused]] ArenaAllocator *allocator, [[maybe_unused]] TypeRel… in Instantiate()
|
| D | booleanType.h | 23 class BooleanType : public Type { 25 BooleanType() : Type(TypeFlag::BOOLEAN) {} in BooleanType() function
|
| D | typeMapping.h | 28 _(TypeFlag::BOOLEAN, BooleanType) \
|
| D | globalTypesHolder.cpp | 46 globalTypes_[static_cast<size_t>(GlobalTypeId::BOOLEAN)] = allocator->New<BooleanType>(); in GlobalTypesHolder()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 159 return SetOutputType(gate, GateType::BooleanType()); in VisitUndefinedStrictEq() 279 return CheckAndConvertToBool(gate, GateType::BooleanType()); in ConvertTaggedToNJSValue() 379 return SetOutputType(gate, GateType::BooleanType()); in VisitNumberCompare() 461 return SetOutputType(gate, GateType::BooleanType()); in VisitIsTrueOrFalse() 506 input = CheckAndConvertToBool(value, GateType::BooleanType()); in VisitBooleanJump()
|
| D | type.h | 83 static GateType BooleanType() in BooleanType() function
|
| D | bytecode_circuit_builder.cpp | 841 GateType::BooleanType()); in NewConst() 846 GateType::BooleanType()); in NewConst()
|
| D | circuit_builder.cpp | 329 return GateType::BooleanType(); in GetGateTypeOfValueType()
|
| D | stub_builder.cpp | 4232 curType = Int32(PGOSampleType::BooleanType()); in FastEqual()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_table_generator.cpp | 115 …obalTSTypeRef> propType { GlobalTSTypeRef::Default(), kungfu::GateType::BooleanType().GetGTRef() }; in InitRuntimeTypeTable()
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/ |
| D | pgo_profiler_type.h | 169 static int32_t BooleanType() in BooleanType() function
|
| /arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
| D | method_type_infer.cpp | 426 auto booleanType = GateType::BooleanType(); in SetBooleanType()
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …BooleanType",Z[Z.ArrayLikeType=7]="ArrayLikeType",Z[Z.ESSymbolType=8]="ESSymbolType",Z[Z.Promise=9…
|