Home
last modified time | relevance | path

Searched defs:retType (Results 1 - 25 of 47) sorted by relevance

12

/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dirtoc_runtime.h67 auto retType = compiler::DataType::NO_TYPE; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_call_conv.cpp155 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
/foundation/multimedia/media_foundation/src/meta/
H A Dany.cpp165 std::string_view retType = "Unknown"; variable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DAddExplicitTypeCasts.cpp31 const TType &retType = callNode.getType(); variable
[all...]
H A DFixTypeConstructors.cpp29 const TType &retType = aggregateNode->getType(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_call_conv.cpp32 void AArch64CallConvImpl::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
182 void AArch64WebKitJSCC::LocateRetVal(const MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
/foundation/distributedhardware/distributed_input/services/sink/sinkmanager/test/sinkmanagerunittest/
H A Ddistributed_input_sinkmanager_test.cpp128 uint32_t retType = sinkManager_->GetInputTypes(); in HWTEST_F() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DSymbol.cpp185 TFunction(TSymbolTable *symbolTable, const ImmutableString &name, SymbolType symbolType, const TType *retType, bool knownToNotHaveSideEffects) TFunction() argument
H A DSymbol.h335 TFunction(const TSymbolUniqueId &id, const ImmutableString &name, TExtension extension, const TVariable *const *parameters, size_t paramCount, const TType *retType, TOperator op, bool knownToNotHaveSideEffects) TFunction() argument
361 TFunction(const TSymbolUniqueId &id, const ImmutableString &name, const std::array<TExtension, ExtensionCount> &extensions, const TVariable *const *parameters, size_t paramCount, const TType *retType, TOperator op, bool knownToNotHaveSideEffects) TFunction() argument
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/js_interop/
H A Djs_interop_inst_builder.cpp58 IntrinsicInst *InstBuilder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic() argument
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dc2i_bridge_test.cpp120 Method *MakeNoArgsMethod(TypeId retType, int64_t ret) in MakeNoArgsMethod() argument
182 TypeId retType = *shortyIt++; in MakeCheckArgsMethod() local
256 FillBodyEpilogue(const TypeId &retType, std::ostringstream &body) FillBodyEpilogue() argument
273 GetFileWithInfo(LanguageContext &ctx, TypeId retType, const std::ostringstream &signature, const std::ostringstream &body) GetFileWithInfo() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/checker/types/
H A Dsignature.cpp386 auto *retType = returnType_->HasTypeFlag(TypeFlag::ETS_PRIMITIVE) in BoxPrimitives() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpicture_native_ndk_test.cpp859 Image_AuxiliaryPictureType retType; in HWTEST_F() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dsprpdata.c157 UStringPrepType retType; in compareMapping() local
237 UStringPrepType retType; in compareFlagsForRange() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtestidn.cpp336 UStringPrepType retType; in compareMapping() local
409 UStringPrepType retType; in compareFlagsForRange() local
[all...]
/arkcompiler/runtime_core/static_core/libpandafile/tests/
H A Ddebug_info_extractor_test.cpp51 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
H A Dfile_item_container_test.cpp197 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
357 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
439 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TestProtos() local
533 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
638 PrimitiveTypeItem *retType = container.GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in TEST() local
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseables.cpp501 const char* retType; // return type key: empty matches type of 1st argument in initialize() member
912 const char* retType = intrinsic.retType ? intrinsic.retType : argType; in initialize() local
/arkcompiler/runtime_core/libpandafile/
H A Dfile_item_container.h160 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetProtoItem() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dts2ets_copy.cpp669 panda_file::Type retType = method->GetProto().GetReturnType(); in GetJsRef() local
/arkcompiler/runtime_core/static_core/libpandafile/
H A Dfile_items.cpp452 ProtoItem::ProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in ProtoItem() argument
H A Dfile_item_container.h165 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> &params) in GetProtoItem() argument
H A Dfile_reader.cpp636 Type retType = protoAcc.GetReturnType(); in SetRetType() local
828 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
/arkcompiler/runtime_core/static_core/runtime/
H A Dmethod.cpp104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCreation.cpp655 auto *retType = signature->ReturnType(); in FunctionTypeToFunctionalInterfaceType() local

Completed in 25 milliseconds

12