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

  /external/clang/test/PCH/
cxx1z-init-statement.cpp 14 static_assert(test_switch(-1) == -1, "");
15 static_assert(test_switch(0) == 0, "");
16 static_assert(test_switch(1) == 1, "");
cxx1z-init-statement.h 12 constexpr int test_switch(int x) { function
  /external/ltp/testcases/kernel/controllers/cgroup_fj/
cgroup_fj_proc.c 34 static int test_switch = 0; variable
38 test_switch = !test_switch;
75 } while (test_switch);
  /external/clang/test/Misc/
backend-optimization-failure-nodbg.cpp 7 void test_switch(int *A, int *B, int Length) { /* expected-warning {{loop not vectorized: failed explicitly specified loop vectorization}} */ function
backend-optimization-failure.cpp 7 void test_switch(int *A, int *B, int Length) { function
  /external/clang/test/SemaCXX/
array-bounds.cpp 141 void test_switch() { function

Completed in 2325 milliseconds