Searched refs:FunctionType (Results 126 - 150 of 237) sorted by relevance

12345678910

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp283 const FunctionType *&FPRetType);
437 QualType convertFunctionTypeOfBlocks(const FunctionType *FT);
818 const FunctionType *FPRetType = nullptr;
1046 const FunctionType *&FPRetType) {
1059 if ((FPRetType = PointeeTy->getAs<FunctionType>())) {
1072 const FunctionType *FPRetType = nullptr;
2031 const FunctionType *FT = msgSendType->getAs<FunctionType>();
2129 const FunctionType *funcType = FD->getType()->getAs<FunctionType>();
[all...]
/external/llvm/lib/IR/
H A DVerifier.cpp335 void VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs,
422 FunctionType::get(Type::getVoidTy(*Context), false)->getPointerTo();
869 void Verifier::VerifyFunctionAttrs(FunctionType *FT, AttributeSet Attrs,
1023 FunctionType *FT = F.getFunctionType();
1533 FunctionType *FTy = cast<FunctionType>(FPTy->getElementType());
1610 for (FunctionType::param_iterator PI = FTy->param_begin(),
1653 return cast<FunctionType>(
1656 FunctionType *CallerTy = GetFnTy(F);
1657 FunctionType *CalleeT
[all...]
H A DCore.cpp390 return wrap(FunctionType::get(unwrap(ReturnType), Tys, IsVarArg != 0));
394 return unwrap<FunctionType>(FunctionTy)->isVarArg();
398 return wrap(unwrap<FunctionType>(FunctionTy)->getReturnType());
402 return unwrap<FunctionType>(FunctionTy)->getNumParams();
406 FunctionType *Ty = unwrap<FunctionType>(FunctionTy);
407 for (FunctionType::param_iterator I = Ty->param_begin(),
1187 return wrap(InlineAsm::get(dyn_cast<FunctionType>(unwrap(Ty)), AsmString,
1509 return wrap(Function::Create(unwrap<FunctionType>(FunctionTy),
/external/clang/lib/CodeGen/
H A DCodeGenModule.cpp599 llvm::FunctionType* CtorFTy = llvm::FunctionType::get(VoidTy, false);
1193 if (isa<llvm::FunctionType>(DeclTy))
1453 llvm::FunctionType *FTy;
1454 if (isa<llvm::FunctionType>(Ty)) {
1455 FTy = cast<llvm::FunctionType>(Ty);
1457 FTy = llvm::FunctionType::get(VoidTy, false);
1563 CodeGenModule::CreateRuntimeFunction(llvm::FunctionType *FTy,
2252 llvm::FunctionType *Ty = getTypes().GetFunctionType(FI);
2358 if (isa<llvm::FunctionType>(DeclT
[all...]
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp836 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]);
855 ResultTy = FunctionType::get(ResultTy, ArgTys, Record[0]);
1545 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
1570 V = InlineAsm::get(cast<FunctionType>(PTy->getElementType()),
1951 FunctionType *FTy =
1952 dyn_cast<FunctionType>(cast<PointerType>(Ty)->getElementType());
2768 FunctionType *FTy = !CalleeTy ? nullptr :
2769 dyn_cast<FunctionType>(CalleeTy->getElementType());
3057 FunctionType *FTy = nullptr;
3058 if (OpTy) FTy = dyn_cast<FunctionType>(OpT
[all...]
/external/clang/lib/AST/
H A DMicrosoftMangle.cpp235 void mangleFunctionType(const FunctionType *T,
275 void mangleCallingConvention(const FunctionType *T);
1385 if (const FunctionType *FT = dyn_cast<FunctionType>(T)) {
1529 void MicrosoftCXXNameMangler::mangleFunctionType(const FunctionType *T,
1564 // However, the FunctionType generated has 0 arguments.
1566 // Maybe should fix the FunctionType creation instead?
1662 void MicrosoftCXXNameMangler::mangleCallingConvention(const FunctionType *T) {
/external/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp417 FunctionType *FT = cast<FunctionType>(T);
1369 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
1505 FunctionType *FTy = cast<FunctionType>(PTy->getElementType());
/external/chromium_org/v8/src/
H A Dtypes.cc415 FunctionType* this_fun = this->AsFunction();
416 FunctionType* that_fun = that->AsFunction();
964 FunctionHandle function = FunctionType::New(
H A Dparser.h590 int function_token_position, FunctionLiteral::FunctionType type,
775 int function_token_position, FunctionLiteral::FunctionType type,
H A Dpreparser.cc113 int function_token_position, FunctionLiteral::FunctionType type,
826 FunctionLiteral::FunctionType function_type,
/external/clang/lib/Sema/
H A DSema.cpp1303 const FunctionType *FunTy = nullptr;
1306 FunTy = PointeeTy->getAs<FunctionType>();
1308 FunTy = ExprTy->getAs<FunctionType>();
/external/chromium_org/v8/tools/
H A Dgc-nvp-trace-processor.py170 elif t is types.FunctionType:
/external/clang/include/clang/Sema/
H A DScopeInfo.h529 QualType FunctionType; member in class:clang::sema::BlockScopeInfo
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp623 const RetainSummary *getUnarySummary(const FunctionType* FT,
1019 // [PR 3337] Use 'getAs<FunctionType>' to strip away any typedefs on the
1021 const FunctionType* FT = FD->getType()->getAs<FunctionType>();
1231 RetainSummaryManager::getUnarySummary(const FunctionType* FT,
/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp151 FunctionType::get(Type::getInt32Ty(C), true));
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCContract.cpp396 InlineAsm::get(FunctionType::get(Type::getVoidTy(Inst->getContext()),
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITTestBase.h112 FunctionType *FuncTy) {
/external/clang/include/clang/AST/
H A DDeclBase.h35 class FunctionType;
963 /// \brief Looks through the Decl's underlying type to extract a FunctionType
965 /// have a FunctionType.
966 const FunctionType *getFunctionType(bool BlocksToo = true) const;
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp260 if (const FunctionType *FT = Ty->getAs<FunctionType>())
/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp912 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp939 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp1161 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()),
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp921 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()),
H A Dtoy.cpp1201 FunctionType *FT = FunctionType::get(Type::getDoubleTy(getGlobalContext()),
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp128 FunctionType *FTy = Callee->getFunctionType();
344 FunctionType *FTy = Callee->getFunctionType();

Completed in 748 milliseconds

12345678910