Searched defs:true (Results 1 - 25 of 472) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tradcpp/dist/
H A Dbool.h37 #define true 1 macro
/netbsd-current/sys/sys/
H A Dstdbool.h39 #define true 1 macro
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
H A DIndVarSimplify.h30 IndVarSimplifyPass(bool WidenIndVars = true) : WidenIndVars(WidenIndVars) {} argument
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dstdbool.h32 #undef true macro
/netbsd-current/usr.bin/make/unit-tests/
H A Dcond-late.mk
/netbsd-current/usr.bin/xlint/xlint/
H A Dstrict-bool-stdbool.h38 #define true __lint_true macro
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dstdbool_.h61 # undef true macro
78 enum { false = 0, true = 1 }; enumerator in enum:__anon6935
80 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon6936
90 #define true macro
[all...]
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dsetmode.c31 typedef enum {false = 0, true = 1} bool; enumerator in enum:__anon494
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstdbool_.h61 # undef true macro
100 enum { false = 0, true = 1 }; enumerator in enum:__anon506
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon507
112 #define true macro
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdbool_.h61 # undef true macro
100 enum { false = 0, true = 1 }; enumerator in enum:__anon566
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon567
112 #define true macro
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdbool_.h61 # undef true macro
100 enum { false = 0, true = 1 }; enumerator in enum:__anon591
104 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon592
112 #define true macro
[all...]
/netbsd-current/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdbool.h15 #define true 1 macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdbool.h16 #define true 1 macro
25 #define true true macro
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCInstrBuilder.h32 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, bool mem = true) argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DAlwaysInliner.h33 AlwaysInlinerPass(bool InsertLifetime = true) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrBuilder.h32 addFrameReference(const MachineInstrBuilder &MIB, int FI, int Offset = 0, bool ThreeOp = true) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdbool.h34 #define true 1 macro
46 #define true true macro
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstdbool.in.h66 # undef true macro
114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon1656
124 # define true true macro
127 # define true macro
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdbool.h35 #define true ((_Bool)+1u) macro
38 #define true 1 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dstdbool.in.h66 # undef true macro
114 typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool; enumerator in enum:__anon1150
124 # define true true macro
127 # define true macro
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-elfabi/
H A DErrorCollector.h34 ErrorCollector(bool UseFatalErrors = true) : ErrorsAreFatal(UseFatalErrors) {} argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DInitLLVM.h39 InitLLVM(int &Argc, char **&Argv, bool InstallPipeSignalExitHandler = true) argument
/netbsd-current/external/bsd/tcpdump/dist/tests/
H A DTESTrun24 use constant true => 1; constant
/netbsd-current/external/bsd/lutok/dist/
H A Dtest_utils.hpp110 stack_balance_checker(lutok::state& state_, const bool with_sentinel_ = true) argument
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DRenderingSupport.h49 colored_ostream(raw_ostream &OS, raw_ostream::Colors Color, bool IsColorUsed = true, bool Bold = false, bool BG = false) argument

Completed in 414 milliseconds

1234567891011>>