Home
last modified time | relevance | path

Searched refs:Leaked (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp2669 SmallVectorImpl<SymbolRef> &Leaked) const;
2677 SmallVectorImpl<SymbolRef> &Leaked,
3809 SmallVectorImpl<SymbolRef> &Leaked) const { in handleSymbolDeath()
3830 Leaked.push_back(sid); in handleSymbolDeath()
3836 SmallVectorImpl<SymbolRef> &Leaked, in processLeaks() argument
3844 I = Leaked.begin(), E = Leaked.end(); I != E; ++I) { in processLeaks()
3888 SmallVector<SymbolRef, 10> Leaked; in checkEndFunction() local
3891 state = handleSymbolDeath(state, I->first, I->second, Leaked); in checkEndFunction()
3893 processLeaks(state, Leaked, Ctx, Pred); in checkEndFunction()
3915 SmallVector<SymbolRef, 10> Leaked; in checkDeadSymbols() local
[all …]
/external/bison/tests/
Dglr-regression.at938 ## 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/bison/
DChangeLog-20128585 * 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