Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/Inputs/
H A Dstd-c-library-functions-POSIX.h142 #define __SOCKADDR_ONETYPE(type) struct type *restrict __##type##__; macro
147 #define __SOCKADDR_ONETYPE(type) const struct type *restrict __##type##__; macro