Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp405 static inline AMDGPULibFunc::EType getArgType(const AMDGPULibFunc& FInfo) { in getArgType() function
498 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative()
862 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in TDOFold()
982 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
1053 double V = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
1082 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in fold_pow()
1248 if (getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId())) in getNativeFunction()
1357 if ((getArgType(fInfo) != AMDGPULibFunc::F32 && in fold_sincos()
1358 getArgType(fInfo) != AMDGPULibFunc::F64) || in fold_sincos()
1470 opr0 = (getArgType(FInfo) == AMDGPULibFunc::F64) in evaluateScalarMathFunc()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h398 ArgType getArgType(ASTContext &Ctx) const;
606 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
697 ArgType getArgType(ASTContext &Ctx) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DScanfFormatString.cpp226 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() function in ScanfSpecifier
508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType()
H A DPrintfFormatString.cpp733 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() function in PrintfSpecifier
940 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
H A DFormatString.cpp675 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const { in getArgType() function in analyze_format_string::OptionalAmount
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp308 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext()); in checkSpecificValidity()
399 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
446 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
513 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
732 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType() function in __anon4d759d9c0111::StdLibraryFunctionsChecker
791 QualType getArgType(ArgNo ArgN) const { in getArgType() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::Summary
792 return StdLibraryFunctionsChecker::getArgType(FD, ArgN); in getArgType()
1042 QualType T = Summary.getArgType(getArgNo()); in apply()
1064 QualType T = Summary.getArgType(getArgNo()); in describe()
1106 QualType T = Summary.getArgType(getArgNo()); in describeArgumentValue()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6716 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context); in HandleAmount()
7246 const analyze_printf::ArgType &AT = FS.getArgType(S.Context, isObjCContext()); in checkFormatExpr()
7762 const analyze_format_string::ArgType &AT = FS.getArgType(S.Context); in HandleScanfSpecifier()