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

/haiku/src/kits/debugger/dwarf/
H A DCfaContext.cpp20 fInitialRuleSet(NULL),
29 delete fInitialRuleSet;
56 fInitialRuleSet = fRuleSet->Clone();
57 if (fInitialRuleSet == NULL)
122 if (fInitialRuleSet != NULL)
123 *rule = *fInitialRuleSet->RegisterRule(reg);
H A DCfaContext.h65 CfaRuleSet* fInitialRuleSet; member in class:CfaContext

Completed in 43 milliseconds