Searched refs:Leaked (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | RetainCountChecker.cpp | 2608 SmallVectorImpl<SymbolRef> &Leaked) const; 2616 SmallVectorImpl<SymbolRef> &Leaked, 3644 SmallVectorImpl<SymbolRef> &Leaked) const { in handleSymbolDeath() 3654 Leaked.push_back(sid); in handleSymbolDeath() 3660 SmallVectorImpl<SymbolRef> &Leaked, in processLeaks() argument 3668 I = Leaked.begin(), E = Leaked.end(); I != E; ++I) { in processLeaks() 3713 SmallVector<SymbolRef, 10> Leaked; in checkEndFunction() local 3716 state = handleSymbolDeath(state, I->first, I->second, Leaked); in checkEndFunction() 3718 processLeaks(state, Leaked, Ctx, Pred); in checkEndFunction() 3740 SmallVector<SymbolRef, 10> Leaked; in checkDeadSymbols() local [all …]
|
/external/bison/tests/ |
D | glr-regression.at | 938 ## Leaked semantic values if user action cuts parse. ## 941 AT_SETUP([Leaked semantic values if user action cuts parse]) 1402 ## Leaked semantic values when reporting ambiguity. ## 1405 AT_SETUP([Leaked semantic values when reporting ambiguity]) 1484 ## Leaked lookahead after nondeterministic parse syntax error. ## 1487 AT_SETUP([Leaked lookahead after nondeterministic parse syntax error])
|
/external/chromium_org/base/mac/ |
D | mac_util.mm | 139 // Leaked. That's OK, it's scoped to the lifetime of the application. 148 // Leaked. That's OK, it's scoped to the lifetime of the application. 156 // Leaked. That's OK, it's scoped to the lifetime of the application.
|
/external/chromium_org/chrome/common/ |
D | chrome_paths_mac.mm | 75 // Leaked, but the only caller initializes a static with this result, so it
|
/external/bison/ |
D | ChangeLog-2012 | 8585 * tests/glr-regression.at (Leaked semantic values when reporting 8587 (Leaked lookahead after nondeterministic parse syntax error): New test 8595 * tests/glr-regression.at (Leaked semantic values when reporting 8610 * tests/glr-regression.at (Leaked merged semantic value if user action 8612 (Leaked semantic values if user action cuts parse): ... this. Add check 9091 (Leaked merged semantic value if user action cuts parse): In order to 9125 (Leaked merged semantic value if user action cuts parse): New test
|