Searched defs:__exceptthat (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A Dsal.h395 __exceptthat
397 Given a set of annotations Q containing __exceptthat maybeP, the effect of
402 Example 1: __valid __exceptthat __maybenull on a pointer p means that the
407 Example 2: __valid __deref __exceptthat __maybenull on an int **p means
411 #define __exceptthat __declspec("SAL_except") macro
412 #define __execeptthat __exceptthat
472 #define __exceptthat macro
516 #define __out_z_opt __post __valid __refparam __post __nullterminated __exceptthat __maybenull
524 #define __out_nz_opt __post __valid __refparam __post __exceptthat __maybenull
540 #define __ecount_opt(size) __ecount(size) __exceptthat __maybenul
[all...]
H A Dspecstrings.h390 // __exceptthat
392 // Given a set of annotations Q containing __exceptthat maybeP, the effect of
397 // Example 1: __valid __exceptthat __maybenull on a pointer p means that the
402 // Example 2: __valid __deref __exceptthat __maybenull on an int **p means
406 #define __exceptthat __declspec("SAL_except") macro
508 #ifndef __exceptthat
509 #define __exceptthat macro
614 #define __ecount_opt(size) __ecount(size) __exceptthat __maybenull
617 #define __bcount_opt(size) __bcount(size) __exceptthat __maybenull
620 #define __in_opt __in __exceptthat __maybenul
[all...]

Completed in 28 milliseconds