Searched defs:getFunctionType (Results 1 - 10 of 10) sorted by relevance
/external/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 45 assert(Verify(getFunctionType(), constraints) && 54 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
|
H A D | Function.cpp | 227 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 D | CallSite.h | 240 FunctionType *getFunctionType() const { function in class:llvm::CallSiteBase 241 CALLSITE_DELEGATE_GETTER(getFunctionType());
|
H A D | Instructions.h | 1499 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 D | CodeCompleteConsumer.cpp | 409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
|
/external/clang/lib/AST/ |
H A D | DeclBase.cpp | 770 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
|
H A D | Expr.cpp | 2022 /// getFunctionType - Return the underlying function type for this block. 2024 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
|
H A D | ASTContext.cpp | 2228 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 D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |
Completed in 198 milliseconds