/aosp_15_r20/external/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 94 FunctionType *FT = F->getFunctionType(); in lookupFunction() local 299 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit() 309 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() 315 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() 324 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf() 406 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf() 418 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf() 433 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf() 448 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf() 461 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 104 FunctionType *FT = F->getFunctionType(); in lookupFunction() local 310 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit() 320 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() 326 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() 335 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf() 417 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf() 429 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf() 444 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf() 459 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf() 472 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | ExternalFunctions.cpp | 113 FunctionType *FT = F->getFunctionType(); in lookupFunction() local 324 static GenericValue lle_X_atexit(FunctionType *FT, in lle_X_atexit() 334 static GenericValue lle_X_exit(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_exit() 340 static GenericValue lle_X_abort(FunctionType *FT, ArrayRef<GenericValue> Args) { in lle_X_abort() 349 static GenericValue lle_X_sprintf(FunctionType *FT, in lle_X_sprintf() 431 static GenericValue lle_X_printf(FunctionType *FT, in lle_X_printf() 443 static GenericValue lle_X_sscanf(FunctionType *FT, in lle_X_sscanf() 458 static GenericValue lle_X_scanf(FunctionType *FT, ArrayRef<GenericValue> args) { in lle_X_scanf() 473 static GenericValue lle_X_fprintf(FunctionType *FT, in lle_X_fprintf() 486 static GenericValue lle_X_memset(FunctionType *FT, in lle_X_memset() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/test/ |
D | stl_concept_covering.cpp | 367 assignable_archetype<> > FT; in main() typedef 376 convertible_to_archetype<PredArg> > FT; in main() typedef 406 typedef assignable_archetype<> FT; in main() typedef 424 typedef assignable_archetype<> FT; in main() typedef 431 typedef assignable_archetype<> FT; in main() typedef 439 typedef assignable_archetype< equality_comparable2_first_archetype<> > FT; in main() typedef 446 typedef assignable_archetype<> FT; in main() typedef 480 convertible_to_archetype<Arg2> > > FT; in main() typedef 519 typedef convertible_to_archetype<Tout> FT; in main() typedef 546 typedef sgi_assignable_archetype<convertible_to_archetype<PredArg> > FT; in main() typedef [all …]
|
/aosp_15_r20/external/pytorch/test/cpp/tensorexpr/ |
H A D | test_memplanning.cpp | 115 Tensor FT = in TEST() local 227 Tensor FT = in TEST() local 342 Tensor FT = in TEST() local 429 Tensor FT = in TEST() local 529 Tensor FT = in TEST() local 641 Tensor FT = Compute( in TEST() local
|
/aosp_15_r20/frameworks/av/media/module/extractors/amr/ |
H A D | AMRExtractor.cpp | 73 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() 111 unsigned FT = (header >> 3) & 0x0f; in getFrameSizeByOffset() local 337 unsigned FT = (header >> 3) & 0x0f; in read() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 518 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local 554 auto FT = F->getFunctionType(); in checkWFAlloc() local 569 auto FT = F->getFunctionType(); in checkWFDealloc() local
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | util.rs | 78 impl<FT: ForeignType> ForeignTypeExt for FT {} implementation 93 impl<FT: ForeignTypeRef> ForeignTypeRefExt for FT {} implementation
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 407 FunctionType *FT; in getCustomFunctionType() local 537 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local 571 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction() 707 FunctionType *FT = F.getFunctionType(); in runOnModule() local 1438 FunctionType *FT = F->getFunctionType(); in visitCallSite() local 1524 FunctionType *FT = cast<FunctionType>( in visitCallSite() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | AAMRAssembler.cpp | 80 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() 164 unsigned FT = (toc >> 3) & 0x0f; in addPacket() local
|
H A D | ARTPWriter.cpp | 1520 static size_t getFrameSize(bool isWide, unsigned FT) { in getFrameSize() 1557 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData() local 1606 unsigned FT = (toc >> 3) & 0x0f; in sendAMRData() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
H A D | Coroutines.cpp | 560 auto FT = F->getFunctionType(); in checkWFRetconPrototype() local 596 auto FT = F->getFunctionType(); in checkWFAlloc() local 611 auto FT = F->getFunctionType(); in checkWFDealloc() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 522 FunctionType *FT; in getCustomFunctionType() local 653 FunctionType *FT = F->getFunctionType(); in buildWrapperFunction() local 684 Constant *DataFlowSanitizer::getOrBuildTrampolineFunction(FunctionType *FT, in getOrBuildTrampolineFunction() 834 FunctionType *FT = F.getFunctionType(); in runOnModule() local 1577 FunctionType *FT = F->getFunctionType(); in visitCallSite() local 1676 FunctionType *FT = cast<FunctionType>( in visitCallSite() local
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | set_spec_constant_default_value_pass.cpp | 56 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 119 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | set_spec_constant_default_value_pass.cpp | 56 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 119 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/ |
H A D | set_spec_constant_default_value_pass.cpp | 56 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueStr() local 119 } else if (const auto* FT = type->AsFloat()) { in ParseDefaultValueBitPattern() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_export_type.cpp | 324 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in TypeExportableHelper() local 563 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in ValidateTypeHelper() local 1065 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in IsStructureTypeWithRSObject() local 1384 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in Create() local
|
D | slang_rs_object_ref_count.cpp | 525 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CountRSObjectTypes() local 544 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CountRSObjectTypes() local 588 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in ClearStructRSObject() local 923 const clang::Type *FT = RSExportType::GetTypeOfDecl(FD); in CreateStructRSSetObject() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Mangle.cpp | 83 const FunctionType *FT = T->castAs<FunctionType>(); in getCallingConvMangling() local 164 const FunctionType *FT = FD->getType()->castAs<FunctionType>(); in mangleName() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Function.cpp | 437 auto *FT = getFunctionType(); in BuildLazyArguments() local 925 } else if (FunctionType *FT = dyn_cast<FunctionType>(Ty)) { in getMangledTypeStr() local 983 Module *M, FunctionType *FT, in getIntrinsicNameImpl() 1010 FunctionType *FT) { in getName() 1505 auto *FT = getType(M->getContext(), id, Tys); in getDeclaration() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 175 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() 420 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() 419 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
|
/aosp_15_r20/external/llvm/lib/Target/Mips/ |
H A D | Mips16HardFloat.cpp | 176 static bool needsFPReturnHelper(FunctionType &FT) { in needsFPReturnHelper() 428 FunctionType *FT = CI->getFunctionType(); in fixupFPReturnAndCall() local
|
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 970 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)){ in RewritePropertyImplDecl() local 1311 if (const FunctionProtoType *FT = dyn_cast<FunctionProtoType>(FPRetType)) { in RewriteObjCMethodDecl() local 2105 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthesizeCallToFunctionDecl() local 2690 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCBoxedExpr() local 2813 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCArrayLiteralExpr() local 2967 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in RewriteObjCDictionaryLiteralExpr() local 3541 const FunctionType *FT = msgSendType->getAs<FunctionType>(); in SynthMessageExpr() local 4068 const FunctionProtoType *FT = cast<FunctionProtoType>(AFT); in SynthesizeBlockFunc() local 4520 if (const FunctionType *FT = PointeeTy->getAs<FunctionType>()) { in convertObjCTypeToCStyleType() local 4535 QualType RewriteModernObjC::convertFunctionTypeOfBlocks(const FunctionType *FT) { in convertFunctionTypeOfBlocks() [all …]
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenTypes.cpp | 225 bool CodeGenTypes::isFuncTypeConvertible(const FunctionType *FT) { in isFuncTypeConvertible() 312 const FunctionType *FT = cast<FunctionType>(QFT.getTypePtr()); in ConvertFunctionType() local
|