Home
last modified time | relevance | path

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

12345678

/llvm-project/mlir/python/mlir/dialects/transform/
H A Dbufferization.py71 allow_return_allocs_from_loops: Optional[bool] = None,
72 allow_unknown_ops: Optional[bool] = None,
73 bufferize_function_boundaries: Optional[bool] = None,
76 print_conflicts: Optional[bool] = None,
77 test_analysis_only: Optional[bool] = None,
88 allow_return_allocs_from_loops: Optional[bool] = None,
89 allow_unknown_ops: Optional[bool] = None,
90 bufferize_function_boundaries: Optional[bool] = None,
93 print_conflicts: Optional[bool] = None,
94 test_analysis_only: Optional[bool] = None,
[all …]
H A Dgpu.py29 generate_gpu_launch: Optional[Union[bool, Attribute]] = None,
41 generate_gpu_launch: Optional[Union[bool, Attribute]] = None,
53 generate_gpu_launch: Optional[Union[bool, Attribute]] = None,
86 sync_after_distribute: Optional[bool] = None,
99 sync_after_distribute: Optional[bool] = None,
112 sync_after_distribute: Optional[bool] = None,
H A Dmemref.py76 skip_analysis: Optional[bool] = None,
88 skip_analysis: Optional[bool] = None,
100 skip_analysis: Optional[bool] = None,
/llvm-project/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/
H A DValueIR.py17 could_evaluate: bool,
19 is_optimized_away: bool = False,
20 is_irretrievable: bool = False,
H A DFrameIR.py13 def __init__(self, function: str, is_inlined: bool, loc: LocIR):
/llvm-project/clang/test/AST/
H A Dast-print-bool.c20 # define bool _Bool macro
22 # define bool int macro
/llvm-project/clang/test/SemaCXX/
H A Dinvalid-decl.cpp4 …template <typename> friend int bar(bool = true) {} // expected-note {{previous declaration is here… in bar() argument
9 friend int bar(bool = true) {} // expected-note {{previous declaration is here}} in bar() argument
/llvm-project/clang/lib/Headers/
H A Dstdbool.h24 #define bool _Bool macro
32 #define bool bool macro
/llvm-project/flang/lib/Optimizer/Dialect/
H A DInliner.cpp18 bool fir::canLegallyInline(mlir::Operation *, mlir::Region *, bool, in canLegallyInline() argument
23 bool fir::canLegallyInline(mlir::Operation *, mlir::Operation *, bool) { in canLegallyInline() argument
/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiSelectionDAGInfo.cpp24 EmitTargetCodeForMemcpy(SelectionDAG &,const SDLoc &,SDValue,SDValue,SDValue,SDValue Size,Align,bool,bool,MachinePointerInfo,MachinePointerInfo) const EmitTargetCodeForMemcpy() argument
/llvm-project/lldb/test/API/tools/lldb-dap/variables/
H A DTestDAP_variables.py143 self, enableAutoVariableSummaries: bool argument
408 do_test_scopes_and_evaluate_expansion(self, enableAutoVariableSummaries: bool) global() argument
611 do_test_indexedVariables(self, enableSyntheticChildDebugging: bool) global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dbraces-around-statements-consteval-if.cpp3 constexpr void handle(bool) {} in handle() argument
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/
H A Dinteractive_scripted_process.py38 def launch(self, should_stop: bool = True) -> lldb.SBError:
42 def resume(self, should_stop: bool) -> lldb.SBError:
187 def launch(self, should_stop: bool = True) -> lldb.SBError:
218 def resume(self, should_stop: bool = True) -> lldb.SBError:
/llvm-project/flang/test/Semantics/
H A Dlockstmt02.f9011 logical bool variable
H A Dlockstmt01.f9011 logical bool, bool_array, coindexed_logical[*] variable
/llvm-project/clang/utils/analyzer/
H A DCmpRuns.py239 def read_single_file(self, path: str, delete_empty: bool):
298 delete_empty: bool = True,
310 info: SingleRunInfo, delete_empty: bool = True
572 delete_empty: bool = True,
574 show_stats: bool = False,
575 stats_only: bool = False,
H A DSATestUpdateDiffs.py18 def update_reference_results(project: ProjectInfo, git: bool = False):
/llvm-project/clang/test/Rewriter/
H A Drewrite-cast-to-bool.mm7 -(void)setBool:(bool)Arg; argument
/llvm-project/clang/test/Sema/
H A Dpr9812.c3 #define bool _Bool macro
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_arg_pack.cpp7 void h(C<A<bool, int>> &x) { g(x); } // expected-error {{no matching function}} in h()
/llvm-project/clang/tools/libclang/
H A DFatalErrorHandler.cpp16 bool) { in aborting_fatal_error_handler() argument
/llvm-project/compiler-rt/lib/builtins/cpu_model/
H A Dcpu_model.h16 #define bool int macro
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Dsegv_handler_fuchsia.cpp19 bool /* Recoverable */) {} in installSignalHandlers() argument
/llvm-project/clang-tools-extra/clang-tidy/altera/
H A DKernelNameRestrictionCheck.cpp63 SourceLocation HashLoc, const Token &, StringRef FileName, bool, in InclusionDirective() argument
/llvm-project/clang/test/SemaObjCXX/
H A Dgoto.mm10 - (void)method:(bool)b { argument

12345678