Searched refs:fRuleSetStack (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp21 fRuleSetStack(10, true)
67 if (ruleSet == NULL || !fRuleSetStack.AddItem(ruleSet)) {
79 if (fRuleSetStack.IsEmpty())
83 fRuleSet = fRuleSetStack.RemoveItemAt(
84 fRuleSetStack.CountItems() - 1);
H A DCfaContext.h66 RuleSetList fRuleSetStack; member in class:CfaContext

Completed in 78 milliseconds