Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/X86/
Dcodegen-prepare.ll19 define linkonce_odr void @foo(%class.A* nocapture %this, i32 %BoolValue) nounwind uwtable {
21 %cmp = icmp eq i32 %BoolValue, 0
/external/clang/unittests/ASTMatchers/Dynamic/
DRegistryTest.cpp131 Matcher<Stmt> BoolValue = in TEST_F() local
140 EXPECT_TRUE(matches(BoolSnippet, BoolValue)); in TEST_F()
141 EXPECT_FALSE(matches(ClassSnippet, BoolValue)); in TEST_F()
/external/tinyxml2/
Dtinyxml2.h785 … bool BoolValue() const { bool b=false; QueryBoolValue( &b ); return b; } in BoolValue() function