HomeSort by relevance Sort by last modified time
    Searched defs:__bool_true_false_are_defined (Results 1 - 8 of 8) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdbool.h 29 #ifndef __bool_true_false_are_defined
30 #define __bool_true_false_are_defined 1 macro
43 #endif /* __bool_true_false_are_defined */
  /device/linaro/bootloader/edk2/StdLib/Include/
stdbool.h 14 __bool_true_false_are_defined which expands to the integer constant 1.
35 #define __bool_true_false_are_defined 1 macro
  /external/libcxx/include/
stdbool.h 19 __bool_true_false_are_defined
35 #undef __bool_true_false_are_defined macro
36 #define __bool_true_false_are_defined 1 macro
  /device/google/fuchsia/bioniccompat/include/
stdbool.h 45 #define __bool_true_false_are_defined 1 macro
  /external/clang/lib/Headers/
stdbool.h 42 #define __bool_true_false_are_defined 1 macro
  /external/jemalloc/include/msvc_compat/C99/
stdbool.h 18 #define __bool_true_false_are_defined 1 macro
  /external/jemalloc_new/include/msvc_compat/C99/
stdbool.h 18 #define __bool_true_false_are_defined 1 macro
  /external/mdnsresponder/mDNSShared/
CommonServices.h 846 // C99 defines __bool_true_false_are_defined when bool, true, and false are defined.
856 #if( !__bool_true_false_are_defined && ( !defined( __cplusplus ) || !__option( bool ) ) )
864 #if( __bool_true_false_are_defined && !defined( __cplusplus ) && !__option( c9x ) )
871 #if( __bool_true_false_are_defined && defined( __cplusplus ) && !__option( bool ) )
876 #define COMMON_SERVICES_NEEDS_BOOL ( !defined( __cplusplus ) && !__bool_true_false_are_defined )
890 #define __bool_true_false_are_defined 1 macro
    [all...]

Completed in 175 milliseconds