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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp70 /// ArgEffects summarizes the effects of a function/method call on all of
72 typedef llvm::ImmutableMap<unsigned,ArgEffect> ArgEffects; typedef
361 ArgEffects Args;
376 RetainSummary(ArgEffects A, RetEffect R, ArgEffect defaultEff,
389 void addArg(ArgEffects::Factory &af, unsigned idx, ArgEffect e) {
428 /// A retain summary is simple if it has no ArgEffects other than the default.
434 ArgEffects getArgEffects() const { return Args; }
591 /// BPAlloc - A BumpPtrAllocator used for allocating summaries, ArgEffects,
595 /// AF - A factory for ArgEffects objects.
596 ArgEffects
[all...]

Completed in 409 milliseconds