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

  /external/llvm/lib/Target/R600/
AMDILPeepholeOptimizer.cpp 611 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
616 getOrInsertFunction(StringRef(name), funcType));
770 FunctionType *funcType = FunctionType::get(aType, callTypes, false);
780 getOrInsertFunction(StringRef(name), funcType));
960 FunctionType *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 3580 milliseconds