HomeSort by relevance Sort by last modified time
    Searched full:_bool (Results 1 - 25 of 285) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
bool-convert.c 2 // All of these should uses the memory representation of _Bool
3 struct teststruct1 {_Bool a, b;} test1;
4 _Bool* test2;
5 _Bool test3[10];
6 _Bool (*test4)[];
8 _Bool test5;
9 _Bool test6[x];
_Bool-conversion.c 7 static _Bool f0_0(void *a0) { return (_Bool) a0; }
10 _Bool f1(void) {
11 return (_Bool) ({ void (*x)(); x = 0; });
bool-bitfield.c 16 _Bool input_parallelch2:1;
17 _Bool cliplmt_ch1:1;
18 _Bool cliplmt_ch2:1;
19 _Bool gate_ch1:1;
20 _Bool gate_ch2:1;
21 _Bool mute_ch1:1;
22 _Bool mute_ch2:1;
23 _Bool brownout:1;
24 _Bool power_on:1;
25 _Bool pwrup_mute:1
    [all...]
2003-08-17-DeadCodeShortCircuit.c 3 int test(_Bool pos, _Bool color) {
2002-12-15-GlobalBoolTest.c 4 _Bool X = 0;
2005-04-09-ComplexOps.c 7 _Bool EQ(double __complex A, double __complex B) { return A == B; }
8 _Bool NE(double __complex A, double __complex B) { return A != B; }
bool-init.c 4 _Bool test = &test;
bool_test.c 4 int boolsize = sizeof(_Bool);
7 void f(_Bool *x, _Bool *y) {
BasicInstrs.c 19 _Bool setlt(int X, int Y) {
23 _Bool setgt(int X, int Y) {
globalinit.c 30 _Bool booltest = 0;
32 static _Bool booltest3 = 4;
2004-06-17-UnorderedCompares.c 3 _Bool A, B, C, D, E, F;
2008-01-07-UnusualIntSize.c 11 _Bool test(void) {
  /external/clang/test/CodeGenObjC/
ivar-layout-64-bitfields.m 5 typedef bool _Bool;
24 _Bool _draggedNodesAreDeletable: 1;
25 _Bool _draggedOutsideOutlineView : 1;
26 _Bool _adapterRespondsTo_addRootPaths : 1;
27 _Bool _adapterRespondsTo_moveDataNodes : 1;
28 _Bool _adapterRespondsTo_removeRootDataNode : 1;
29 _Bool _adapterRespondsTo_doubleClickDataNode : 1;
30 _Bool _adapterRespondsTo_selectDataNode : 1;
31 _Bool _adapterRespondsTo_textDidEndEditing : 1;
33 _Bool _adapterRespondsTo_updateAndSaveRoots : 1
    [all...]
  /external/clang/test/Sema/
ppc-bool.c 3 extern __typeof(+(_Bool)0) should_be_int;
warn-bad-function-cast.c 12 _Bool bf(void);
32 (_Bool)bf();
38 (_Bool)if3(); /* expected-warning {{cast from function call of type 'long' to non-matching type '_Bool'}} */
43 (int)bf(); /* expected-warning {{cast from function call of type '_Bool' to non-matching type 'int'}} */
  /external/bison/lib/
stdbool.in.h 39 - <stdbool.h> must be #included before the '_Bool' type can be used.
41 - You cannot assume that _Bool is a typedef; it might be a macro.
46 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
50 give the expected result when converted to _Bool' or 'bool'.
52 - C99 allows the use of (_Bool)0.0 in constant expressions, but
55 Also, it is suggested that programs use 'bool' rather than '_Bool';
64 # include <OS.h> /* defines bool but not _Bool */
70 # define _Bool bool
75 /* If the compiler already has both 'bool' and '_Bool', we can assume they
78 typedef bool _Bool;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdbool.in.h 42 - <stdbool.h> must be #included before the '_Bool' type can be used.
44 - You cannot assume that _Bool is a typedef; it might be a macro.
49 - In C99, casts and automatic conversions to '_Bool' or 'bool' are
53 give the expected result when converted to _Bool' or 'bool'.
55 Also, it is suggested that programs use 'bool' rather than '_Bool';
64 # include <OS.h> /* defines bool but not _Bool */
72 typedef enum { false = 0, true = 1 } _Bool;
74 this, values of type '_Bool' may promote to 'int' or 'unsigned int'
75 (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int'
77 enum; this ensures that '_Bool' promotes to 'int'. *
    [all...]
  /external/bison/m4/
stdbool.m4 65 struct s { _Bool s: 1; _Bool t; } s;
72 char f[(_Bool) 0.0 == false ? 1 : -1];
74 char h[sizeof (_Bool)];
79 _Bool n[m];
81 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
86 _Bool q = true;
87 _Bool *pq = &q;
99 AC_CHECK_TYPES([_Bool])
  /external/clang/test/Headers/
stdbool.cpp 7 // CHECK-GNU-COMPAT: #define _Bool bool
12 // CHECK-CONFORMING-NOT: #define _Bool
  /external/clang/test/Analysis/
svalbuilder-logic.c 14 _Bool a = getBool();
  /external/chromium_org/third_party/mesa/src/include/c99/
stdbool.h 35 #define bool _Bool
37 /* For compilers that don't have the builtin _Bool type. */
39 typedef unsigned char _Bool;
  /external/mesa3d/include/c99/
stdbool.h 35 #define bool _Bool
37 /* For compilers that don't have the builtin _Bool type. */
39 typedef unsigned char _Bool;
  /ndk/sources/host-tools/sed-4.2.1/m4/
stdbool.m4 62 struct s { _Bool s: 1; _Bool t; } s;
69 char f[(_Bool) 0.0 == false ? 1 : -1];
71 char h[sizeof (_Bool)];
74 _Bool n[m];
76 char p[-1 - (_Bool) 0 < 0 && -1 - (bool) 0 < 0 ? 1 : -1];
100 _Bool q = true;
101 _Bool *pq = &q;
112 AC_CHECK_TYPES([_Bool])
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdbool.h 33 #define bool _Bool
40 #define _Bool bool

Completed in 6402 milliseconds

1 2 3 4 5 6 7 8 91011>>