Lines Matching refs:static_assert
318 static_assert(fbl::is_pod<RootEntry>::value, "not POD");
319 static_assert(sizeof(RootEntry) == 16, "wrong size");
325 static_assert(fbl::is_pod<RootTable>::value, "not POD");
326 static_assert(sizeof(RootTable) == 4096, "wrong size");
369 static_assert(fbl::is_pod<ContextEntry>::value, "not POD");
370 static_assert(sizeof(ContextEntry) == 16, "wrong size");
376 static_assert(fbl::is_pod<ContextTable>::value, "not POD");
377 static_assert(sizeof(ContextTable) == 4096, "wrong size");
446 static_assert(fbl::is_pod<ExtendedContextEntry>::value, "not POD");
447 static_assert(sizeof(ExtendedContextEntry) == 32, "wrong size");
453 static_assert(fbl::is_pod<ExtendedContextTable>::value, "not POD");
454 static_assert(sizeof(ExtendedContextTable) == 4096, "wrong size");
469 static_assert(fbl::is_pod<PasidEntry>::value, "not POD");
470 static_assert(sizeof(PasidEntry) == 8, "wrong size");
494 static_assert(fbl::is_pod<PasidState>::value, "not POD");
495 static_assert(sizeof(PasidState) == 8, "wrong size");