Searched refs:DefaultTrue (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 10 DefaultTrue, 18 DefaultTrue, 25 DefaultTrue, 33 DefaultTrue, 37 DefaultTrue, 41 DefaultTrue, 45 DefaultTrue,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 5 Global, DefaultTrue, 15 DefaultTrue, 41 DefaultTrue, 44 DefaultTrue, 50 DefaultTrue, 62 DefaultTrue, 74 DefaultTrue, 80 DefaultTrue, 87 DefaultTrue, 105 DefaultTrue, [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | CoreProperties.td | 6 DefaultTrue, 108 DefaultTrue, 152 DefaultTrue, 156 DefaultTrue, 168 DefaultTrue, 172 DefaultTrue, 176 DefaultTrue, 180 DefaultTrue, 188 DefaultTrue, 216 DefaultTrue,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteProperties.td | 18 DefaultTrue,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | PropertiesBase.td | 18 class DefaultTrue {
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 380 def DefaultTrue : Default<"true"> {} 1487 LangOpts<"AccessControl">, DefaultTrue, 1551 CodeGenOpts<"Autolink">, DefaultTrue, 1558 CodeGenOpts<"AutoImport">, DefaultTrue, 1615 LangOpts<"GNUAsm">, DefaultTrue, 2359 DefaultTrue, 3250 CodeGenOpts<"CXAAtExit">, DefaultTrue, 3627 LangOpts<"SpellChecking">, DefaultTrue, 3636 LangOpts<"CharIsSigned">, DefaultTrue, 7233 DefaultTrue, [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1755 Counter DefaultTrue = subtractCounters(ParentCount, CaseCountSum); in VisitSwitchStmt() local 1756 Counter DefaultFalse = subtractCounters(ParentCount, DefaultTrue); in VisitSwitchStmt() 1757 createBranchRegion(S->getCond(), DefaultTrue, DefaultFalse); in VisitSwitchStmt()
|