Home
last modified time | relevance | path

Searched defs:shouldBeCalledOnce (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp1036 bool shouldBeCalledOnce(const ParmVarDecl *Parameter) const { shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
1044 bool shouldBeCalledOnce(const DeclContext *ParamContext, shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
1056 bool shouldBeCalledOnce(const BlockDecl *Block, unsigned ParamIndex) const { shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
1060 bool shouldBeCalledOnce(const FunctionDecl *Function, shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
1076 bool shouldBeCalledOnce(const ObjCMethodDecl *Method, shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
1095 bool shouldBeCalledOnce(const CallExpr *Call, unsigned ParamIndex) const { shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
1100 bool shouldBeCalledOnce(const ObjCMessageExpr *Message, shouldBeCalledOnce() function in __anon185a77070111::CalledOnceChecker
[all...]