OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ran
(Results
1 - 4
of
4
) 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
...]
/external/lldb/examples/test/
usage-pre-post-flight
63
Ran
2 tests in 1.584s
usage-lldb-loggings
57
Ran
2 tests in 7.826s
122
Ran
2 tests in 8.575s
Completed in 129 milliseconds