Home
last modified time | relevance | path

Searched defs:valueType (Results 1 – 17 of 17) 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.cpp213 Type *valueType) in CheckAssignmentOperator()
/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_frontend/ets2panda/compiler/lowering/ets/
DrecordLowering.cpp226checker::Type *valueType, public_lib::Context *ctx) in CreateBlockExpression()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp789 GateType valueType = GateType::NumberType(); in VisitDoubleMonocular() local
813 GateType valueType = GateType::NumberType(); in VisitIsTrueOrFalse() local
842 GateType valueType = GateType::NumberType(); in VisitNumberNot() local
1633 TypeInfo valueType = GetOutputTypeInfo(value); in VisitStoreProperty() local
2276 TypeInfo valueType = GetOutputTypeInfo(value); in VisitMonoStoreProperty() local
Dcompiler_log.cpp253 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
Dgate_accessor.cpp1581 GateType valueType = GetGateType(value); in ReplaceGate() local
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.cpp497 Value::Type valueType; in StoreValue() local
Dassembly-emitter.cpp126 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType()
278 auto valueType = value->GetType(); in CreateLiteralItem() local
405 auto valueType = value->GetType(); in CheckValue() local
574 auto valueType = value->GetType(); in CreateScalarValueItem() local
672 auto valueType = value->GetType(); in CreateAnnotationItem() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.h406 … MoveImmediateToRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T c… in MoveImmediateToRegister()
453 …crementImmediateRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T c… in IncrementImmediateRegister()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1592 auto valueType = typeArguments[1]; // Record<K, V> type arguments in SetTypeforRecordProperties() local
1715 auto *const valueType = value->TsType(); in CheckObjectExprProps() local
/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp1156 JSType valueType = value.GetTaggedObject()->GetClass()->GetObjectType(); in GetFunctionExtraInfo() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts1695 const valueType = this.tsTypeChecker.getTypeAtLocation(node); constant
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_typedarray_stub_builder.cpp2829 GateRef valueType = TaggedIsInt(value); in SetValueToBuffer() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp852 bool LLVMIRBuilder::IsHeapPointerType(LLVMTypeRef valueType) in IsHeapPointerType()
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
Dllvm_ir_constructor.cpp3093 auto valueType = value->getType(); in CoerceValue() local