Searched refs:DefaultTrue (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | InterpreterProperties.td | 10 DefaultTrue, 18 DefaultTrue, 25 DefaultTrue, 33 DefaultTrue, 37 DefaultTrue, 41 DefaultTrue, 45 DefaultTrue,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | TargetProperties.td | 5 Global, DefaultTrue, 15 DefaultTrue, 32 DefaultTrue, 35 DefaultTrue, 41 DefaultTrue, 53 DefaultTrue, 65 DefaultTrue, 71 DefaultTrue, 92 DefaultTrue, 107 DefaultTrue, [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | CoreProperties.td | 6 DefaultTrue, 100 DefaultTrue, 140 DefaultTrue, 144 DefaultTrue, 156 DefaultTrue, 160 DefaultTrue, 164 DefaultTrue, 168 DefaultTrue, 176 DefaultTrue,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/ |
| H A D | DynamicLoaderDarwinKernelProperties.td | 6 DefaultTrue,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemoteProperties.td | 14 DefaultTrue,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | PropertiesBase.td | 18 class DefaultTrue {
|
| /openbsd-src/gnu/llvm/clang/include/clang/Driver/ |
| H A D | Options.td | 350 def DefaultTrue : Default<"true"> {} 1019 CodeGenOpts<"HIPCorrectlyRoundedDivSqrt">, DefaultTrue, 1144 LangOpts<"AccessControl">, DefaultTrue, 1196 CodeGenOpts<"Autolink">, DefaultTrue, 1243 LangOpts<"GNUAsm">, DefaultTrue, 1409 DiagnosticOpts<"ShowCarets">, DefaultTrue, 1513 DiagnosticOpts<"ShowOptionNames">, DefaultTrue, 1539 LangOpts<"ElideConstructors">, DefaultTrue, 1665 LangOpts<"RegisterStaticDestructors">, DefaultTrue, 1792 CodeGenOpts<"SanitizeAddressUseOdrIndicator">, DefaultTrue, [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 1347 Counter DefaultTrue = subtractCounters(ParentCount, CaseCountSum); in VisitSwitchStmt() local 1348 Counter DefaultFalse = subtractCounters(ParentCount, DefaultTrue); in VisitSwitchStmt() 1349 createBranchRegion(S->getCond(), DefaultTrue, DefaultFalse); in VisitSwitchStmt()
|