Home
last modified time | relevance | path

Searched defs:funcType (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILPeepholeOptimizer.cpp657 FunctionType *funcType = FunctionType::get(aType, callTypes, false); in optimizeBitInsert() local
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false); in optimizeBitExtract() local
1013 FunctionType *funcType = in expandSigned24BitOps() local
1045 FunctionType *funcType = in expandSigned24BitOps() local
/external/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp342 FunctionType *funcType = in constructFunction() local
/external/clang/lib/Frontend/Rewrite/
DRewriteObjC.cpp545 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
558 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2121 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2293 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
DRewriteModernObjC.cpp614 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType()
627 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl()
2229 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local
2404 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
/external/clang/lib/AST/
DType.cpp1120 if (const auto *funcType = dyn_cast<FunctionType>(splitType.Ty)) { in substObjCTypeArgs() local