Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:Size

1362     long long Size = clang_Type_getSizeOf(T);
1363 if (Size >= 0 || Size < -1 ) {
1364 printf(" [sizeof=%lld]", Size);
4054 " c-index-test -test-print-type-size {<args>}*\n"
4143 else if (argc > 2 && strcmp(argv[1], "-test-print-type-size") == 0)
4176 * size). */