Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp456 static inline AMDGPULibFunc::EType getArgType(const AMDGPULibFunc& FInfo) { in getArgType() function
533 getArgType(FInfo) == AMDGPULibFunc::F64 || !HasNative(FInfo.getId()) || in useNative()
697 if ((getArgType(FInfo) == AMDGPULibFunc::F32 || in fold()
698 getArgType(FInfo) == AMDGPULibFunc::F64) in fold()
748 if (getArgType(FInfo) == AMDGPULibFunc::F32) { in TDOFold()
782 if (getArgType(FInfo) != AMDGPULibFunc::F32 || in replaceWithNative()
828 (CF1 && (getArgType(FInfo) == AMDGPULibFunc::F32))) in fold_divide()
948 double dval = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
1011 double V = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
1036 double V = (getArgType(FInfo) == AMDGPULibFunc::F32) in fold_pow()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp226 getArgType(FD, ArgN)->isIntegralType(FD->getASTContext()); in checkSpecificValidity()
279 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
350 Summary.getArgType(*SizeArgN)); in apply()
379 const bool ValidArg = getArgType(FD, ArgN)->isPointerType(); in checkSpecificValidity()
446 static QualType getArgType(const FunctionDecl *FD, ArgNo ArgN) { in getArgType() function in __anon6255e2070111::StdLibraryFunctionsChecker
514 QualType getArgType(ArgNo ArgN) const { in getArgType() function in __anon6255e2070111::StdLibraryFunctionsChecker::Summary
515 return StdLibraryFunctionsChecker::getArgType(FD, ArgN); in getArgType()
634 QualType T = Summary.getArgType(getArgNo()); in describe()
703 QualType T = Summary.getArgType(getArgNo()); in applyAsOutOfRange()
732 QualType T = Summary.getArgType(getArgNo()); in applyAsWithinRange()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DFormatString.h374 ArgType getArgType(ASTContext &Ctx) const;
582 ArgType getArgType(ASTContext &Ctx, bool IsObjCLiteral) const;
673 ArgType getArgType(ASTContext &Ctx) const;
/netbsd-src/external/mit/isl/dist/interface/
H A Dpython.cc227 if (!is_isl_type(fn->getArgType(i))) in print_callback()
241 arg_type = type2python(extract_type(fn->getArgType(i))); in print_callback()
245 print_copy(fn->getArgType(i)); in print_callback()
H A Disl_config.h.in144 #undef getArgType
H A Dcpp.cc697 QualType type = callback->getArgType(i); in generate_callback_args()
H A Dtemplate_cpp.cc1735 auto type = callback->getArgType(i); in print_callback_args()
2712 auto arg_type = plain_type(callback->getArgType(0)); in callback_name()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp225 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() function in ScanfSpecifier
508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType()
H A DPrintfFormatString.cpp667 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() function in PrintfSpecifier
869 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
H A DFormatString.cpp567 analyze_format_string::OptionalAmount::getArgType(ASTContext &Ctx) const { in getArgType() function in analyze_format_string::OptionalAmount
/netbsd-src/external/mit/isl/dist/m4/
H A Dax_detect_clang.m4174 AC_DEFINE([getArgType], [getParamType], definition
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8264 const analyze_printf::ArgType &AT = Amt.getArgType(S.Context); in HandleAmount()
8774 const analyze_printf::ArgType &AT = FS.getArgType(S.Context, isObjCContext()); in checkFormatExpr()
9192 const analyze_format_string::ArgType &AT = FS.getArgType(S.Context); in HandleScanfSpecifier()