Searched refs:getArgType (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 456 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 D | StdLibraryFunctionsChecker.cpp | 226 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 D | FormatString.h | 374 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 D | python.cc | 227 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 D | isl_config.h.in | 144 #undef getArgType
|
H A D | cpp.cc | 697 QualType type = callback->getArgType(i); in generate_callback_args()
|
H A D | template_cpp.cc | 1735 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 D | ScanfFormatString.cpp | 225 ArgType ScanfSpecifier::getArgType(ASTContext &Ctx) const { in getArgType() function in ScanfSpecifier 508 const analyze_scanf::ArgType &AT = getArgType(Ctx); in fixType()
|
H A D | PrintfFormatString.cpp | 667 ArgType PrintfSpecifier::getArgType(ASTContext &Ctx, in getArgType() function in PrintfSpecifier 869 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); in fixType()
|
H A D | FormatString.cpp | 567 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 D | ax_detect_clang.m4 | 174 AC_DEFINE([getArgType], [getParamType], definition
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 8264 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()
|