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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp47 /// ArgEffect is used to summarize a function/method call's effect on a
49 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg, enum
70 template <> struct FoldingSetTrait<ArgEffect> {
71 static inline void Profile(const ArgEffect X, FoldingSetNodeID& ID) {
79 typedef llvm::ImmutableMap<unsigned,ArgEffect> ArgEffects;
380 /// Args - a map of (index, ArgEffect) pairs, where index
385 /// DefaultArgEffect - The default ArgEffect to apply to arguments that
387 ArgEffect DefaultArgEffect;
391 ArgEffect Receiver;
398 RetainSummary(ArgEffects A, RetEffect R, ArgEffect defaultEf
[all...]

Completed in 73 milliseconds