Searched defs:ArgEffects (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp71 /// ArgEffects summarizes the effects of a function/method call on all of
73 typedef llvm::ImmutableMap<unsigned,ArgEffect> ArgEffects; typedef
388 ArgEffects Args;
403 RetainSummary(ArgEffects A, RetEffect R, ArgEffect defaultEff,
416 void addArg(ArgEffects::Factory &af, unsigned idx, ArgEffect e) {
455 /// A retain summary is simple if it has no ArgEffects other than the default.
461 ArgEffects getArgEffects() const { return Args; }
618 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
622 /// AF - A factory for ArgEffects objects.
623 ArgEffects
[all...]

Completed in 510 milliseconds