/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 | 234 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 D | SPIRVFunction.h | 98 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 D | Function.cpp | 138 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 D | InlineAsm.cpp | 45 assert(Verify(getFunctionType(), constraints) && 54 FunctionType *InlineAsm::getFunctionType() const { function in class:InlineAsm
|
/external/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 409 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { function in class:CodeCompleteConsumer::OverloadCandidate
|
/external/llvm/include/llvm/IR/ |
H A D | CallSite.h | 295 FunctionType *getFunctionType() const { function in class:llvm::CallSiteBase 296 CALLSITE_DELEGATE_GETTER(getFunctionType());
|
H A D | Instructions.h | 1510 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 D | DeclBase.cpp | 813 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
|
H A D | Expr.cpp | 1869 /// getFunctionType - Return the underlying function type for this block. 1871 const FunctionProtoType *BlockExpr::getFunctionType() const { function in class:BlockExpr
|
H A D | ASTContext.cpp | 2237 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 D | TypeRecord.h | 248 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 D | SkSLSPIRVCodeGenerator.cpp | 1129 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 D | h2-1.2.147.jar | META-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ... |
/external/v8/src/inspector/build/closure-compiler/ |
H A D | closure-compiler.jar | META-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |