Searched refs:CheckFn (Results 1 – 6 of 6) sorted by relevance
628 CheckDeclFunc CheckFn; member640 CheckStmtFunc CheckFn; member
474 function_ref<bool(const APTy &)> CheckFn; member475 bool isValue(const APTy &C) { return CheckFn(C); } in isValue()481 m_CheckedInt(function_ref<bool(const APInt &)> CheckFn) { in m_CheckedInt() argument482 return cst_pred_ty<custom_checkfn<APInt>>{{CheckFn}}; in m_CheckedInt()486 m_CheckedInt(const Constant *&V, function_ref<bool(const APInt &)> CheckFn) { in m_CheckedInt() argument487 return cst_pred_ty<custom_checkfn<APInt>>{{CheckFn}, &V}; in m_CheckedInt()493 m_CheckedFp(function_ref<bool(const APFloat &)> CheckFn) { in m_CheckedFp() argument494 return cstfp_pred_ty<custom_checkfn<APFloat>>{{CheckFn}}; in m_CheckedFp()498 m_CheckedFp(const Constant *&V, function_ref<bool(const APFloat &)> CheckFn) { in m_CheckedFp() argument499 return cstfp_pred_ty<custom_checkfn<APFloat>>{{CheckFn}, &V}; in m_CheckedFp()
395 using CheckFn = std::function<void(const MallocChecker *, typedef in __anon0957485b0411::MallocChecker398 const CallDescriptionMap<CheckFn> PreFnMap{405 const CallDescriptionMap<CheckFn> FreeingMemFnMap{418 CallDescriptionMap<CheckFn> AllocatingMemFnMap{448 CallDescriptionMap<CheckFn> ReallocatingMemFnMap{1448 if (const CheckFn *Callback = FreeingMemFnMap.lookup(Call)) { in checkPostCall()1453 if (const CheckFn *Callback = AllocatingMemFnMap.lookup(Call)) { in checkPostCall()1458 if (const CheckFn *Callback = ReallocatingMemFnMap.lookup(Call)) { in checkPostCall()
88 checkers->push_back(info.CheckFn); in runCheckersOnASTDecl()918 Checkers.push_back(Info.CheckFn); in getCachedStmtCheckersFor()
2630 const FunctionDecl *CheckFn = getTemplateInstantiationPattern(); in hasInlineBody() local2631 if (!CheckFn) in hasInlineBody()2632 CheckFn = this; in hasInlineBody()2635 return CheckFn->isDefined(fn) && !fn->isOutOfLine() && in hasInlineBody()
7222 template <typename CheckFn>7225 CheckFn &&IsSuccessful) { in diagnoseDiagnoseIfAttrsWith()