| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| H A D | binaryLikeExpression.cpp | 213 CheckAssignmentOperator(lexer::TokenType op, const ir::Expression *leftExpr, Type *leftType, Type *valueType) CheckAssignmentOperator() argument
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| H A D | annotationProto.cpp | 71 const auto &valueType = scalar.GetType(); in Serialize() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| H A D | binaryLikeExpression.cpp | 224 void TSChecker::CheckAssignmentOperator(lexer::TokenType op, ir::Expression *leftExpr, Type *leftType, Type *valueType) in CheckAssignmentOperator() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| H A D | recordLowering.cpp | 220 CreateBlockExpression(ir::ObjectExpression *expr, checker::Type *keyType, checker::Type *valueType, public_lib::Context *ctx) CreateBlockExpression() argument
|
| /arkcompiler/runtime_core/static_core/assembler/ |
| H A D | meta.cpp | 497 Value::Type valueType; in StoreValue() local
|
| H A D | assembly-emitter.cpp | 125 bool AsmEmitter::CheckValueType(Value::Type valueType, const Type &type, const Program &program) in CheckValueType() argument 202 auto valueType = value->GetType(); in CreateLiteralItem() local 352 auto valueType in CheckValue() local 508 auto valueType = value->GetType(); CreateScalarValueItem() local 607 auto valueType = value->GetType(); CreateAnnotationItem() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| H A D | compiler_log.cpp | 293 GateType valueType = acc_.GetGateType(value); in CollectGateTypeLogInfo() local
|
| H A D | number_speculative_retype.cpp | 764 GateType valueType = GateType::NumberType(); in VisitDoubleMonocular() local 788 GateType valueType = GateType::NumberType(); in VisitIsTrueOrFalse() local 817 GateType valueType in VisitNumberNot() local 1600 TypeInfo valueType = GetOutputTypeInfo(value); VisitStoreProperty() local 2238 TypeInfo valueType = GetOutputTypeInfo(value); VisitMonoStoreProperty() local [all...] |
| H A D | gate_accessor.cpp | 1563 GateType valueType = GetGateType(value); in ReplaceGate() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| H A D | ETSGen.h | 407 void MoveImmediateToRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T const value) in MoveImmediateToRegister() argument 454 void IncrementImmediateRegister(const ir::AstNode *node, VReg reg, const checker::TypeFlag valueType, T const value) in IncrementImmediateRegister() argument
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| H A D | ETSAnalyzer.cpp | 1554 auto *const valueType = value->TsType(); in CheckObjectExprProps() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_function.cpp | 1099 JSType valueType = value.GetTaggedObject()->GetClass()->GetObjectType(); in GetFunctionExtraInfo() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_typedarray_stub_builder.cpp | 2846 GateRef valueType = TaggedIsInt(value);
in SetValueToBuffer() local [all...] |
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
| H A D | llvm_ir_builder.cpp | 801 bool LLVMIRBuilder::IsHeapPointerType(LLVMTypeRef valueType) in IsHeapPointerType() argument
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| H A D | llvm_ir_constructor.cpp | 2772 auto valueType = value->getType(); in CoerceValue() local
|