| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | AnalyzerOptions.cpp | 268 int DefaultValue = 0; in getMaxInlinableSize() local 274 DefaultValue = 4; in getMaxInlinableSize() 277 DefaultValue = 50; in getMaxInlinableSize() 281 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue); in getMaxInlinableSize() 300 int DefaultValue = 0; in getMaxNodesPerTopLevelFunction() local 306 DefaultValue = 75000; in getMaxNodesPerTopLevelFunction() 309 DefaultValue = 150000; in getMaxNodesPerTopLevelFunction() 312 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue); in getMaxNodesPerTopLevelFunction()
|
| /NextBSD/contrib/compiler-rt/lib/ubsan/ |
| HD | ubsan_flags.cc | 30 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 36 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterUbsanFlags() argument
|
| HD | ubsan_flags.h | 25 #define UBSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| HD | ubsan_flags.inc | 17 // UBSAN_FLAG(Type, Name, DefaultValue, Description)
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_flags.cc | 39 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 79 #define COMMON_FLAG(Type, Name, DefaultValue, Description) \ in RegisterCommonFlags() argument
|
| HD | sanitizer_flags.h | 22 #define COMMON_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| HD | sanitizer_flags.inc | 17 // COMMON_FLAG(Type, Name, DefaultValue, Description)
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_flags.cc | 39 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 47 #define TSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterTsanFlags() argument
|
| HD | tsan_flags.h | 23 #define TSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| HD | tsan_flags.inc | 17 // TSAN_FLAG(Type, Name, DefaultValue, Description)
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_flags.cc | 46 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 52 #define ASAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterAsanFlags() argument
|
| HD | asan_flags.h | 33 #define ASAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| HD | asan_flags.inc | 17 // ASAN_FLAG(Type, Name, DefaultValue, Description)
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | dfsan.cc | 315 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 321 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterDfsanFlags() argument
|
| HD | dfsan.h | 59 #define DFSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| HD | dfsan_flags.inc | 17 // DFSAN_FLAG(Type, Name, DefaultValue, Description)
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_flags.h | 19 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| HD | msan_flags.inc | 17 // MSAN_FLAG(Type, Name, DefaultValue, Description)
|
| HD | msan.cc | 103 #define MSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 126 #define MSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterMsanFlags() argument
|
| /NextBSD/contrib/llvm/include/llvm/Support/ |
| HD | YAMLTraits.h | 608 const Optional<T> &DefaultValue, bool Required) { 609 assert(DefaultValue.hasValue() == false && 622 Val = DefaultValue; 627 void processKeyWithDefault(const char *Key, T &Val, const T& DefaultValue, 631 const bool sameAsDefault = outputting() && Val == DefaultValue; 639 Val = DefaultValue;
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_flags.inc | 17 // LSAN_FLAG(Type, Name, DefaultValue, Description)
|
| HD | lsan_common.cc | 40 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Name = DefaultValue; in SetDefaults() argument 46 #define LSAN_FLAG(Type, Name, DefaultValue, Description) \ in RegisterLsanFlags() argument
|
| HD | lsan_common.h | 47 #define LSAN_FLAG(Type, Name, DefaultValue, Description) Type Name; argument
|
| /NextBSD/contrib/llvm/lib/Transforms/Utils/ |
| HD | SimplifyCFG.cpp | 3658 Constant *DefaultValue, const DataLayout &DL); 3711 Constant *DefaultValue, const DataLayout &DL) in SwitchLookupTable() argument 3739 assert(DefaultValue && in SwitchLookupTable() 3741 assert(DefaultValue->getType() == ValueType); in SwitchLookupTable() 3744 TableContents[I] = DefaultValue; in SwitchLookupTable() 3747 if (DefaultValue != SingleValue) in SwitchLookupTable() 3959 BranchInst *RangeCheckBranch, Constant *DefaultValue, in reuseTableCompare() argument 3981 DefaultValue, CmpOp1, true); in reuseTableCompare()
|