HomeSort by relevance Sort by last modified time
    Searched refs:Descr (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
RandomIRBuilderTest.cpp 59 fuzzerop::OpDescriptor Descr = fuzzerop::shuffleVectorDescriptor(1);
74 ASSERT_TRUE(Descr.SourcePreds[0].matches(Srcs, Insts[1]));
76 ASSERT_TRUE(Descr.SourcePreds[1].matches(Srcs, Insts[1]));
82 Value *LastSrc = IB.newSource(BB, Insts, Srcs, Descr.SourcePreds[2]);
83 ASSERT_TRUE(Descr.SourcePreds[2].matches(Srcs, LastSrc));
179 fuzzerop::OpDescriptor Descr = fuzzerop::insertValueDescriptor(1);
191 ASSERT_TRUE(Descr.SourcePreds[0].matches({}, Source));
198 Srcs[1] = IB.findOrCreateSource(BB, {Source}, Srcs, Descr.SourcePreds[1]);
199 IB.findOrCreateSource(BB, {}, Srcs, Descr.SourcePreds[2]);
291 fuzzerop::OpDescriptor Descr = fuzzerop::gepDescriptor(1)
    [all...]
OperationsTest.cpp 237 fuzzerop::OpDescriptor Descr = fuzzerop::splitBlockDescriptor(1);
239 Descr.BuilderFunc({ConstantInt::getTrue(Ctx)},&*BB.getFirstInsertionPt());
317 fuzzerop::OpDescriptor Descr = fuzzerop::gepDescriptor(1);
324 ASSERT_FALSE(Descr.SourcePreds[0].matches({}, &*BB.begin()));
327 ASSERT_TRUE(Descr.SourcePreds[0].matches({}, &*std::next(BB.begin())));
  /external/tensorflow/tensorflow/python/util/
tf_decorator_test.py 174 class Descr(object):
180 foo = tf_decorator.TFDecorator('Descr', Descr())
182 self.assertIsInstance(Foo.foo, Descr)
  /external/python/cpython3/Lib/test/
test_module.py 284 class Descr:
288 melon = Descr()
test_descr.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 1755 milliseconds