Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallDescription.h164 template <typename T> class CallDescriptionMap {
175 CallDescriptionMap( in CallDescriptionMap() function
180 CallDescriptionMap(InputIt First, InputIt Last) : LinearMap(First, Last) {} in CallDescriptionMap() function
182 ~CallDescriptionMap() = default;
186 CallDescriptionMap(const CallDescriptionMap &) = delete;
187 CallDescriptionMap &operator=(const CallDescription &) = delete;
189 CallDescriptionMap(CallDescriptionMap &&) = default;
190 CallDescriptionMap &operator=(CallDescriptionMap &&) = default;
229 CallDescriptionMap<bool /*unused*/> Impl = {};
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/cert/
H A DInvalidPtrChecker.cpp53 const CallDescriptionMap<HandlerFn> EnvpInvalidatingFunctions = {
65 const CallDescriptionMap<HandlerFn> PreviousCallInvalidatingFunctions = {
/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDebugContainerModeling.cpp44 CallDescriptionMap<FnCheck> Callbacks = {
H A DReturnValueChecker.cpp37 const CallDescriptionMap<bool> CDM = {
H A DDebugIteratorModeling.cpp45 CallDescriptionMap<FnCheck> Callbacks = {
H A DPthreadLockChecker.cpp88 CallDescriptionMap<FnCheck> PThreadCallbacks = {
128 CallDescriptionMap<FnCheck> FuchsiaCallbacks = {
150 CallDescriptionMap<FnCheck> C11Callbacks = {
H A DSTLAlgorithmModeling.cpp35 const CallDescriptionMap<FnCheck> Callbacks = {
H A DErrnoTesterChecker.cpp72 const CallDescriptionMap<EvalFn> TestCalls{
H A DContainerModeling.cpp74 CallDescriptionMap<NoItParamFn> NoIterParamFunctions = {
85 CallDescriptionMap<OneItParamFn> OneIterParamFunctions = {
92 CallDescriptionMap<TwoItParamFn> TwoIterParamFunctions = {
H A DIteratorRangeChecker.cpp59 CallDescriptionMap<AdvanceFn> AdvanceFunctions = {
H A DCastValueChecker.cpp60 const CallDescriptionMap<std::pair<CastCheck, CallKind>> CDM = {
H A DStreamChecker.cpp240 CallDescriptionMap<FnDescription> FnDescriptions = {
310 CallDescriptionMap<FnDescription> FnTestDescriptions = {
H A DIteratorModeling.cpp129 CallDescriptionMap<AdvanceFn> AdvanceLikeFunctions = {
H A DMallocChecker.cpp394 const CallDescriptionMap<CheckFn> FreeingMemFnMap{
406 CallDescriptionMap<CheckFn> AllocatingMemFnMap{
431 CallDescriptionMap<CheckFn> ReallocatingMemFnMap{
H A DSmartPtrModeling.cpp88 CallDescriptionMap<SmartPtrMethodHandlerFn> SmartPtrMethodHandlers{
H A DGenericTaintChecker.cpp324 using RuleLookupTy = CallDescriptionMap<GenericTaintRule>;
H A DCStringChecker.cpp126 CallDescriptionMap<FnCheck> Callbacks = {