Searched refs:FunctionType (Results 201 - 225 of 237) sorted by relevance

12345678910

/external/clang/lib/Sema/
H A DSemaStmt.cpp2642 if (CurBlock->FunctionType->getAs<FunctionType>()->getNoReturnAttr()) {
2652 if (CurLambda->CallOperator->getType()->getAs<FunctionType>()
H A DSemaLookup.cpp2187 const FunctionType *FnType = cast<FunctionType>(T);
H A DSemaDeclCXX.cpp10861 FnDecl->getType()->getAs<FunctionType>()->getReturnType();
12272 const FunctionType *NewFT = New->getType()->getAs<FunctionType>();
12273 const FunctionType *OldFT = Old->getType()->getAs<FunctionType>();
12297 QualType NewTy = New->getType()->getAs<FunctionType>()->getReturnType();
12298 QualType OldTy = Old->getType()->getAs<FunctionType>()->getReturnType();
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli536 See the method [llvm::FunctionType::get]. *)
542 See the method [llvm::FunctionType::get]. *)
546 otherwise. See the method [llvm::FunctionType::isVarArg]. *)
550 See the method [llvm::FunctionType::getReturnType]. *)
554 See the method [llvm::FunctionType::getParamType]. *)
/external/chromium_org/v8/src/
H A Dparser.cc747 int function_token_position, FunctionLiteral::FunctionType type,
1017 FunctionLiteral::FunctionType function_type = shared_info->is_expression()
3439 FunctionLiteral::FunctionType function_type,
/external/clang/lib/CodeGen/
H A DCGExprCXX.cpp171 llvm::FunctionType *Ty = CGM.getTypes().GetFunctionType(*FInfo);
H A DCGDebugInfo.cpp769 llvm::DIType CGDebugInfo::CreateType(const FunctionType *Ty,
973 /// getOrCreateMethodType - CXXMethodDecl's type is a FunctionType. This
2155 return CreateType(cast<FunctionType>(Ty), Unit);
H A DCGExprScalar.cpp2264 llvm::FunctionType *handlerTy =
2265 llvm::FunctionType::get(CGF.Int64Ty, argTypes, true);
H A DTargetInfo.cpp6456 static bool appendFunctionType(SmallStringEnc &Enc, const FunctionType *FT,
6518 if (const FunctionType *FT = QT->getAs<FunctionType>())
H A DCGClass.cpp2082 llvm::FunctionType *fnType =
H A DCodeGenFunction.h2572 llvm::FunctionType *IRFuncTy);
/external/llvm/include/llvm/Target/
H A DTargetLowering.h2185 CallLoweringInfo &setCallee(Type *ResultType, FunctionType *FTy,
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp371 FunctionType *FTy = Fn->getFunctionType();
/external/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp835 FunctionType *FTy = F.getFunctionType();
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp266 typedef typename PassT::FunctionType FuncT;
2654 typedef MachineFunction FunctionType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/chromium_org/v8/tools/
H A Dgrokdump.py80 if isinstance(type_or_func, types.FunctionType):
92 if isinstance(type_or_func, types.FunctionType):
/external/clang/lib/AST/
H A DDecl.cpp1385 FT = dyn_cast<FunctionProtoType>(FD->getType()->castAs<FunctionType>());
2511 getType()->getAs<FunctionType>()->getNoReturnAttr();
2585 /// based on its FunctionType. This is the length of the ParamInfo array
/external/clang/lib/Analysis/
H A DCFG.cpp1703 const FunctionType *FT = Ty->getAs<FunctionType>();
/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3011 FunctionType *FTy = cast<FunctionType>(Ty);
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2290 FunctionType *FTy = cast<FunctionType>(PT->getElementType());
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp2693 FunctionType *FTy = cast<FunctionType>(PT->getElementType());
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp266 typedef typename PassT::FunctionType FuncT;
2654 typedef MachineFunction FunctionType; typedef in class:llvm::AMDGPUCFGStructurizer
/external/clang/lib/Serialization/
H A DASTWriter.cpp91 void VisitFunctionType(const FunctionType *T);
184 void ASTTypeWriter::VisitFunctionType(const FunctionType *T) {
186 FunctionType::ExtInfo C = T->getExtInfo();
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DNodes.py110 from types import FunctionType namespace
114 if isinstance(m, FunctionType):
127 from types import FunctionType namespace
138 if isinstance(m, FunctionType) and mname in cls.methods:
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp315 FunctionType *FType = MF.getFunction()->getFunctionType();

Completed in 1065 milliseconds

12345678910