Home
last modified time | relevance | path

Searched refs:DefaultTrue (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DInterpreterProperties.td10 DefaultTrue,
18 DefaultTrue,
25 DefaultTrue,
33 DefaultTrue,
37 DefaultTrue,
41 DefaultTrue,
45 DefaultTrue,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetProperties.td5 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 DCoreProperties.td6 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 DDynamicLoaderDarwinKernelProperties.td6 DefaultTrue,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td14 DefaultTrue,
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DPropertiesBase.td18 class DefaultTrue {
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td350 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 DCoverageMappingGen.cpp1347 Counter DefaultTrue = subtractCounters(ParentCount, CaseCountSum); in VisitSwitchStmt() local
1348 Counter DefaultFalse = subtractCounters(ParentCount, DefaultTrue); in VisitSwitchStmt()
1349 createBranchRegion(S->getCond(), DefaultTrue, DefaultFalse); in VisitSwitchStmt()