Searched refs:DecRef (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp67 enum ArgEffect { DoNothing, Autorelease, Dealloc, DecRef, DecRefMsg, enumerator in enum:ArgEffect
955 ScratchArgs = AF.add(ScratchArgs, 1, DecRef);
961 ScratchArgs = AF.add(ScratchArgs, 2, DecRef);
1123 case cfrelease: Effect = DecRef; break;
1164 Template->addArg(AF, parm_idx, DecRef);
1167 Template->addArg(AF, parm_idx, DecRef);
1220 Template->addArg(AF, parm_idx, DecRef);
1223 Template->addArg(AF, parm_idx, DecRef);
1487 Summ = getPersistentSummary(NoRet, isGCEnabled() ? DoNothing : DecRef);
2900 case DecRefMsg: E = IgnoreRetainMsg ? DoNothing : DecRef; brea
[all...]
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp7240 // DecRef() does ref count increment in a way unfriendly to race detectors.
7253 int DecRef() { function in namespace:test401
7270 if (DecRef() == 0) { // Use DecRefAnnotated() instead!
/external/valgrind/unittest/
H A Dracecheck_unittest.cc6953 // DecRef() does ref count increment in a way unfriendly to race detectors.
6966 int DecRef() { function in namespace:test401
6983 if (DecRef() == 0) { // Use DecRefAnnotated() instead!

Completed in 124 milliseconds