Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 25 of 252) sorted by relevance

1234567891011

/netbsd-src/sys/external/bsd/libnv/dist/
H A Ddnvlist.c81 DNVLIST_GET(bool, bool) in DNVLIST_GET() argument
118 DNVLIST_TAKE(bool, bool) in DNVLIST_TAKE() argument
H A Dcnvlist.c97 CNVLIST_GET(bool, bool, BOOL) in CNVLIST_GET() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dstdbool.h33 #define bool _Bool macro
44 #define bool bool macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A Dstdbool.h15 #define bool _Bool macro
23 #define bool bool macro
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstdbool.in.h71 # define bool bool macro
118 # define bool _Bool macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.cpp24 bool /*isVolatile*/, bool /*AlwaysInline*/, in EmitTargetCodeForMemcpy() argument
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dtransforms_ipo.go21 func boolToUnsigned(b bool) C.unsigned {
37 func (pm PassManager) AddInternalizePass(allButMain bool) {
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dhooks.cc53 hook_bool_bool_false (bool) in hook_bool_bool_false() argument
60 hook_bool_bool_gcc_optionsp_false (bool, struct gcc_options *) in hook_bool_bool_gcc_optionsp_false() argument
250 hook_int_rtx_bool_0 (rtx, bool) in hook_int_rtx_bool_0() argument
256 hook_int_rtx_mode_as_bool_0 (rtx, machine_mode, addr_space_t, bool) in hook_int_rtx_mode_as_bool_0() argument
346 hook_bool_tree_bool_false (tree, bool) in hook_bool_tree_bool_false() argument
370 hook_bool_rtx_mode_int_int_intp_bool_false (rtx, machine_mode, int, int, in hook_bool_rtx_mode_int_int_intp_bool_false() argument
377 hook_bool_wint_wint_uint_bool_true (const widest_int &, const widest_int &, in hook_bool_wint_wint_uint_bool_true() argument
433 hook_tree_tree_int_treep_bool_null (tree, int, tree *, bool) in hook_tree_tree_int_treep_bool_null() argument
439 hook_tree_tree_bool_null (tree, bool) in hook_tree_tree_bool_null() argument
457 hook_tree_treeptr_tree_tree_int_boolptr_null (tree *, tree, tree, int, bool *) in hook_tree_treeptr_tree_tree_int_boolptr_null() argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dhooks.c53 hook_bool_bool_false (bool) in hook_bool_bool_false() argument
60 hook_bool_bool_gcc_optionsp_false (bool, struct gcc_options *) in hook_bool_bool_gcc_optionsp_false() argument
250 hook_int_rtx_bool_0 (rtx, bool) in hook_int_rtx_bool_0() argument
256 hook_int_rtx_mode_as_bool_0 (rtx, machine_mode, addr_space_t, bool) in hook_int_rtx_mode_as_bool_0() argument
346 hook_bool_tree_bool_false (tree, bool) in hook_bool_tree_bool_false() argument
370 hook_bool_rtx_mode_int_int_intp_bool_false (rtx, machine_mode, int, int, in hook_bool_rtx_mode_int_int_intp_bool_false() argument
377 hook_bool_wint_wint_uint_bool_true (const widest_int &, const widest_int &, in hook_bool_wint_wint_uint_bool_true() argument
433 hook_tree_tree_int_treep_bool_null (tree, int, tree *, bool) in hook_tree_tree_int_treep_bool_null() argument
439 hook_tree_tree_bool_null (tree, bool) in hook_tree_tree_bool_null() argument
457 hook_tree_treeptr_tree_tree_int_boolptr_null (tree *, tree, tree, int, bool *) in hook_tree_treeptr_tree_tree_int_boolptr_null() argument
/netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/
H A DCmpRuns.py221 def read_single_file(self, path: str, delete_empty: bool):
273 def load_results(results: ResultsDirectory, delete_empty: bool = True,
284 delete_empty: bool = True) -> AnalysisRun:
541 delete_empty: bool = True,
543 show_stats: bool = False,
544 stats_only: bool = False,
H A DSATestUpdateDiffs.py18 def update_reference_results(project: ProjectInfo, git: bool = False):
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-attribs.cc442 handle_noreturn_attribute (tree *node, tree, tree, int, bool *) in handle_noreturn_attribute() argument
484 handle_const_attribute (tree *node, tree, tree, int, bool *) in handle_const_attribute() argument
506 handle_malloc_attribute (tree *node, tree, tree, int, bool *) in handle_malloc_attribute() argument
518 handle_pure_attribute (tree *node, tree, tree, int, bool *) in handle_pure_attribute() argument
529 handle_novops_attribute (tree *node, tree, tree, int, bool *) in handle_novops_attribute() argument
553 handle_nonnull_attribute (tree *node, tree, tree args, int, bool *) in handle_nonnull_attribute() argument
603 handle_nothrow_attribute (tree *node, tree, tree, int, bool *) in handle_nothrow_attribute() argument
614 handle_type_generic_attribute (tree *node, tree, tree, int, bool *) in handle_type_generic_attribute() argument
629 handle_transaction_pure_attribute (tree *node, tree, tree, int, bool *) in handle_transaction_pure_attribute() argument
641 handle_returns_twice_attribute (tree *node, tree, tree, int, bool *) in handle_returns_twice_attribute() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DDescriptor.cpp18 static void ctorTy(Block *, char *Ptr, bool, bool, bool, Descriptor *) { in ctorTy() argument
34 static void ctorArrayTy(Block *, char *Ptr, bool, bool, bool, Descriptor *D) { in ctorArrayTy() argument
/netbsd-src/sys/sys/
H A Dstdbool.h37 #define bool _Bool macro
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
H A Dcurses.h19 # define bool char macro
/netbsd-src/usr.bin/xlint/xlint/
H A Dstrict-bool-stdbool.h36 #define bool _Bool macro
/netbsd-src/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dcurses.h19 # define bool char macro
/netbsd-src/external/bsd/jemalloc/dist/include/msvc_compat/C99/
H A Dstdbool.h14 #define bool _Bool macro
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DFatalErrorHandler.cpp15 bool) { in aborting_fatal_error_handler() argument
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dstdbool.h33 #define bool _Bool macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCFGDiff.h37 auto reverse_if_helper(Range &&R, std::integral_constant<bool, false>) { in reverse_if_helper()
42 auto reverse_if_helper(Range &&R, std::integral_constant<bool, true>) { in reverse_if_helper()
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dstdbool_.h108 #define bool _Bool macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dstdbool_.h108 #define bool _Bool macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dstdbool_.h108 #define bool _Bool macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstdbool_.h86 #define bool _Bool macro

1234567891011