Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1142 return shouldBlockArgumentBeCalledOnce(Call, Prev) ? Call : nullptr; in getBlockGuaraneedCallSite()
1145 return shouldBlockArgumentBeCalledOnce(Message, Prev) ? Message in getBlockGuaraneedCallSite()
1156 bool shouldBlockArgumentBeCalledOnce(const CallLikeExpr *CallOrMessage, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1164 return shouldBlockArgumentBeCalledOnce(CallOrMessage, Argument.index()); in shouldBlockArgumentBeCalledOnce()
1171 bool shouldBlockArgumentBeCalledOnce(const CallExpr *Call, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1174 return shouldBlockArgumentBeCalledOnce(Function, ParamIndex) || in shouldBlockArgumentBeCalledOnce()
1178 bool shouldBlockArgumentBeCalledOnce(const ObjCMessageExpr *Message, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker
1185 static bool shouldBlockArgumentBeCalledOnce(const FunctionDecl *Function, in shouldBlockArgumentBeCalledOnce() function in __anon4ef948f50111::CalledOnceChecker