HomeSort by: relevance | last modified time | path
    Searched defs:type_if_not (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/INPUTS/
c99-intconst-1.c 23 #define type_if_not(T, E) __typeof__(0 ? (T *)0 : (void *)(E)) macro
26 #define type_if(T, E) type_if_not(T, !(E))

Completed in 26 milliseconds