Home
last modified time | relevance | path

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

/external/bison/lib/
Dstdbool.in.h70 # define _Bool bool macro
78 typedef bool _Bool; typedef
101 # define _Bool signed char macro
114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; typedef
/external/jemalloc/include/msvc_compat/C99/
Dstdbool.h11 typedef BOOL _Bool; typedef
/external/clang/lib/Headers/
Dstdbool.h36 #define _Bool bool macro
/external/syslinux/com32/include/
Dstdbool.h13 typedef char _Bool; /* For C compilers without _Bool */ typedef
/external/clang/test/CodeGenObjC/
Divar-layout-64-bitfields.m5 typedef bool _Bool; typedef
/external/clang/test/Analysis/
Dfields.c34 typedef _Bool bool; typedef
/external/mdnsresponder/mDNSShared/
DCommonServices.h865 #define _Bool int macro