Searched refs:BoolValue (Results 1 – 3 of 3) sorted by relevance
19 define linkonce_odr void @foo(%class.A* nocapture %this, i32 %BoolValue) nounwind uwtable {21 %cmp = icmp eq i32 %BoolValue, 0
131 Matcher<Stmt> BoolValue = in TEST_F() local140 EXPECT_TRUE(matches(BoolSnippet, BoolValue)); in TEST_F()141 EXPECT_FALSE(matches(ClassSnippet, BoolValue)); in TEST_F()
785 … bool BoolValue() const { bool b=false; QueryBoolValue( &b ); return b; } in BoolValue() function