/external/clang/test/Analysis/ |
D | pr22954.c | 318 struct ii i181 = {{1, 2, 3, 4}, 5, 6}; in f181() local 319 i181.i = 10; in f181() 320 i181.j = 11; in f181() 321 i181.s2 = strdup("hello"); in f181() 323 memcpy(i181.s1, input, 5); // invalidate the whole region of i181 in f181() 324 clang_analyzer_eval(i181.s1[0] == 1); // expected-warning{{UNKNOWN}}\ in f181() 326 clang_analyzer_eval(i181.s1[1] == 2); // expected-warning{{UNKNOWN}} in f181() 327 clang_analyzer_eval(i181.s1[2] == 3); // expected-warning{{UNKNOWN}} in f181() 328 clang_analyzer_eval(i181.s1[3] == 4); // expected-warning{{UNKNOWN}} in f181() 329 clang_analyzer_eval(i181.i == 10); // expected-warning{{UNKNOWN}} in f181() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | preinc-ld-sel-crash.ll | 32 br i1 undef, label %if.then17.i, label %if.then.i181 34 if.then.i181: ; preds = %if.end75
|
D | licm-remat.ll | 103 %.pre.i181 = load i64, i64* %curr_iov_written_.i, align 8 120 %15 = phi i64 [ %.pre.i181, %cond.end.i190 ], [ 0, %if.then10.i193 ]
|
/external/llvm/test/CodeGen/PowerPC/ |
D | preinc-ld-sel-crash.ll | 32 br i1 undef, label %if.then17.i, label %if.then.i181 34 if.then.i181: ; preds = %if.end75
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap.pass.cpp | 334 int i181[] = {0, 1, 1, 1, 1, 0, 1}; in test() local 461 assert(std::is_heap(i181, i181+7) == (std::is_heap_until(i181, i181+7) == i181+7)); in test()
|
D | is_heap_until.pass.cpp | 334 int i181[] = {0, 1, 1, 1, 1, 0, 1}; in test() local 461 assert(std::is_heap_until(i181, i181+7) == i181+1); in test()
|
D | is_heap_until_comp.pass.cpp | 335 int i181[] = {0, 1, 1, 1, 1, 0, 1}; in test() local 462 assert(std::is_heap_until(i181, i181+7, std::greater<int>()) == i181+5); in test()
|
D | is_heap_comp.pass.cpp | 335 int i181[] = {0, 1, 1, 1, 1, 0, 1}; in test() local 462 …assert(std::is_heap(i181, i181+7, std::greater<int>()) == (std::is_heap_until(i181, i181+7, std::g… in test()
|
/external/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 362 @i181_l = external global i181 ; <i181*> [#uses=1] 363 @i181_s = external global i181 ; <i181*> [#uses=1] 1596 %tmp = load i181, i181* @i181_l ; <i181> [#uses=1] 1597 store i181 %tmp, i181* @i181_s
|
D | APIntSextParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 signext %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
D | APIntParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
D | APIntZextParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 zeroext %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 362 @i181_l = external global i181 ; <i181*> [#uses=1] 363 @i181_s = external global i181 ; <i181*> [#uses=1] 1596 %tmp = load i181, i181* @i181_l ; <i181> [#uses=1] 1597 store i181 %tmp, i181* @i181_s
|
D | APIntSextParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 signext %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
D | APIntZextParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 zeroext %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
D | APIntParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/ |
D | APIntLoadStore.ll | 362 @i181_l = external global i181 ; <i181*> [#uses=1] 363 @i181_s = external global i181 ; <i181*> [#uses=1] 1596 %tmp = load i181* @i181_l ; <i181> [#uses=1] 1597 store i181 %tmp, i181* @i181_s
|
D | APIntZextParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 zeroext %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
D | APIntParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
D | APIntSextParam.ll | 182 @i181_s = external global i181 ; <i181*> [#uses=1] 1159 define void @i181_ls(i181 signext %x) nounwind { 1160 store i181 %x, i181* @i181_s
|
/external/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 595 %mul.i181 = mul <8 x i16> undef, %vmovl.i225 596 %add.i182 = add <8 x i16> %mul.i181, %mul.i184
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | vmul.ll | 595 %mul.i181 = mul <8 x i16> undef, %vmovl.i225 596 %add.i182 = add <8 x i16> %mul.i181, %mul.i184
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 481 br i1 false, label %bb.i.i181, label %bb3.i.i184.preheader 483 bb.i.i181: ; preds = %bb26.i180 486 bb3.i.i184.preheader: ; preds = %bb.i.i181, %bb26.i180
|
/external/llvm/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 481 br i1 false, label %bb.i.i181, label %bb3.i.i184.preheader 483 bb.i.i181: ; preds = %bb26.i180 486 bb3.i.i184.preheader: ; preds = %bb.i.i181, %bb26.i180
|
/external/swiftshader/third_party/LLVM/test/Transforms/ArgumentPromotion/ |
D | pr3085.ll | 481 br i1 false, label %bb.i.i181, label %bb3.i.i184.preheader 483 bb.i.i181: ; preds = %bb26.i180 486 bb3.i.i184.preheader: ; preds = %bb.i.i181, %bb26.i180
|