/external/llvm-project/llvm/tools/llvm-c-test/ |
D | debuginfo.c | 114 LLVMMetadataRef FunctionTy = in llvm_test_dibuilder() local 129 File, 42, FunctionTy, true, true, in llvm_test_dibuilder()
|
/external/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 124 template <typename FunctionTy> 126 FunctionTy Handler) { in iterateOnSegments()
|
/external/llvm/include/llvm-c/ |
D | Core.h | 725 LLVMTypeRef FunctionTy); 945 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy); 950 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy); 955 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy); 968 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | MachOUtils.cpp | 138 template <typename FunctionTy> 140 FunctionTy Handler) { in iterateOnSegments()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | deadness_analysis.cc | 140 template <typename FunctionTy> 141 static void Visit(Predicate* p, const FunctionTy& func); 348 template <typename FunctionTy> 349 /*static*/ void Predicate::Visit(Predicate* p, const FunctionTy& func) { in Visit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 1953 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateCopyHelperFunction() local 1957 FunctionTy, nullptr, SC_Static, false, false); in GenerateCopyHelperFunction() 2147 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateDestroyHelperFunction() local 2151 FunctionTy, nullptr, SC_Static, false, false); in GenerateDestroyHelperFunction() 2401 QualType FunctionTy = Context.getFunctionType(ReturnTy, ArgTys, {}); in generateByrefCopyHelper() local 2405 SourceLocation(), II, FunctionTy, nullptr, SC_Static, false, false); in generateByrefCopyHelper() 2476 QualType FunctionTy = Context.getFunctionType(R, ArgTys, {}); in generateByrefDisposeHelper() local 2480 SourceLocation(), II, FunctionTy, nullptr, SC_Static, false, false); in generateByrefDisposeHelper()
|
D | CGObjC.cpp | 3641 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicSetterCopyHelperFunction() local 3645 FunctionTy, nullptr, SC_Static, false, false); in GenerateObjCAtomicSetterCopyHelperFunction() 3725 QualType FunctionTy = C.getFunctionType(ReturnTy, ArgTys, {}); in GenerateObjCAtomicGetterCopyHelperFunction() local 3729 FunctionTy, nullptr, SC_Static, false, false); in GenerateObjCAtomicGetterCopyHelperFunction()
|
D | ItaniumCXXABI.cpp | 2548 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, {}); in createGlobalInitOrCleanupFnDecl() local 2551 &Ctx.Idents.get(FnName), FunctionTy, nullptr, SC_Static, false, false); in createGlobalInitOrCleanupFnDecl()
|
D | CGStmtOpenMP.cpp | 432 QualType FunctionTy = Ctx.getFunctionType(Ctx.VoidTy, llvm::None, EPI); in emitOutlinedFunctionPrologue() local 435 SourceLocation(), DeclarationName(), FunctionTy, in emitOutlinedFunctionPrologue() 436 Ctx.getTrivialTypeSourceInfo(FunctionTy), SC_Static, in emitOutlinedFunctionPrologue()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 486 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument 487 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg() 490 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument 491 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() 494 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument 495 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes() 498 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument 499 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes() 1746 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument 1747 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
|
/external/llvm-project/llvm/include/llvm-c/ |
D | Core.h | 1009 LLVMTypeRef FunctionTy); 1238 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy); 1243 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy); 1248 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy); 1261 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 1003 LLVMTypeRef FunctionTy); 1226 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy); 1231 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy); 1236 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy); 1249 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest);
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 661 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument 662 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg() 665 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument 666 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() 669 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument 670 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes() 673 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument 674 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes() 2291 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument 2292 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 649 LLVMBool LLVMIsFunctionVarArg(LLVMTypeRef FunctionTy) { in LLVMIsFunctionVarArg() argument 650 return unwrap<FunctionType>(FunctionTy)->isVarArg(); in LLVMIsFunctionVarArg() 653 LLVMTypeRef LLVMGetReturnType(LLVMTypeRef FunctionTy) { in LLVMGetReturnType() argument 654 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType()); in LLVMGetReturnType() 657 unsigned LLVMCountParamTypes(LLVMTypeRef FunctionTy) { in LLVMCountParamTypes() argument 658 return unwrap<FunctionType>(FunctionTy)->getNumParams(); in LLVMCountParamTypes() 661 void LLVMGetParamTypes(LLVMTypeRef FunctionTy, LLVMTypeRef *Dest) { in LLVMGetParamTypes() argument 662 FunctionType *Ty = unwrap<FunctionType>(FunctionTy); in LLVMGetParamTypes() 2255 LLVMTypeRef FunctionTy) { in LLVMAddFunction() argument 2256 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy), in LLVMAddFunction()
|
/external/clang/lib/Sema/ |
D | SemaLambda.cpp | 1344 QualType FunctionTy = S.Context.getFunctionType( in addBlockPointerConversion() local 1346 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaLambda.cpp | 1532 QualType FunctionTy = S.getLambdaConversionFunctionResultType( in addBlockPointerConversion() local 1534 QualType BlockPtrTy = S.Context.getBlockPointerType(FunctionTy); in addBlockPointerConversion()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 414 llvm::FunctionType *FunctionTy = in EmitFunctionInstrumentation() local 417 llvm::Constant *F = CGM.CreateRuntimeFunction(FunctionTy, Fn); in EmitFunctionInstrumentation()
|