Searched refs:LeftSub (Results 1 – 2 of 2) sorted by relevance
256 auto &LeftSub = in substituteBoolValue() local260 Result = &getOrCreateDisjunction(LeftSub, RightSub); in substituteBoolValue()265 auto &LeftSub = in substituteBoolValue() local269 Result = &getOrCreateConjunction(LeftSub, RightSub); in substituteBoolValue()274 auto &LeftSub = in substituteBoolValue() local278 Result = &getOrCreateImplication(LeftSub, RightSub); in substituteBoolValue()283 auto &LeftSub = in substituteBoolValue() local287 Result = &getOrCreateIff(LeftSub, RightSub); in substituteBoolValue()
1 @interface Foo(LeftSub) <P1>