Searched refs:test_switch (Results 1 – 14 of 14) sorted by relevance
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
D | cgroup_fj_proc.c | 34 static int test_switch = 0; variable 38 test_switch = !test_switch; in sighandler() 75 } while (test_switch); in main()
|
/external/clang/test/PCH/ |
D | cxx1z-init-statement.cpp | 14 static_assert(test_switch(-1) == -1, ""); in g1() 15 static_assert(test_switch(0) == 0, ""); in g1() 16 static_assert(test_switch(1) == 1, ""); in g1()
|
D | cxx1z-init-statement.h | 12 constexpr int test_switch(int x) { in test_switch() function
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/ |
D | dce-cond-after-folding-terminator.ll | 18 define void @test_switch(i32 %x) nounwind { 20 ; CHECK: @test_switch
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | dce-cond-after-folding-terminator.ll | 18 define void @test_switch(i32 %x) nounwind { 20 ; CHECK-LABEL: @test_switch(
|
/external/llvm/test/Transforms/PGOProfile/ |
D | switch.ll | 11 ; GEN: @__profn_test_switch = private constant [11 x i8] c"test_switch" 13 define void @test_switch(i32 %i) {
|
/external/llvm/test/Transforms/PGOProfile/Inputs/ |
D | switch.proftext | 3 test_switch
|
/external/clang/test/Misc/ |
D | backend-optimization-failure-nodbg.cpp | 7 void test_switch(int *A, int *B, int Length) { /* expected-warning {{loop not vectorized: failed ex… in test_switch() function
|
D | backend-optimization-failure.cpp | 7 void test_switch(int *A, int *B, int Length) { in test_switch() function
|
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/ |
D | select.ll | 37 ; CHECK: @test_switch 40 define void @test_switch(i1 %cond, i8 %value) nounwind {
|
/external/clang/test/SemaCXX/ |
D | array-bounds.cpp | 141 void test_switch() { in test_switch() function
|
/external/llvm/test/Transforms/JumpThreading/ |
D | select.ll | 37 ; CHECK-LABEL: @test_switch( 40 define void @test_switch(i1 %cond, i8 %value) nounwind {
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | no_switch.ll | 73 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
|
/external/clang/test/Analysis/ |
D | misc-ps.m | 1274 void test_switch() { function
|