Searched defs:getFunctionType (Results 1 - 9 of 9) 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.cpp194 FunctionType *Function::getFunctionType() const { function in class:Function
199 return getFunctionType()->isVarArg();
203 return getFunctionType()->getReturnType();
259 FunctionType *FT = getFunctionType();
272 return getFunctionType()->getNumParams();
275 return getFunctionType()->getNumParams() == 0;
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp412 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
/external/clang/lib/AST/
H A DDeclBase.cpp709 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
H A DExpr.cpp1935 /// getFunctionType - Return the underlying function type for this block.
1937 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
H A DASTContext.cpp2091 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
2103 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
2826 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, function in class:ASTContext
2871 Canonical = getFunctionType(CanResultTy, CanonicalArgs, CanonicalEPI);
6959 return getFunctionType(retType, types, EPI);
6995 return getFunctionType(retType, proto->getParamTypes(), EPI);
7342 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);
7754 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 ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 588 milliseconds