Searched refs:funcType (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Target/R600/
H A DAMDILPeepholeOptimizer.cpp611 FunctionType *funcType = FunctionType::get(aType, callTypes, false); local
616 getOrInsertFunction(StringRef(name), funcType));
770 FunctionType *funcType = FunctionType::get(aType, callTypes, false); local
780 getOrInsertFunction(StringRef(name), funcType));
960 FunctionType *funcType = local
970 getOrInsertFunction(StringRef(name), funcType));
992 FunctionType *funcType = local
1002 getOrInsertFunction(StringRef(name), funcType));
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp340 FunctionType *funcType = local
344 Function *newFunction = Function::Create(funcType,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp320 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
561 const PointerType *PT = funcType->getAs<PointerType>();
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
2157 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2158 assert(funcType && "missing function type");
2159 proto = dyn_cast<FunctionProtoType>(funcType);
2329 const FunctionType *funcType local
[all...]
H A DRewriteModernObjC.cpp381 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
601 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
604 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
615 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
616 const PointerType *PT = funcType->getAs<PointerType>();
617 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
2251 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2252 assert(funcType && "missing function type");
2253 proto = dyn_cast<FunctionProtoType>(funcType);
2422 const FunctionType *funcType local
[all...]

Completed in 114 milliseconds