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

12

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdbool.h 48 #define __bool_true_false_are_defined 1 macro
  /prebuilts/sdk/renderscript/clang-include/
stdbool.h 42 #define __bool_true_false_are_defined 1 macro
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 38 # 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 286 milliseconds

12