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

/external/llvm/lib/IR/
H A DInlineAsm.cpp46 assert(Verify(getFunctionType(), constraints) &&
55 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
H A DFunction.cpp155 FunctionType *Function::getFunctionType() const { function in class:Function
160 return getFunctionType()->isVarArg();
164 return getFunctionType()->getReturnType();
220 FunctionType *FT = getFunctionType();
233 return getFunctionType()->getNumParams();
236 return getFunctionType()->getNumParams() == 0;
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp413 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
H A DSemaDeclAttr.cpp62 static const FunctionType *getFunctionType(const Decl *D, function
88 return getFunctionType(D, false) != NULL;
124 if (const FunctionType *FnTy = getFunctionType(D))
136 if (const FunctionType *FnTy = getFunctionType(D))
144 if (const FunctionType *FnTy = getFunctionType(D))
153 if (const FunctionType *FnTy = getFunctionType(D))
159 if (const FunctionType *FnTy = getFunctionType(D)) {
1186 if (!getFunctionType(D)->getResultType()->isAnyPointerType()) {
2613 const FunctionType *FT = Ty->isFunctionPointerType() ? getFunctionType(D)
2646 if (isFunction(D) && getFunctionType(
[all...]
/external/clang/lib/AST/
H A DExpr.cpp1868 /// getFunctionType - Return the underlying function type for this block.
1870 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
H A DASTContext.cpp1977 Result = getFunctionType(FPT->getResultType(),
2642 /// getFunctionType - Return a normal function type with a typed argument
2645 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, function in class:ASTContext
2696 Canonical = getFunctionType(CanResultTy, CanonicalArgs, CanonicalEPI);
6799 return getFunctionType(retType, types, EPI);
6836 return getFunctionType(retType,
7172 = getFunctionType(OldReturnType,
7567 return getFunctionType(ResType, ArgTypes, EPI);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...

Completed in 472 milliseconds