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

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 25 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
27 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), NULL);
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp 124 if (const FunctionType *FnTy = getFunctionType(D))
125 return isa<FunctionProtoType>(FnTy);
136 if (const FunctionType *FnTy = getFunctionType(D))
137 return cast<FunctionProtoType>(FnTy)->getNumArgs();
144 if (const FunctionType *FnTy = getFunctionType(D))
145 return cast<FunctionProtoType>(FnTy)->getArgType(Idx);
153 if (const FunctionType *FnTy = getFunctionType(D))
154 return cast<FunctionProtoType>(FnTy)->getResultType();
159 if (const FunctionType *FnTy = getFunctionType(D)) {
160 const FunctionProtoType *proto = cast<FunctionProtoType>(FnTy);
    [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 434 milliseconds