/llvm-project/mlir/python/mlir/dialects/transform/ |
H A D | bufferization.py | 71 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 D | gpu.py | 29 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 D | memref.py | 76 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 D | ValueIR.py | 17 could_evaluate: bool, 19 is_optimized_away: bool = False, 20 is_irretrievable: bool = False,
|
H A D | FrameIR.py | 13 def __init__(self, function: str, is_inlined: bool, loc: LocIR):
|
/llvm-project/clang/test/AST/ |
H A D | ast-print-bool.c | 20 # define bool _Bool macro 22 # define bool int macro
|
/llvm-project/clang/test/SemaCXX/ |
H A D | invalid-decl.cpp | 4 …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 D | stdbool.h | 24 #define bool _Bool macro 32 #define bool bool macro
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | Inliner.cpp | 18 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 D | LanaiSelectionDAGInfo.cpp | 24 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 D | TestDAP_variables.py | 143 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 D | braces-around-statements-consteval-if.cpp | 3 constexpr void handle(bool) {} in handle() argument
|
/llvm-project/lldb/test/API/functionalities/interactive_scripted_process/ |
H A D | interactive_scripted_process.py | 38 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 D | lockstmt02.f90 | 11 logical bool variable
|
H A D | lockstmt01.f90 | 11 logical bool, bool_array, coindexed_logical[*] variable
|
/llvm-project/clang/utils/analyzer/ |
H A D | CmpRuns.py | 239 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 D | SATestUpdateDiffs.py | 18 def update_reference_results(project: ProjectInfo, git: bool = False):
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-cast-to-bool.mm | 7 -(void)setBool:(bool)Arg; argument
|
/llvm-project/clang/test/Sema/ |
H A D | pr9812.c | 3 #define bool _Bool macro
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_arg_pack.cpp | 7 void h(C<A<bool, int>> &x) { g(x); } // expected-error {{no matching function}} in h()
|
/llvm-project/clang/tools/libclang/ |
H A D | FatalErrorHandler.cpp | 16 bool) { in aborting_fatal_error_handler() argument
|
/llvm-project/compiler-rt/lib/builtins/cpu_model/ |
H A D | cpu_model.h | 16 #define bool int macro
|
/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
H A D | segv_handler_fuchsia.cpp | 19 bool /* Recoverable */) {} in installSignalHandlers() argument
|
/llvm-project/clang-tools-extra/clang-tidy/altera/ |
H A D | KernelNameRestrictionCheck.cpp | 63 SourceLocation HashLoc, const Token &, StringRef FileName, bool, in InclusionDirective() argument
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | goto.mm | 10 - (void)method:(bool)b { argument
|