Home
last modified time | relevance | path

Searched refs:DefaultFalse (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td6 DefaultFalse,
14 DefaultFalse,
18 DefaultFalse,
33 DefaultFalse,
/src/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td141 DefaultFalse,
144 DefaultFalse,
177 DefaultFalse,
184 DefaultFalse,
187 DefaultFalse,
190 DefaultFalse,
196 DefaultFalse,
209 DefaultFalse,
227 DefaultFalse,
231 DefaultFalse,
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFProperties.td6 DefaultFalse,
/src/contrib/llvm-project/lldb/source/Core/
H A DCoreProperties.td10 DefaultFalse,
27 DefaultFalse,
47 DefaultFalse,
54 DefaultFalse,
66 DefaultFalse,
149 DefaultFalse,
201 DefaultFalse,
/src/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLogProperties.td6 DefaultFalse,
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td412 def DefaultFalse : Default<"false"> {}
1195 LangOpts<"ConvergentFunctions">, DefaultFalse,
1239 LangOpts<"GPURelocatableDeviceCode">, DefaultFalse,
1246 LangOpts<"OffloadImplicitHostDeviceTemplates">, DefaultFalse,
1265 LangOpts<"GPUDeferDiag">, DefaultFalse,
1271 LangOpts<"GPUExcludeWrongSideOverloads">, DefaultFalse,
1350 TargetOpts<"NVPTXUseShortPointers">, DefaultFalse,
1418 LangOpts<"HIPUseNewLaunchAPI">, DefaultFalse,
1430 CodeGenOpts<"HIPSaveKernelArgName">, DefaultFalse,
1439 LangOpts<"GPUAllowDeviceInit">, DefaultFalse,
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteProperties.td22 DefaultFalse,
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DPropertiesBase.td24 class DefaultFalse {
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCoverageMappingGen.cpp1889 Counter DefaultFalse = subtractCounters(ParentCount, DefaultTrue); in VisitSwitchStmt() local
1890 createBranchRegion(S->getCond(), DefaultTrue, DefaultFalse); in VisitSwitchStmt()