Home
last modified time | relevance | path

Searched refs:getArgType (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp430 static inline AMDGPULibFunc::EType getArgType(const AMDGPULibFunc& FInfo) { in getArgType() function
507 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative()
672 if ((getArgType(FInfo) == AMDGPULibFunc::F32 || in fold()
673 getArgType(FInfo) == AMDGPULibFunc::F64) in fold()
722 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in TDOFold()
781 (CF1 && (getArgType(FInfo) == AMDGPULibFunc::F32))) in fold_divide()
901 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
964 double V = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
989 double V = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
996 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in fold_pow()
[all …]
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DFormatString.h387 ArgType getArgType(ASTContext &Ctx) const;
595 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
686 ArgType getArgType(ASTContext &Ctx) const;
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp228 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext()); in checkSpecificValidity()
283 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
354 Summary.getArgType(*SizeArgN)); in apply()
383 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
601 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType() function in __anon2143b5530111::StdLibraryFunctionsChecker
660 QualType getArgType(ArgNo ArgN) const { in getArgType() function in __anon2143b5530111::StdLibraryFunctionsChecker::Summary
661 return StdLibraryFunctionsChecker::getArgType(FD, ArgN); in getArgType()
798 QualType T = Summary.getArgType(getArgNo()); in describe()
870 QualType T = Summary.getArgType(getArgNo()); in applyAsOutOfRange()
899 QualType T = Summary.getArgType(getArgNo()); in applyAsWithinRange()
[all …]
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DScanfFormatString.cpp226 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() function in ScanfSpecifier
510 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType()
H A DPrintfFormatString.cpp670 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() function in PrintfSpecifier
873 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
H A DFormatString.cpp632 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const { in getArgType() function in analyze_format_string::OptionalAmount
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp197 static Type *getArgType(const Function &F, unsigned ArgIdx) { in getArgType() function
235 auto *SpirvTy = GR->assignTypeToVReg(getArgType(F, i), VRegs[i][0], in lowerFormalArguments()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9788 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context); in HandleAmount()
10329 const analyze_printf::ArgType &AT = FS.getArgType(S.Context, isObjCContext()); in checkFormatExpr()
10798 const analyze_format_string::ArgType &AT = FS.getArgType(S.Context); in HandleScanfSpecifier()