Searched defs:getFunctionType (Results 1 - 15 of 15) 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.cpp234 FunctionType *Function::getFunctionType() const { function in class:Function
239 return getFunctionType()->isVarArg();
243 return getFunctionType()->getReturnType();
294 FunctionType *FT = getFunctionType();
329 return getFunctionType()->getNumParams();
332 return getFunctionType()->getNumParams() == 0;
1086 FunctionType *FTy = F->getFunctionType();
1111 assert(NewDecl->getFunctionType() == FTy && "Shouldn't change the signature");
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVFunction.h98 SPIRVTypeFunction *getFunctionType() const { return FuncType;} function in class:SPIRV::SPIRVFunction
103 return getFunctionType()->getNumParameters();
143 getFunctionType()->getParameterType(TheArgNo),
151 for (size_t i = 0, e = getFunctionType()->getNumParameters(); i != e; ++i)
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DFunction.cpp138 FunctionType *Function::getFunctionType() const { function in class:Function
143 return getFunctionType()->isVarArg();
147 return getFunctionType()->getReturnType();
199 FunctionType *FT = getFunctionType();
212 return getFunctionType()->getNumParams();
215 return getFunctionType()->getNumParams() == 0;
H A DInlineAsm.cpp45 assert(Verify(getFunctionType(), constraints) &&
54 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
/external/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
/external/llvm/include/llvm/IR/
H A DCallSite.h295 FunctionType *getFunctionType() const { function in class:llvm::CallSiteBase
296 CALLSITE_DELEGATE_GETTER(getFunctionType());
H A DInstructions.h1510 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::CallInst
3511 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::InvokeInst
/external/clang/lib/AST/
H A DDeclBase.cpp813 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
H A DExpr.cpp1869 /// getFunctionType - Return the underlying function type for this block.
1871 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
H A DASTContext.cpp2237 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
2249 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
2282 return Context.getFunctionType(
3043 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, function in class:ASTContext
3081 Canonical = getFunctionType(CanResultTy, CanonicalArgs, CanonicalEPI);
7562 return getFunctionType(retType, types, EPI);
7598 return getFunctionType(retType, proto->getParamTypes(), EPI);
7981 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);
8396 return getFunctionType(ResType, ArgTypes, EPI);
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h248 TypeIndex getFunctionType() const { return FunctionType; } function in class:llvm::codeview::MemberFuncIdRecord
728 TypeIndex getFunctionType() const { return FunctionType; } function in class:llvm::codeview::FuncIdRecord
/external/skia/src/sksl/
H A DSkSLSPIRVCodeGenerator.cpp1129 SpvId SPIRVCodeGenerator::getFunctionType(const FunctionDeclaration& function) { function in class:SkSL::SPIRVCodeGenerator
1435 // see getFunctionType for an explanation of why we're always using pointer parameters
1895 // comments in getFunctionType); erroneous uses of rvalues as lvalues should have been
2605 SpvFunctionControlMaskNone, this->getFunctionType(f), out);
/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/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2392 milliseconds