| /arkcompiler/runtime_core/static_core/irtoc/backend/ |
| H A D | irtoc_runtime.h | 67 auto retType = compiler::DataType::NO_TYPE; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| H A D | x64_call_conv.cpp | 155 int32 X64CallConvImpl::LocateRetVal(MIRType &retType, CCLocInfo &pLoc) in LocateRetVal() argument
|
| /foundation/multimedia/media_foundation/src/meta/ |
| H A D | any.cpp | 165 std::string_view retType = "Unknown"; variable
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | AddExplicitTypeCasts.cpp | 31 const TType &retType = callNode.getType(); variable [all...] |
| H A D | FixTypeConstructors.cpp | 29 const TType &retType = aggregateNode->getType(); variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| H A D | aarch64_call_conv.cpp | 32 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 D | distributed_input_sinkmanager_test.cpp | 128 uint32_t retType = sinkManager_->GetInputTypes(); in HWTEST_F() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | Symbol.cpp | 185 TFunction(TSymbolTable *symbolTable, const ImmutableString &name, SymbolType symbolType, const TType *retType, bool knownToNotHaveSideEffects) TFunction() argument
|
| H A D | Symbol.h | 335 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 D | js_interop_inst_builder.cpp | 58 IntrinsicInst *InstBuilder::BuildInteropIntrinsic(size_t pc, RuntimeInterface::IntrinsicId id, DataType::Type retType, in BuildInteropIntrinsic() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| H A D | c2i_bridge_test.cpp | 120 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 D | signature.cpp | 386 auto *retType = returnType_->HasTypeFlag(TypeFlag::ETS_PRIMITIVE) in BoxPrimitives() local
|
| /foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
| H A D | picture_native_ndk_test.cpp | 859 Image_AuxiliaryPictureType retType; in HWTEST_F() local
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | sprpdata.c | 157 UStringPrepType retType; in compareMapping() local 237 UStringPrepType retType; in compareFlagsForRange() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | testidn.cpp | 336 UStringPrepType retType; in compareMapping() local 409 UStringPrepType retType; in compareFlagsForRange() local [all...] |
| /arkcompiler/runtime_core/static_core/libpandafile/tests/ |
| H A D | debug_info_extractor_test.cpp | 51 PrimitiveTypeItem *retType = container->GetOrCreatePrimitiveTypeItem(Type::TypeId::VOID); in PreparePandaFile() local
|
| H A D | file_item_container_test.cpp | 197 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 D | hlslParseables.cpp | 501 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 D | file_item_container.h | 160 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| H A D | ts2ets_copy.cpp | 669 panda_file::Type retType = method->GetProto().GetReturnType(); in GetJsRef() local
|
| /arkcompiler/runtime_core/static_core/libpandafile/ |
| H A D | file_items.cpp | 452 ProtoItem::ProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in ProtoItem() argument
|
| H A D | file_item_container.h | 165 ProtoItem *GetProtoItem(TypeItem *retType, const std::vector<MethodParamItem> ¶ms) in GetProtoItem() argument
|
| H A D | file_reader.cpp | 636 Type retType = protoAcc.GetReturnType(); in SetRetType() local 828 Type retType = protoAcc.GetReturnType(); in CreateForeignMethodItem() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| H A D | method.cpp | 104 auto retType = GetReturnType(); in GetReturnTypeDescriptor() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| H A D | typeCreation.cpp | 655 auto *retType = signature->ReturnType(); in FunctionTypeToFunctionalInterfaceType() local
|