Searched defs:LPBOOL (Results 1 – 2 of 2) sorted by relevance
/external/clang/test/Analysis/ | ||
D | null-deref-ps.c | 255 typedef int BOOL, *PBOOL, *LPBOOL; typedef |
/external/python/cpython3/Lib/ctypes/ | ||
D | wintypes.py | 170 LPBOOL = PBOOL = ctypes.POINTER(BOOL) variable |