Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DDataflowAnalysisContext.cpp256 auto &LeftSub = in substituteBoolValue() local
260 Result = &getOrCreateDisjunction(LeftSub, RightSub); in substituteBoolValue()
265 auto &LeftSub = in substituteBoolValue() local
269 Result = &getOrCreateConjunction(LeftSub, RightSub); in substituteBoolValue()
274 auto &LeftSub = in substituteBoolValue() local
278 Result = &getOrCreateImplication(LeftSub, RightSub); in substituteBoolValue()
283 auto &LeftSub = in substituteBoolValue() local
287 Result = &getOrCreateIff(LeftSub, RightSub); in substituteBoolValue()
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dcategory_left_sub.h1 @interface Foo(LeftSub) <P1>