Searched defs:getFunctionType (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/IR/
H A DInlineAsm.cpp45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
H A DFunction.cpp227 FunctionType *Function::getFunctionType() const { return Ty; } function in class:Function
230 return getFunctionType()->isVarArg();
234 return getFunctionType()->getReturnType();
286 FunctionType *FT = getFunctionType();
299 return getFunctionType()->getNumParams();
302 return getFunctionType()->getNumParams() == 0;
/external/llvm/include/llvm/IR/
H A DCallSite.h240 FunctionType *getFunctionType() const { function in class:llvm::CallSiteBase
241 CALLSITE_DELEGATE_GETTER(getFunctionType());
H A DInstructions.h1499 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::CallInst
3452 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::InvokeInst
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
/external/clang/lib/AST/
H A DDeclBase.cpp770 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
H A DExpr.cpp2022 /// getFunctionType - Return the underlying function type for this block.
2024 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
H A DASTContext.cpp2228 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
2240 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
2273 return Context.getFunctionType(
3035 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, function in class:ASTContext
3073 Canonical = getFunctionType(CanResultTy, CanonicalArgs, CanonicalEPI);
7456 return getFunctionType(retType, types, EPI);
7492 return getFunctionType(retType, proto->getParamTypes(), EPI);
7839 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);
8254 return getFunctionType(ResType, ArgTypes, EPI);
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 198 milliseconds