HomeSort by relevance Sort by last modified time
    Searched refs:_Bool (Results 1 - 18 of 18) sorted by null

  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
stdbool.h 36 #define bool _Bool
43 #define _Bool bool
  /external/bison/lib/
stdbool_.h 40 - <stdbool.h> must be #included before the '_Bool' type can be used.
42 - You cannot assume that _Bool is a typedef; it might be a macro.
44 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
48 give the expected result when converted to _Bool' or 'bool'.
50 Also, it is suggested that programs use 'bool' rather than '_Bool';
59 # include <OS.h> /* defines bool but not _Bool */
67 typedef enum { false = 0, true = 1 } _Bool;
69 this, values of type '_Bool' may promote to 'int' or 'unsigned int'
70 (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int'
72 enum; this ensures that '_Bool' promotes to 'int'. *
    [all...]
  /external/libffi/src/x86/
ffi64.c 235 _Bool in_return, int *pngpr, int *pnsse)
299 _Bool sse0 = SSE_CLASS_P (classes[0]);
300 _Bool sse1 = n == 2 && SSE_CLASS_P (classes[1]);
350 _Bool ret_in_memory;
497 _Bool sse0 = SSE_CLASS_P (classes[0]);
498 _Bool sse1 = SSE_CLASS_P (classes[1]);
  /external/elfutils/src/
ldscript.y 567 static _Bool
650 add_id_list (const char *versionname, struct id_list *runp, _Bool local)
ldscript.c     [all...]
  /external/bison/
configure     [all...]

Completed in 1446 milliseconds