Home
last modified time | relevance | path

Searched defs:xyz (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dobjc2-protocol-enc.m13 @property (copy) id <X, Y, Z> xyz; property
/minix/external/bsd/llvm/dist/clang/test/Parser/
H A Ddeclarators.c49 struct xyz { int y; }; argument
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Daddress-of.cpp35 void (*xyz)(void) = &xpto; variable
/minix/external/bsd/fetch/dist/libfetch/
H A Dhttp.c129 #define HTTP_REDIRECT(xyz) ((xyz) == HTTP_MOVED_PERM \ argument
134 #define HTTP_ERROR(xyz) ((xyz) > 400 && (xyz) < 599) argument