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

  /external/clang/test/Sema/
warn-unused-value.c 93 #define GenTest(x) _Generic(x, default : blah)(x)
108 GenTest(val++);
  /external/google-breakpad/src/testing/gtest/scripts/
gen_gtest_pred_impl.py 570 def GenTest(use_format, use_assert, expect_failure,
585 GenTest(1, 0, 0, 1, 0) returns a test that tests the behavior
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 573 def GenTest(use_format, use_assert, expect_failure,
588 GenTest(1, 0, 0, 1, 0) returns a test that tests the behavior
691 tests += ''.join([GenTest(use_format, use_assert, expect_failure,
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
gen_gtest_pred_impl.py 570 def GenTest(use_format, use_assert, expect_failure,
585 GenTest(1, 0, 0, 1, 0) returns a test that tests the behavior
688 tests += ''.join([GenTest(use_format, use_assert, expect_failure,

Completed in 53 milliseconds