Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp401 static inline AMDGPULibFunc::EType getArgType(const AMDGPULibFunc& FInfo) { in getArgType() function
494 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative()
859 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in TDOFold()
979 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
1051 double V = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
1080 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in fold_pow()
1246 if (getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId())) in getNativeFunction()
1355 if ((getArgType(fInfo) != AMDGPULibFunc::F32 && in fold_sincos()
1356 getArgType(fInfo) != AMDGPULibFunc::F64) || in fold_sincos()
1473 opr0 = (getArgType(FInfo) == AMDGPULibFunc::F64) in evaluateScalarMathFunc()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DFormatString.h399 ArgType getArgType(ASTContext &Ctx) const;
607 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
698 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
942 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
H A DFormatString.cpp761 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()
730 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType() function in __anon4d759d9c0111::StdLibraryFunctionsChecker
789 QualType getArgType(ArgNo ArgN) const { in getArgType() function in __anon4d759d9c0111::StdLibraryFunctionsChecker::Summary
790 return StdLibraryFunctionsChecker::getArgType(FD, ArgN); in getArgType()
1040 QualType T = Summary.getArgType(getArgNo()); in apply()
1062 QualType T = Summary.getArgType(getArgNo()); in describe()
1104 QualType T = Summary.getArgType(getArgNo()); in describeArgumentValue()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7465 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context); in HandleAmount()
7717 FieldWidth.getArgType(S.Context), in HandlePrintfSpecifier()
7733 Precision.getArgType(S.Context), EquatableFormatArgument::FAR_Precision, in HandlePrintfSpecifier()
7761 CS.getCharacters(), FS.getArgType(S.Context, isObjCContext()), in HandlePrintfSpecifier()
8207 const analyze_printf::ArgType &AT = FS.getArgType(S.Context, isObjCContext()); in checkFormatExpr()
8723 const analyze_format_string::ArgType &AT = FS.getArgType(S.Context); in HandleScanfSpecifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc8393 …ypeERNS_10ASTContextE", "clang::analyze_format_string::OptionalAmount::getArgType(clang::ASTContex…
8419 …etArgTypeERNS_10ASTContextE", "clang::analyze_printf::PrintfSpecifier::getArgType(clang::ASTContex…