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

  /external/clang/unittests/Tooling/
ToolingTest.cpp 259 bool &Ran;
261 CheckSyntaxOnlyAdjuster(bool &Found, bool &Ran) : Found(Found), Ran(Ran) { }
265 Ran = true;
286 bool Ran = false;
287 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
289 EXPECT_TRUE(Ran);
292 Ran = Found = false;
294 Tool.appendArgumentsAdjuster(new CheckSyntaxOnlyAdjuster(Found, Ran));
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 130 BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {}
147 return PT->at(Ran->Rand() % PT->size());
152 if (Ran->Rand() & 1)
156 if (Ran->Rand() & 1)
165 unsigned index = Ran->Rand();
174 if (Ran->Rand() & 1)
178 if (Ran->Rand() & 1)
198 unsigned index = Ran->Rand();
209 unsigned index = Ran->Rand();
220 return (Ran->Rand() & 1 ? pickVectorType() : pickScalarType())
    [all...]

Completed in 67 milliseconds