HomeSort by: relevance | last modified time | path
    Searched defs:false (Results 1 - 25 of 277) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/tradcpp/dist/
bool.h 38 #define false 0 macro
  /src/external/gpl2/diffutils/dist/lib/
setmode.c 31 typedef enum {false = 0, true = 1} bool; enumerator in enum:__anon9132
  /src/sys/sys/
stdbool.h 40 #define false 0 macro
  /src/usr.bin/make/unit-tests/
cond-late.mk 24 COND.false= "yes" != "yes"
40 @echo ${ ${COND.false} :?yes:no}
  /src/usr.bin/xlint/xlint/
strict-bool-stdbool.h 37 #define false __lint_false macro
  /src/external/apache2/llvm/dist/libcxx/include/
stdbool.h 33 #undef false macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdbool.h 13 /* Don't define bool, true, and false in C++, except as a GNU extension. */
17 #define false 0 macro
22 /* For C++98, define bool, false, true as a GNU extension. */
24 #define false false macro
  /src/external/apache2/llvm/dist/clang/tools/clang-fuzzer/handle-cxx/
handle_cxx.cpp 38 &Diags, false); local
  /src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
stdbool.h 16 #define false 0 macro
  /src/external/bsd/jemalloc.old/dist/include/msvc_compat/C99/
stdbool.h 16 #define false 0 macro
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
stdbool_.h 30 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
46 to 'true', and zero gets converted to 'false'. This doesn't work
56 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
60 # undef false macro
64 /* For the sake of symbolic names in gdb, we define true and false as
67 typedef enum { false = 0, true = 1 } _Bool;
100 enum { false = 0, true = 1 }; enumerator in enum:__anon9144
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon9145
111 #define false macro
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
stdbool_.h 30 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
46 to 'true', and zero gets converted to 'false'. This doesn't work
56 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
60 # undef false macro
64 /* For the sake of symbolic names in gdb, we define true and false as
67 typedef enum { false = 0, true = 1 } _Bool;
100 enum { false = 0, true = 1 }; enumerator in enum:__anon9204
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon9205
111 #define false macro
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
stdbool_.h 30 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
46 to 'true', and zero gets converted to 'false'. This doesn't work
56 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
60 # undef false macro
64 /* For the sake of symbolic names in gdb, we define true and false as
67 typedef enum { false = 0, true = 1 } _Bool;
100 enum { false = 0, true = 1 }; enumerator in enum:__anon9229
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon9230
111 #define false macro
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
stdbool_.h 30 - <stdbool.h> must be #included before 'bool', 'false', 'true'
35 - Programs should not undefine the macros bool, true, and false,
46 to 'true', and zero gets converted to 'false'. This doesn't work
56 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
60 # undef false macro
64 /* For the sake of symbolic names in gdb, we define true and false as
67 typedef enum { false = 0, true = 1 } _Bool;
78 enum { false = 0, true = 1 }; enumerator in enum:__anon9613
80 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon9614
89 #define false macro
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
stdbool.h 34 /* bool, true and false are keywords. */
38 #define false 0 macro
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
stdbool.h 36 #define false ((_Bool)+0u) macro
39 #define false 0 macro
  /src/external/gpl3/gdb/dist/gnulib/import/
stdbool.in.h 29 - <stdbool.h> must be #included before 'bool', 'false', 'true'
34 - Programs should not undefine the macros bool, true, and false,
48 to 'true', and zero gets converted to 'false'. This doesn't work
61 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
65 # undef false macro
105 /* For the sake of symbolic names in gdb, define true and false as
108 typedef enum { false = 0, true = 1 } _Bool;
114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon18421
123 # define false false macro
126 # define false macro
    [all...]
  /src/external/gpl3/gdb.old/dist/gnulib/import/
stdbool.in.h 29 - <stdbool.h> must be #included before 'bool', 'false', 'true'
34 - Programs should not undefine the macros bool, true, and false,
48 to 'true', and zero gets converted to 'false'. This doesn't work
61 /* BeOS <sys/socket.h> already #defines false 0, true 1. We use the same
65 # undef false macro
105 /* For the sake of symbolic names in gdb, define true and false as
108 typedef enum { false = 0, true = 1 } _Bool;
114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon21162
123 # define false false macro
126 # define false macro
    [all...]
  /src/tests/lib/libbluetooth/
t_sdp_match.c 65 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1100), false); /* mismatch */ local
68 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* not uuid */ local
75 ATF_REQUIRE_EQ(sdp_match_uuid16(&test, 0x1234), false); /* mismatch */ local
  /src/external/apache2/llvm/dist/llvm/tools/opt/
PrintSCC.cpp 80 BB->printAsOperand(errs(), false); local
  /src/external/bsd/kyua-cli/dist/cli/
cmd_test.cpp 83 _ui->out(F("%s -> ") % cli::format_test_case_id(*test_case), false); local
  /src/external/gpl3/gcc/dist/gcc/text-art/
theme.cc 47 false, style_id); local
51 false, style_id); local
  /src/external/bsd/tcpdump/dist/tests/
TESTrun 22 # Make true and false work as Booleans.
25 use constant false => 0; constant
97 my $coredump = false;
  /src/external/apache2/llvm/dist/clang/lib/FrontendTool/
ExecuteCompilerInvocation.cpp 194 /*Exclude=*/0, /*ShowAllAliases=*/false); local
273 return false;
277 return false;
  /src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/
MSP430TargetMachine.cpp 79 return false;
84 addPass(createMSP430BranchSelectionPass(), false); local

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>