Home
last modified time | relevance | path

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

/external/clang/test/Analysis/
Dnull-deref-ps.c255 typedef int BOOL, *PBOOL, *LPBOOL; typedef
/external/python/cpython3/Lib/ctypes/
Dwintypes.py170 LPBOOL = PBOOL = ctypes.POINTER(BOOL) variable