Searched defs:funcType (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 657 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/mesa3d/src/gallium/drivers/radeon/ |
D | AMDILPeepholeOptimizer.cpp | 657 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/ |
D | CodeExtractor.cpp | 341 FunctionType *funcType = in constructFunction() local
|
/external/clang/lib/Rewrite/Frontend/ |
D | RewriteObjC.cpp | 554 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() 567 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() 2129 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2301 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
|
D | RewriteModernObjC.cpp | 623 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType, in RewriteBlocksInFunctionProtoType() 636 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) { in CheckFunctionPointerDecl() 2240 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteObjCQualifiedInterfaceTypes() local 2415 const FunctionType *funcType = FD->getType()->getAs<FunctionType>(); in RewriteBlockLiteralFunctionDecl() local
|