Lines Matching defs:test_values

374 T test_values[] = {
383 bool test_values<bool>[] = {
392 void* test_values<void*>[] = {
393 &test_values<int>[0],
394 &test_values<int>[1],
395 &test_values<int>[2],
396 &test_values<int>[3],
397 &test_values<int>[4],
401 const void* test_values<const void*>[] = {
402 &test_values<int>[0],
403 &test_values<int>[1],
404 &test_values<int>[2],
405 &test_values<int>[3],
406 &test_values<int>[4],
410 volatile void* test_values<volatile void*>[] = {
411 &test_values<int>[0],
412 &test_values<int>[1],
413 &test_values<int>[2],
414 &test_values<int>[3],
415 &test_values<int>[4],
419 const volatile void* test_values<const volatile void*>[] = {
420 &test_values<int>[0],
421 &test_values<int>[1],
422 &test_values<int>[2],
423 &test_values<int>[3],
424 &test_values<int>[4],
428 int* test_values<int*>[] = {
429 &test_values<int>[0],
430 &test_values<int>[1],
431 &test_values<int>[2],
432 &test_values<int>[3],
433 &test_values<int>[4],
437 const int* test_values<const int*>[] = {
438 &test_values<int>[0],
439 &test_values<int>[1],
440 &test_values<int>[2],
441 &test_values<int>[3],
442 &test_values<int>[4],
446 volatile int* test_values<volatile int*>[] = {
447 &test_values<int>[0],
448 &test_values<int>[1],
449 &test_values<int>[2],
450 &test_values<int>[3],
451 &test_values<int>[4],
455 const volatile int* test_values<const volatile int*>[] = {
456 &test_values<int>[0],
457 &test_values<int>[1],
458 &test_values<int>[2],
459 &test_values<int>[3],
460 &test_values<int>[4],
466 S* test_values<S*>[] = {
475 const S* test_values<const S*>[] = {
484 volatile S* test_values<volatile S*>[] = {
493 const volatile S* test_values<const volatile S*>[] = {
507 function_pointer test_values<function_pointer>[] = {
598 for (const T original_left : test_values<T>) {
599 for (T right : test_values<T>) {
742 for (const T original_left : test_values<T>) {
789 for (const T original_left : test_values<T>) {
835 for (T value : test_values<T>) {
840 for (T value : test_values<T>) {
847 for (T value : test_values<T>) {
852 for (T value : test_values<T>) {
862 T last_value = test_values<T>[0];
865 for (T value : test_values<T>) {
871 last_value = test_values<T>[0];
874 for (T value : test_values<T>) {
880 last_value = test_values<T>[0];
883 for (T value : test_values<T>) {
889 last_value = test_values<T>[0];
892 for (T value : test_values<T>) {