| /llvm-project-15.0.7/llvm/test/tools/llvm-cov/ |
| H A D | branch-c-general.test | 8 // CHECK: Branch (9:15): [True: 100, False: 1] 9 // CHECK: Branch (11:10): [True: 100, False: 1] 10 // CHECK: Branch (13:16): [True: 75, False: 1] 14 // CHECK: Branch (19:9): [True: 50, False: 50] 15 // CHECK: Branch (20:11): [True: 50, False: 0] 25 // CHECK: Branch (36:7): [True: 0, False: 1] 29 // CHECK: Branch (46:7): [True: 1, False: 0] 32 // CHECK: Branch (55:7): [True: 0, False: 0] 36 // CHECK: Branch (65:9): [True: 0, False: 0] 37 // CHECK: Branch (69:7): [True: 0, False: 1] [all …]
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/unit/ |
| H A D | ShUtil.py | 49 Pipeline([Command(['echo', ''], [])], False)) 69 False)) 75 False)) 79 Seq(Pipeline([Command(['a'], [])], False), 81 Pipeline([Command(['b'], [])], False))) 84 Seq(Pipeline([Command(['a'], [])], False), 86 Pipeline([Command(['b'], [])], False))) 89 Seq(Pipeline([Command(['a'], [])], False), 91 Pipeline([Command(['b'], [])], False))) 94 Seq(Pipeline([Command(['a'], [])], False), [all …]
|
| /llvm-project-15.0.7/libcxx/test/libcxx/utilities/meta/ |
| H A D | meta_base.pass.cpp | 24 using False = std::false_type; typedef 33 static_assert(!std::_And<False>::value, ""); in test_and() 35 static_assert(!std::_And<False, BOOM<1> >::value, ""); in test_and() 36 static_assert(!std::_And<True, True, True, False, BOOM<2> >::value, ""); in test_and() 41 static_assert(!std::_Or<False>::value, ""); in test_or() 42 static_assert(std::_Or<False, True>::value, ""); in test_or() 44 static_assert(!std::_Or<False, False>::value, ""); in test_or() 46 static_assert(std::_Or<False, False, False, False, True, BOOM<2> >::value, ""); in test_or() 50 static_assert(std::_And<True, std::_Or<False, True, BOOM<4> > >::value, ""); in test_combined() 51 static_assert(std::_And<True, std::_Or<False, True, BOOM<4> > >::value, ""); in test_combined() [all …]
|
| /llvm-project-15.0.7/lldb/test/API/python_api/interpreter/ |
| H A D | TestRunCommandInterpreterAPI.py | 24 self.dbg.SetInputFileHandle(self.filehandle, False) 28 self.dbg.SetOutputFileHandle(self.devnull, False) 29 self.dbg.SetErrorFileHandle (self.devnull, False) 35 True, False, lldb.SBCommandInterpreterRunOptions(), 0, False, 36 False) 66 True, False, lldb.SBCommandInterpreterRunOptions(), 0, False, 67 False) 84 self.assertEqual(opts.GetStopOnError(), False) 85 self.assertEqual(opts.GetStopOnCrash(), False) 104 self.assertEqual(opts.GetEchoCommands(), False) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/python_api/formatters/ |
| H A D | TestFormattersSBAPI.py | 43 self.runCmd('type format clear', check=False) 44 self.runCmd('type summary clear', check=False) 45 self.runCmd('type filter clear', check=False) 46 self.runCmd('type synthetic clear', check=False) 60 self.expect("frame variable foo.E", matching=False, 106 new_category.SetEnabled(False) 135 self.expect("frame variable foo", matching=False, 143 self.expect("frame variable foo", matching=False, 148 "JustAStruct", False)) 156 self.expect("frame variable foo", matching=False, [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/ |
| H A D | TestCommandScript.py | 40 substrs=['a.out'], matching=False, error=True) 47 substrs=['a.out'], matching=True, error=False) 52 self.runCmd('command script delete welcome', check=False) 54 self.runCmd('command script delete longwait', check=False) 55 self.runCmd('command script delete mysto', check=False) 59 self.runCmd('command script delete bug11569', check=False) 67 self.setAsync(False) 94 self.expect("help -u", matching=False, 99 self.expect('welcome Enrico', matching=False, error=True, 153 self.expect('command script list', matching=False, [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/settings/ |
| H A D | TestSettings.py | 295 exe=False, 323 exe=False, 363 exe=False, 375 matching=False, 386 exe=False, 387 matching=False, 404 matching=False, 413 exe=False, 414 matching=False, 419 exe=False, [all …]
|
| /llvm-project-15.0.7/clang/test/CXX/class/class.compare/class.spaceship/ |
| H A D | p1.cpp | 168 enum Result { False, True, Mu }; enumerator 191 static_assert(cmp<std::strong_ordering>(False, True) < 0); 192 static_assert(cmp<std::strong_ordering>(False, False) > 0); 195 static_assert(cmp<std::weak_ordering>(False, True) < 0); 196 static_assert(cmp<std::weak_ordering>(False, False) > 0); 199 static_assert(cmp<std::partial_ordering>(False, True) < 0); 200 static_assert(cmp<std::partial_ordering>(False, False, True) > 0); 201 static_assert(!(cmp<std::partial_ordering>(False, False, False) > 0)); 202 static_assert(!(cmp<std::partial_ordering>(False, False, False) == 0)); 203 static_assert(!(cmp<std::partial_ordering>(False, False, False) < 0));
|
| /llvm-project-15.0.7/lldb/test/API/commands/session/history/ |
| H A D | TestSessionHistory.py | 17 self.runCmd('session history --clear', inHistory=False) 18 self.runCmd('breakpoint list', check=False, inHistory=True) # 0 19 self.runCmd('register read', check=False, inHistory=True) # 1 20 self.runCmd('apropos hello', check=False, inHistory=True) # 2 21 self.runCmd('memory write', check=False, inHistory=True) # 3 22 self.runCmd('log list', check=False, inHistory=True) # 4 23 self.runCmd('disassemble', check=False, inHistory=True) # 5 24 self.runCmd('expression 1', check=False, inHistory=True) # 6 27 check=False, 29 self.runCmd('version', check=False, inHistory=True) # 8 [all …]
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | clang-parse-diagnostics-file | 14 default=False, help="dump all messages.") 16 default=False, help="dump 'error' messages.") 18 default=False, help="dump 'fatal error' messages.") 20 default=False, help="dump 'ignored' messages.") 22 default=False, help="dump 'note' messages.") 24 default=False, help="dump 'warning' messages.") 30 levels = {'error': False, 'fatal error': False, 'ignored': False, 31 'note': False, 'warning': False}
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/script/import/ |
| H A D | TestImport.py | 25 self.runCmd('command script delete foo2cmd', check=False) 26 self.runCmd('command script delete foocmd', check=False) 27 self.runCmd('command script delete foobarcmd', check=False) 28 self.runCmd('command script delete barcmd', check=False) 29 self.runCmd('command script delete barothercmd', check=False) 30 self.runCmd('command script delete TPcommandA', check=False) 31 self.runCmd('command script delete TPcommandB', check=False) 47 self.expect("command script import ./foo/foo.py", error=False) 53 self.expect("command script import ./dummymodule.py", error=False) 56 error=False)
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-python-synth/ |
| H A D | TestDataFormatterPythonSynth.py | 45 self.runCmd('type format clear', check=False) 46 self.runCmd('type summary clear', check=False) 47 self.runCmd('type filter clear', check=False) 48 self.runCmd('type synth clear', check=False) 81 self.expect("frame variable f00_1", matching=False, 163 self.expect('frame variable f00_1', matching=False, 213 self.expect('type synth list', matching=False, 247 self.expect('type filter list', matching=False, 284 self.runCmd('type format clear', check=False) 286 self.runCmd('type filter clear', check=False) [all …]
|
| /llvm-project-15.0.7/lldb/test/API/types/ |
| H A D | AbstractBase.py | 63 def build_and_run(self, source, atoms, bc=False, qd=False): 65 source, atoms, expr=False, bc=bc, qd=qd) 67 def build_and_run_expr(self, source, atoms, bc=False, qd=False): 72 self, source, atoms, expr, bc=False, qd=False): 108 def get_golden_list(self, blockCaptured=False): 131 quotedDisplay=False, 132 blockCaptured=False): 204 (dt, atoms), exe=False, substrs=list(atoms)) 215 quotedDisplay=False, 216 blockCaptured=False): [all …]
|
| /llvm-project-15.0.7/lldb/test/API/python_api/file_handle/ |
| H A D | TestFileHandle.py | 22 return False 145 self.handleCmd('lolwut', check=False, collect_result=False) 158 self.handleCmd('lol', check=False, collect_result=False) 320 self.dbg.RunCommandInterpreter(True, False, opts, 0, False, False) 337 self.dbg.RunCommandInterpreter(True, False, opts, 0, False, False) 354 self.dbg.RunCommandInterpreter(True, False, opts, 0, False, False) 369 self.dbg.RunCommandInterpreter(True, False, opts, 0, False, False) 384 self.dbg.RunCommandInterpreter(True, False, opts, 0, False, False) 413 collect_result=False, check=False) 425 check=False, collect_result=False) [all …]
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/dextIR/ |
| H A D | ProgramState.py | 33 return False 36 return False 39 return False 42 return False 73 return False 76 return False 88 return False 90 return False 108 return False 114 return False [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump-new/ |
| H A D | TestMiniDumpNew.py | 34 self.dbg.SetErrorFileHandle(devnul, False) 56 self.dbg.SetErrorFileHandle(None, False) 249 def verify_arm_registers(self, apple=False): 312 self.verify_arm_registers(apple=False) 437 check_region(-1, 0x00000000, 0x400d9000, False, False, False, False, n) 439 check_region( 1, 0x400db000, 0x400dc000, True, False, False, True, a) 442 check_region( 4, 0x400ec000, 0x400ed000, True, False, False, True, n) 443 check_region( 5, 0x400ed000, 0x400ee000, True, False, False, True, b) 449 check_region(11, 0x400ff000, 0x40100000, True, False, False, True, c) 454 check_region(16, 0x40167000, 0x40169000, True, False, False, True, d) [all …]
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/ |
| H A D | intelpt_testcase.py | 14 TraceIntelPTTestCaseBase.USE_SB_API = False 29 USE_SB_API = False 44 return False 55 def assertSBError(self, sberror, error=False): 62 processBufferSizeLimit=None, enableTsc=False, 63 psbPeriod=None, perCpuTracing=False): 78 def traceStartThread(self, thread=None, error=False, substrs=None, 100 substrs=None, enableTsc=False, psbPeriod=None, 101 perCpuTracing=False): 126 def traceStopThread(self, thread=None, error=False, substrs=None): [all …]
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-proper-plurals/ |
| H A D | TestFormattersOneIsSingular.py | 44 self.runCmd('type format clear', check=False) 45 self.runCmd('type summary clear', check=False) 46 self.runCmd('type synth clear', check=False) 54 self.expect('frame variable key', matching=False, 58 self.expect('frame variable value', matching=False, 62 self.expect('frame variable dict', matching=False, 66 self.expect('frame variable imset', matching=False, 70 self.expect('frame variable binheap_ref', matching=False, 74 self.expect('frame variable immutableData', matching=False,
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | DataflowAnalysisContextTest.cpp | 221 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local 245 Context.getOrCreateDisjunction(X, False), X)); in TEST_F() 258 Context.getOrCreateConjunction(X, False), False)); in TEST_F() 294 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local 299 Context.addFlowConditionConstraint(FC, False); in TEST_F() 310 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local 330 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local 351 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local 372 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local 393 auto &False = Context.getBoolLiteralValue(false); in TEST_F() local [all …]
|
| /llvm-project-15.0.7/lldb/test/API/commands/command/nested_alias/ |
| H A D | TestNestedAlias.py | 43 self.runCmd('command unalias read', check=False) 44 self.runCmd('command unalias rd', check=False) 45 self.runCmd('command unalias fo', check=False) 46 self.runCmd('command unalias foself', check=False) 47 self.runCmd('command unalias add_two', check=False) 48 self.runCmd('command unalias two', check=False) 72 matching=False) 73 self.expect('rd `&my_ptr[0]`', substrs=['deadfeed'], matching=False) 83 matching=False)
|
| /llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/tools/ |
| H A D | ToolBase.py | 43 self.context, add_help=False, prog=self.name) 48 default=False, 53 default=False, 62 default=False, 68 default=False, 74 default=False, 85 '--colortest', action='store_true', default=False, help=suppress) 87 '--error-debug', action='store_true', default=False, help=suppress) 102 default=False, 115 PrettyOutput.stdout.color_enabled = False [all …]
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/namespace/ |
| H A D | TestNamespaceLookup.py | 50 loc_exact=False) 56 loc_exact=False) 62 loc_exact=False) 68 loc_exact=False) 74 loc_exact=False) 80 loc_exact=False) 151 loc_exact=False) 157 loc_exact=False) 189 loc_exact=False) 209 loc_exact=False) [all …]
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | params.py | 86 Parameter(name='enable_modules', choices=[True, False], type=bool, default=False, 94 Parameter(name='enable_exceptions', choices=[True, False], type=bool, default=True, 101 Parameter(name='enable_rtti', choices=[True, False], type=bool, default=True, 130 Parameter(name='enable_warnings', choices=[True, False], type=bool, default=True, 161 Parameter(name='enable_experimental', choices=[True, False], type=bool, default=True, 177 Parameter(name='long_tests', choices=[True, False], type=bool, default=True, 183 Parameter(name='enable_assertions', choices=[True, False], type=bool, default=False, 197 Parameter(name='enable_transitive_includes', choices=[True, False], type=bool, default=True, 208 Parameter(name='use_system_cxx_lib', choices=[True, False], type=bool, default=False,
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/synthcapping/ |
| H A D | TestSyntheticCapping.py | 41 self.runCmd('type format clear', check=False) 42 self.runCmd('type summary clear', check=False) 43 self.runCmd('type filter clear', check=False) 44 self.runCmd('type synth clear', check=False) 47 check=False) 73 self.runCmd("settings set target.max-children-count 2", check=False) 82 self.expect("frame variable f00_1", matching=False, 85 self.runCmd("settings set target.max-children-count 256", check=False)
|
| /llvm-project-15.0.7/utils/bazel/llvm-project-overlay/llvm/unittests/ |
| H A D | BUILD.bazel | 20 allow_empty = False, 37 allow_empty = False, 62 allow_empty = False, 78 allow_empty = False, 96 allow_empty = False, 111 allow_empty = False, 123 allow_empty = False, 152 allow_empty = False, 181 allow_empty = False, 219 allow_empty = False, [all …]
|