Searched refs:Default (Results 26 - 50 of 414) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_errors.cpp53 Printf("%s", d.Default());
69 Printf("%s object passed to delete has wrong type:\n", d.Default());
110 Printf("%s", d.Default());
130 Printf("%s", d.Default());
149 Printf("%s", d.Default());
162 Printf("%s", d.Default());
175 Printf("%s", d.Default());
188 Printf("%s", d.Default());
202 Printf("%s", d.Default());
215 Printf("%s", d.Default());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DFPEnv.cpp29 .Default(None);
59 .Default(None);
H A DMangler.cpp26 Default, ///< Emit default string before each symbol. enumerator in enum:__anon2254::ManglerPrefixTy
70 return getNameWithPrefixImpl(OS, GVName, DL, Default);
77 return getNameWithPrefixImpl(OS, GVName, Default, DL, Prefix);
113 ManglerPrefixTy PrefixTy = Default;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_defs.h68 #define WIN_WEAK_ALIAS(Name, Default) \
70 WIN_SYM_PREFIX STRINGIFY(Default)))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp109 BasicBlock *OrigBlock, BasicBlock *Default,
113 BasicBlock *OrigBlock, BasicBlock *Default);
165 // If the block is a dead Default block that will be deleted later, don't
252 BasicBlock *Default,
269 Default);
317 Default, UnreachableRanges);
320 Default, UnreachableRanges);
337 BasicBlock *Default) {
376 BranchInst::Create(Succ, Default, Comp, NewLeaf);
447 BasicBlock* Default local
249 switchConvert(CaseItr Begin, CaseItr End, ConstantInt *LowerBound, ConstantInt *UpperBound, Value *Val, BasicBlock *Predecessor, BasicBlock *OrigBlock, BasicBlock *Default, const std::vector<IntRange> &UnreachableRanges) argument
333 newLeafBlock(CaseRange &Leaf, Value *Val, ConstantInt *LowerBound, ConstantInt *UpperBound, BasicBlock *OrigBlock, BasicBlock *Default) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/Arch/
H A DSparc.cpp29 .Default("-Av9");
70 .Default("-Av8");
88 .Default(sparc::FloatABI::Invalid);
H A DMips.cpp70 .Default(ABIName);
113 .Default("");
126 .Default("");
147 .Default(ABI);
166 .Default(mips::FloatABI::Invalid);
423 .Default(Std2008);
431 .Default(false);
449 .Default(false);
454 .Default(false);
466 .Default(fals
[all...]
H A DPPC.cpp86 .Default("");
101 .Default("-many");
145 .Default(ppc::FloatABI::Invalid);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h40 static const Position Default = 1; member in class:lldb_private::TypeCategoryMap
49 bool Enable(KeyType category_name, Position pos = Default);
53 bool Enable(ValueSP category, Position pos = Default);
H A DDataVisualization.h98 TypeCategoryMap::Position = TypeCategoryMap::Default);
107 TypeCategoryMap::Position = TypeCategoryMap::Default);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendOptions.cpp34 .Default(Language::Unknown);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DAddressSpaces.h28 Default = 0, member in class:clang::LangAS
H A DLangOptions.h34 #define LANGOPT(Name, Bits, Default, Description) unsigned Name : Bits;
35 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description)
41 #define LANGOPT(Name, Bits, Default, Description)
42 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
66 // Default C standard behavior.
306 #define LANGOPT(Name, Bits, Default, Description)
307 #define ENUM_LANGOPT(Name, Type, Bits, Default, Description) \
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp79 .Default(None);
91 .Default(None);
110 .Default(None);
159 .Default(None);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DLangStandards.cpp34 .Default(lang_unspecified);
H A DSanitizers.cpp33 .Default(SanitizerMask());
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DAMDGPUMetadataVerifier.cpp126 .Default(false);
145 .Default(false);
160 .Default(false);
170 .Default(false);
180 .Default(false);
220 .Default(false);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h76 PassCtorTy Default; // Default function pass creator. member in class:llvm::MachinePassRegistry
87 PassCtorTy getDefault() { return Default; }
88 void setDefault(PassCtorTy C) { Default = C; }
H A DTargetFrameLowering.h29 Default = 0, enumerator in enum:llvm::TargetStackID::Value
368 return TargetStackID::Default;
375 case TargetStackID::Default:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DArgList.cpp73 bool ArgList::hasFlag(OptSpecifier Pos, OptSpecifier Neg, bool Default) const {
76 return Default;
80 bool Default) const {
83 return Default;
86 StringRef ArgList::getLastArgValue(OptSpecifier Id, StringRef Default) const {
89 return Default;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h184 // Default option
746 const GenericOptionValue &Default,
755 const AnyOptionValue &Default,
757 printGenericOptionDiff(O, V, Default, GlobalWidth);
798 // Default parser implementation - This implementation depends on having a
938 void printOptionDiff(const Option &O, bool V, OptVal Default,
963 void printOptionDiff(const Option &O, boolOrDefault V, OptVal Default,
985 void printOptionDiff(const Option &O, int V, OptVal Default,
1007 void printOptionDiff(const Option &O, long V, OptVal Default,
1029 void printOptionDiff(const Option &O, long long V, OptVal Default,
754 printOptionDiff(const Option &O, const AnyOptionValue &V, const AnyOptionValue &Default, size_t GlobalWidth) const argument
1209 printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
1227 print(const Option &O, const parser<DT> &P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
1236 printOptionDiff( const Option &O, const basic_parser<typename ParserClass::parser_data_type> &P, const ValDT &V, const OptionValue<ValDT> &Default, size_t GlobalWidth) argument
1320 OptionValue<DataType> Default; member in class:llvm::opt_storage
1367 OptionValue<DataType> Default; member in class:llvm::opt_storage
1388 OptionValue<DataType> Default; member in class:llvm::opt_storage
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp179 Printf("%s", d.Default());
220 Printf("%s", d.Default());
227 Printf("%sM%zd%s%s", d.Mutex(), rm->id, d.Default(), after);
233 Printf("%sM%zd (%p)%s%s", d.Mutex(), rm->id, rm->addr, d.Default(), after);
241 Printf("%s", d.Default());
245 Printf("%s", d.Default());
263 Printf("%s", d.Default());
271 Printf("%s", d.Default());
279 Printf("%s", d.Default());
323 Printf("%s", d.Default());
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp54 .Default(None);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.h31 Default = 0, member in class:llvm::MipsRegisterInfo::MipsPtrClass
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp77 .Default(nullptr);

Completed in 328 milliseconds

1234567891011>>