Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 19 of 19) sorted by relevance

/arkcompiler/ets_frontend/merge_abc/protos/
Dannotation.proto40 Type valueType = 6; field
62 ValueType valueType = 4; field
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp214 Type *valueType) in CheckAssignmentOperator()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DrecordLowering.cpp176checker::Type *valueType, public_lib::Context *ctx) in CreateBlockExpression()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp224 …kAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftType, Type *valueType) in CheckAssignmentOperator()
/arkcompiler/ets_frontend/merge_abc/src/
DannotationProto.cpp71 const auto &valueType = scalar.GetType(); in Serialize() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp762 GateType valueType = GateType::NumberType(); in VisitDoubleMonocular() local
786 GateType valueType = GateType::NumberType(); in VisitIsTrueOrFalse() local
815 GateType valueType = GateType::NumberType(); in VisitNumberNot() local
1598 TypeInfo valueType = GetOutputTypeInfo(value); in VisitStoreProperty() local
2219 TypeInfo valueType = GetOutputTypeInfo(value); in VisitMonoStoreProperty() local
Dcompiler_log.cpp293 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
Dgate_accessor.cpp1535 GateType valueType = GetGateType(value); in ReplaceGate() local
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp496 Value::Type valueType; in StoreValue() local
Dassembly-emitter.cpp125 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType()
201 auto valueType = value->GetType(); in CreateLiteralItem() local
351 auto valueType = value->GetType(); in CheckValue() local
505 auto valueType = value->GetType(); in CreateScalarValueItem() local
603 auto valueType = value->GetType(); in CreateAnnotationItem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h185 PragmaValueType valueType = kValueNull; variable
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h407 … MoveImmediateToRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T c… in MoveImmediateToRegister()
454 …crementImmediateRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T c… in IncrementImmediateRegister()
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1096 JSType valueType = value.GetTaggedObject()->GetClass()->GetObjectType(); in GetFunctionExtraInfo() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1558 const valueType = this.tsTypeChecker.getTypeAtLocation(node); constant
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1369 auto *const valueType = value->TsType(); in CheckObjectExprProps() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1124 uint8 valueType = static_cast<uint32>(value.encodedValue[0]) & typeMask; in DumpStaticValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2845 GateRef valueType = TaggedIsInt(value); in SetValueToBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp801 bool LLVMIRBuilder::IsHeapPointerType(LLVMTypeRef valueType) in IsHeapPointerType()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp2747 auto valueType = value->getType(); in CoerceValue() local