HomeSort by relevance Sort by last modified time
    Searched refs:funcType (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 657 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
662 getOrInsertFunction(llvm::StringRef(name), funcType));
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
827 getOrInsertFunction(llvm::StringRef(name), funcType));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILPeepholeOptimizer.cpp 657 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
662 getOrInsertFunction(llvm::StringRef(name), funcType));
817 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
827 getOrInsertFunction(llvm::StringRef(name), funcType));
    [all...]
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 340 FunctionType *funcType =
344 Function *newFunction = Function::Create(funcType,
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 320 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
546 void RewriteObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
549 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
560 void RewriteObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
561 const PointerType *PT = funcType->getAs<PointerType>();
562 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]
RewriteModernObjC.cpp 381 void RewriteBlocksInFunctionProtoType(QualType funcType, NamedDecl *D);
601 void RewriteModernObjC::RewriteBlocksInFunctionProtoType(QualType funcType,
604 = dyn_cast<FunctionProtoType>(funcType.IgnoreParens())) {
615 void RewriteModernObjC::CheckFunctionPointerDecl(QualType funcType, NamedDecl *ND) {
616 const PointerType *PT = funcType->getAs<PointerType>();
617 if (PT && PointerTypeTakesAnyBlockArguments(funcType))
    [all...]

Completed in 374 milliseconds