Lines Matching refs:c_str

264   EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str());  in TEST_F()
265 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
271 EXPECT_STREQ("((100) (TC-loop) ((0) < (100)))", GetTripCount(0).c_str()); in TEST_F()
296 EXPECT_STREQ("((1) * i + (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
297 EXPECT_STREQ("(( - (1)) * i + (100)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
298 EXPECT_STREQ("((100) * i + (0)):Int32", GetInductionInfo(mul, 0).c_str()); in TEST_F()
299 EXPECT_STREQ("((2) * i + (0)):Int32", GetInductionInfo(shl, 0).c_str()); in TEST_F()
300 EXPECT_STREQ("(( - (1)) * i + (0)):Int32", GetInductionInfo(neg, 0).c_str()); in TEST_F()
326 GetInductionInfo(k_header, 0).c_str()); in TEST_F()
328 GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
330 GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
362 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
363 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
394 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
418 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
419 EXPECT_STREQ("(((1) + (1)) * i + (0)):Int32", GetInductionInfo(add1, 0).c_str()); in TEST_F()
420 EXPECT_STREQ("((1) * i + (7)):Int32", GetInductionInfo(add2, 0).c_str()); in TEST_F()
421 EXPECT_STREQ("((((1) + (1)) + (1)) * i + (7)):Int32", GetInductionInfo(add3, 0).c_str()); in TEST_F()
447 GetInductionInfo(k_header, 0).c_str()); in TEST_F()
448 EXPECT_STREQ("((2) * i + (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
449 EXPECT_STREQ("", GetInductionInfo(pol, 0).c_str()); in TEST_F()
484 GetInductionInfo(k_header, 0).c_str()); in TEST_F()
486 GetInductionInfo(add, 0).c_str()); in TEST_F()
488 GetInductionInfo(sub, 0).c_str()); in TEST_F()
490 GetInductionInfo(neg, 0).c_str()); in TEST_F()
492 GetInductionInfo(mul, 0).c_str()); in TEST_F()
494 GetInductionInfo(shl, 0).c_str()); in TEST_F()
495 EXPECT_STREQ("", GetInductionInfo(pol, 0).c_str()); in TEST_F()
521 GetInductionInfo(k_header, 0).c_str()); in TEST_F()
523 GetInductionInfo(add1, 0).c_str()); in TEST_F()
526 GetInductionInfo(add2, 0).c_str()); in TEST_F()
527 EXPECT_STREQ("", GetInductionInfo(add3, 0).c_str()); in TEST_F()
545 EXPECT_STREQ("geo((1) * 100 ^ i + (0)):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
546 EXPECT_STREQ("geo((100) * 100 ^ i + (0)):Int32", GetInductionInfo(mul, 0).c_str()); in TEST_F()
582 EXPECT_STREQ("geo((1) * 2 ^ i + (0)):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
583 EXPECT_STREQ("geo((1) * 2 ^ i + (1)):Int32", GetInductionInfo(add1, 0).c_str()); in TEST_F()
584 EXPECT_STREQ("geo((2) * 2 ^ i + (0)):Int32", GetInductionInfo(shl1, 0).c_str()); in TEST_F()
585 EXPECT_STREQ("geo((2) * 2 ^ i + (100)):Int32", GetInductionInfo(add2, 0).c_str()); in TEST_F()
586 EXPECT_STREQ("geo((2) * 2 ^ i + ((0) - (1))):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
588 GetInductionInfo(neg, 0).c_str()); in TEST_F()
589 EXPECT_STREQ("geo(((2) * (2)) * 2 ^ i + (0)):Int32", GetInductionInfo(mul, 0).c_str()); in TEST_F()
590 EXPECT_STREQ("geo(((2) * (4)) * 2 ^ i + (0)):Int32", GetInductionInfo(shl2, 0).c_str()); in TEST_F()
624 EXPECT_STREQ("geo((1) * 100 ^ -i + (0)):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
625 EXPECT_STREQ("geo((1) * 100 ^ -i + (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
626 EXPECT_STREQ("geo((1) * 100 ^ -i + ((0) - (1))):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
627 EXPECT_STREQ("", GetInductionInfo(neg, 0).c_str()); in TEST_F()
628 EXPECT_STREQ("", GetInductionInfo(mul, 0).c_str()); in TEST_F()
629 EXPECT_STREQ("", GetInductionInfo(shl, 0).c_str()); in TEST_F()
630 EXPECT_STREQ("", GetInductionInfo(div, 0).c_str()); in TEST_F()
649 EXPECT_STREQ("geo((100) * 2 ^ -i + (0)):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
650 EXPECT_STREQ("", GetInductionInfo(shr, 0).c_str()); in TEST_F()
668 EXPECT_STREQ("", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
669 EXPECT_STREQ("", GetInductionInfo(shr, 0).c_str()); in TEST_F()
703 EXPECT_STREQ("wrap((100), ((100) % (7))):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
705 GetInductionInfo(add, 0).c_str()); in TEST_F()
707 GetInductionInfo(sub, 0).c_str()); in TEST_F()
709 GetInductionInfo(neg, 0).c_str()); in TEST_F()
711 GetInductionInfo(mul, 0).c_str()); in TEST_F()
713 GetInductionInfo(shl, 0).c_str()); in TEST_F()
714 EXPECT_STREQ("", GetInductionInfo(rem, 0).c_str()); in TEST_F()
735 GetInductionInfo(k_header, 0).c_str()); in TEST_F()
737 GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
738 EXPECT_STREQ("(( - (1)) * i + (100)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
764 GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
801 GetInductionInfo(add, 0).c_str()); in TEST_F()
803 GetInductionInfo(sub, 0).c_str()); in TEST_F()
805 GetInductionInfo(mul, 0).c_str()); in TEST_F()
807 GetInductionInfo(shl1, 0).c_str()); in TEST_F()
809 GetInductionInfo(neg1, 0).c_str()); in TEST_F()
810 EXPECT_STREQ("((2) * i + (0)):Int32", GetInductionInfo(shl2, 0).c_str()); in TEST_F()
811 EXPECT_STREQ("(( - (2)) * i + (0)):Int32", GetInductionInfo(neg2, 0).c_str()); in TEST_F()
838 EXPECT_STREQ("periodic((0), (100)):Int32", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
839 EXPECT_STREQ("periodic((100), (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
859 EXPECT_STREQ("periodic((0), (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
860 EXPECT_STREQ("periodic((1), (0)):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
880 EXPECT_STREQ("periodic((0), (1)):Int32", GetInductionInfo(store->InputAt(1), 0).c_str()); in TEST_F()
881 EXPECT_STREQ("periodic((1), (0)):Int32", GetInductionInfo(x, 0).c_str()); in TEST_F()
899 EXPECT_STREQ("periodic((1), ((1) ^ (1))):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
900 EXPECT_STREQ("periodic(((1) ^ (1)), (1)):Int32", GetInductionInfo(x, 0).c_str()); in TEST_F()
918 EXPECT_STREQ("periodic((1), ((1) ^ (100))):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
919 EXPECT_STREQ("periodic(((1) ^ (100)), (1)):Int32", GetInductionInfo(x, 0).c_str()); in TEST_F()
936 EXPECT_STREQ("periodic((0), (1)):Bool", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
937 EXPECT_STREQ("periodic((1), (0)):Bool", GetInductionInfo(x, 0).c_str()); in TEST_F()
954 EXPECT_STREQ("periodic((0), (1)):Bool", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
955 EXPECT_STREQ("periodic((1), (0)):Bool", GetInductionInfo(x, 0).c_str()); in TEST_F()
972 EXPECT_STREQ("periodic((0), (1)):Bool", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
973 EXPECT_STREQ("periodic((1), (0)):Bool", GetInductionInfo(x, 0).c_str()); in TEST_F()
990 EXPECT_STREQ("periodic((0), (1)):Bool", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
991 EXPECT_STREQ("periodic((1), (0)):Bool", GetInductionInfo(x, 0).c_str()); in TEST_F()
1027 EXPECT_STREQ("periodic((0), (1)):Int32", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
1028 EXPECT_STREQ("periodic((0), ( - (1))):Int32", GetInductionInfo(neg1, 0).c_str()); in TEST_F()
1029 EXPECT_STREQ("periodic((1), (0)):Int32", GetInductionInfo(idiom, 0).c_str()); in TEST_F()
1030 EXPECT_STREQ("periodic(((1) + (100)), (100)):Int32", GetInductionInfo(add, 0).c_str()); in TEST_F()
1031 EXPECT_STREQ("periodic(((1) - (100)), ((0) - (100))):Int32", GetInductionInfo(sub, 0).c_str()); in TEST_F()
1032 EXPECT_STREQ("periodic((100), (0)):Int32", GetInductionInfo(mul, 0).c_str()); in TEST_F()
1033 EXPECT_STREQ("periodic((2), (0)):Int32", GetInductionInfo(shl, 0).c_str()); in TEST_F()
1034 EXPECT_STREQ("periodic(( - (1)), (0)):Int32", GetInductionInfo(neg2, 0).c_str()); in TEST_F()
1073 EXPECT_STREQ("", GetInductionInfo(store->InputAt(1), d).c_str()); in TEST_F()
1075 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(increment_[d], d).c_str()); in TEST_F()
1077 EXPECT_STREQ("((100) (TC-loop) ((0) < (100)))", GetTripCount(d).c_str()); in TEST_F()
1096 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
1097 EXPECT_STREQ("((1) * i + (0)):Int32", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
1098 EXPECT_STREQ("((1) * i + (1)):Int32", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1108 EXPECT_STREQ("((100) (TC-loop) ((0) < (100)))", GetTripCount(0).c_str()); in TEST_F()
1131 EXPECT_STREQ("((1) * i + (0)):Int8", GetInductionInfo(store1->InputAt(1), 0).c_str()); in TEST_F()
1132 EXPECT_STREQ("", GetInductionInfo(store2->InputAt(1), 0).c_str()); in TEST_F()
1159 EXPECT_STREQ("((1) * i + (-128)):Int8", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
1160 EXPECT_STREQ("", GetInductionInfo(add, 0).c_str()); in TEST_F()
1185 EXPECT_STREQ("", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
1186 EXPECT_STREQ("", GetInductionInfo(add, 0).c_str()); in TEST_F()
1207 EXPECT_STREQ("", GetInductionInfo(k_header, 0).c_str()); in TEST_F()
1208 EXPECT_STREQ("", GetInductionInfo(add, 0).c_str()); in TEST_F()
1226 EXPECT_STREQ("((1) * i + (-128)):Int8", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
1227 EXPECT_STREQ("", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1234 EXPECT_STREQ("(((127) - (-128)) (TC-loop) ((-128) < (127)))", GetTripCount(0).c_str()); in TEST_F()
1252 EXPECT_STREQ("((1) * i + (-128)):Int8", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
1253 EXPECT_STREQ("", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1260 EXPECT_STREQ("", GetTripCount(0).c_str()); in TEST_F()
1278 EXPECT_STREQ("((1) * i + (-32768)):Int16", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
1279 EXPECT_STREQ("", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1286 EXPECT_STREQ("(((32767) - (-32768)) (TC-loop) ((-32768) < (32767)))", GetTripCount(0).c_str()); in TEST_F()
1304 EXPECT_STREQ("((1) * i + (-32768)):Int16", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
1305 EXPECT_STREQ("", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1312 EXPECT_STREQ("", GetTripCount(0).c_str()); in TEST_F()
1329 EXPECT_STREQ("((1) * i + (0)):Uint16", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
1330 EXPECT_STREQ("", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1337 EXPECT_STREQ("((65535) (TC-loop) ((0) < (65535)))", GetTripCount(0).c_str()); in TEST_F()
1354 EXPECT_STREQ("((1) * i + (0)):Uint16", GetInductionInfo(basic_[0], 0).c_str()); in TEST_F()
1355 EXPECT_STREQ("", GetInductionInfo(increment_[0], 0).c_str()); in TEST_F()
1362 EXPECT_STREQ("", GetTripCount(0).c_str()); in TEST_F()