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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp657 FunctionType *funcType = FunctionType::get(aType, callTypes, false); local
662 getOrInsertFunction(llvm::StringRef(name), funcType));
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false); local
827 getOrInsertFunction(llvm::StringRef(name), funcType));
1013 FunctionType *funcType = local
1023 getOrInsertFunction(llvm::StringRef(name), funcType));
1045 FunctionType *funcType = local
1055 getOrInsertFunction(llvm::StringRef(name), funcType));
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp657 FunctionType *funcType = FunctionType::get(aType, callTypes, false); local
662 getOrInsertFunction(llvm::StringRef(name), funcType));
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false); local
827 getOrInsertFunction(llvm::StringRef(name), funcType));
1013 FunctionType *funcType = local
1023 getOrInsertFunction(llvm::StringRef(name), funcType));
1045 FunctionType *funcType = local
1055 getOrInsertFunction(llvm::StringRef(name), funcType));
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp341 FunctionType *funcType = local
345 Function *newFunction = Function::Create(funcType,
/external/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp396 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
623 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
626 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
636 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
637 const PointerType *PT = funcType->getAs<PointerType>();
638 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
2240 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2241 assert(funcType && "missing function type");
2242 proto = dyn_cast<FunctionProtoType>(funcType);
2415 const FunctionType *funcType local
[all...]
H A DRewriteObjC.cpp321 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
554 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, argument
557 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
567 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { argument
568 const PointerType *PT = funcType->getAs<PointerType>();
569 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
2129 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); local
2130 assert(funcType && "missing function type");
2131 proto = dyn_cast<FunctionProtoType>(funcType);
2301 const FunctionType *funcType local
[all...]

Completed in 126 milliseconds