Home
last modified time | relevance | path

Searched refs:RightSub (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp258 auto &RightSub = in substituteBoolValue() local
260 Result = &getOrCreateDisjunction(LeftSub, RightSub); in substituteBoolValue()
267 auto &RightSub = in substituteBoolValue() local
269 Result = &getOrCreateConjunction(LeftSub, RightSub); in substituteBoolValue()
276 auto &RightSub = in substituteBoolValue() local
278 Result = &getOrCreateImplication(LeftSub, RightSub); in substituteBoolValue()
285 auto &RightSub = in substituteBoolValue() local
287 Result = &getOrCreateIff(LeftSub, RightSub); in substituteBoolValue()
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dcategory_right_sub.h1 @interface Foo(RightSub) <P2>