Home
last modified time | relevance | path

Searched refs:test_switch (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/controllers/cgroup_fj/
Dcgroup_fj_proc.c34 static int test_switch = 0; variable
38 test_switch = !test_switch; in sighandler()
75 } while (test_switch); in main()
/external/clang/test/PCH/
Dcxx1z-init-statement.cpp14 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()
Dcxx1z-init-statement.h12 constexpr int test_switch(int x) { in test_switch() function
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyCFG/
Ddce-cond-after-folding-terminator.ll18 define void @test_switch(i32 %x) nounwind {
20 ; CHECK: @test_switch
/external/llvm/test/Transforms/SimplifyCFG/
Ddce-cond-after-folding-terminator.ll18 define void @test_switch(i32 %x) nounwind {
20 ; CHECK-LABEL: @test_switch(
/external/llvm/test/Transforms/PGOProfile/
Dswitch.ll11 ; 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/
Dswitch.proftext3 test_switch
/external/clang/test/Misc/
Dbackend-optimization-failure.cpp7 void test_switch(int *A, int *B, int Length) { in test_switch() function
Dbackend-optimization-failure-nodbg.cpp7 void test_switch(int *A, int *B, int Length) { /* expected-warning {{loop not vectorized: failed ex… in test_switch() function
/external/swiftshader/third_party/LLVM/test/Transforms/JumpThreading/
Dselect.ll37 ; CHECK: @test_switch
40 define void @test_switch(i1 %cond, i8 %value) nounwind {
/external/clang/test/SemaCXX/
Darray-bounds.cpp141 void test_switch() { in test_switch() function
/external/llvm/test/Transforms/JumpThreading/
Dselect.ll37 ; CHECK-LABEL: @test_switch(
40 define void @test_switch(i1 %cond, i8 %value) nounwind {
/external/llvm/test/Transforms/LoopVectorize/
Dno_switch.ll73 !4 = distinct !DISubprogram(name: "test_switch", line: 1, isLocal: false, isDefinition: true, virtu…
/external/clang/test/Analysis/
Dmisc-ps.m1274 void test_switch() { function