HomeSort by relevance Sort by last modified time
    Searched defs:IfTrue (Results 1 - 2 of 2) sorted by null

  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 111 bool IfTrue = false;
113 IfTrue = true;
115 EXPECT_FALSE(IfTrue);
119 IfTrue = false;
121 IfTrue = true;
123 EXPECT_TRUE(IfTrue);
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp     [all...]

Completed in 228 milliseconds