Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Analysis/
DAssumeBundleQueriesTest.cpp53 bool ShouldHaveAttr = Reg.match(Attr, &Matches) && Matches[0] == Attr; in hasMatchesExactlyAttributes() local
54 if (ShouldHaveAttr != hasAttributeInAssume(*Assume, WasOn, Attr)) in hasMatchesExactlyAttributes()
228 bool ShouldHaveAttr = Reg.match(Attr, &Matches) && Matches[0] == Attr; in FindExactlyAttributes() local
230 …if (ShouldHaveAttr != (Map.find(RetainedKnowledgeKey{WasOn, Attribute::getAttrKindFromName(Attr)})… in FindExactlyAttributes()