Searched defs:Default (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl64 Default: only update files for libraries which saw change label
75 Default: take file list to scan from the command line. label
82 Default: keep previously assigned numbers. (You are warned label
95 Default: 'static' code generation. label
98 Default: don't write any scope modifier prefix. label
103 Default: don't write. label
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DMangler.h30 Default, ///< Emit default string before each symbol. enumerator in enum:llvm::Mangler::ManglerPrefixTy
H A DTargetOptions.h27 Default, // Target-specific (either soft or hard depending on triple,etc). enumerator in enum:llvm::FloatABI::ABIType
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringSwitch.h111 R Default(const T& Value) const { function in class:llvm::StringSwitch
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DCodeGen.h25 enum Model { Default, Static, PIC_, DynamicNoPIC }; enumerator in enum:llvm::Reloc::Model
30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator in enum:llvm::CodeModel::Model
48 Default, // -O2, -Os enumerator in enum:llvm::CodeGenOpt::Level
H A DYAMLTraits.h403 void mapOptional(const char* Key, T& Val, const T& Default) { argument
H A DCommandLine.h572 printOptionDiff(const Option &O, const AnyOptionValue &V, const AnyOptionValue &Default, size_t GlobalWidth) const argument
956 printOptionDiff(const Option &O, const generic_parser_base &P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
976 print(const Option &O, const parser<DT> P, const DT &V, const OptionValue<DT> &Default, size_t GlobalWidth) argument
985 printOptionDiff( const Option &O, const basic_parser<typename ParserClass::parser_data_type> &P, const ValDT &V, const OptionValue<ValDT> &Default, size_t GlobalWidth) argument
1055 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
1096 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
1119 OptionValue<DataType> Default; member in class:llvm::cl::opt_storage
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DTypeCategoryMap.h41 static const Position Default = 1; member in class:lldb_private::TypeCategoryMap
/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h89 MachinePassCtor Default; // Default function pass creator. member in class:llvm::MachinePassRegistry
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/InstPrinter/
H A DAMDGPUInstPrinter.cpp78 O << Default; local
70 printIfSet(const MCInst *MI, unsigned OpNo, raw_ostream &O, StringRef Asm, StringRef Default) argument
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp263 BasicBlock* Default = SI->getDefaultDest(); local
118 switchConvert(CaseItr Begin, CaseItr End, Value* Val, BasicBlock* OrigBlock, BasicBlock* Default) argument
163 newLeafBlock(CaseRange& Leaf, Value* Val, BasicBlock* OrigBlock, BasicBlock* Default) argument
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DArgList.cpp223 int ArgList::getLastArgIntValue(OptSpecifier Id, int Default, argument
H A DTools.cpp1469 bool Default local
1481 bool Default = true; local
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DArgList.h223 int getLastArgIntValue(OptSpecifier Id, int Default, argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h237 MachineBasicBlock *Default; member in struct:llvm::SelectionDAGBuilder::JumpTable
277 MachineBasicBlock *Default; member in struct:llvm::SelectionDAGBuilder::BitTestBlock
/freebsd-10.0-release/contrib/llvm/lib/Target/R600/
H A DAMDGPUStructurizeCFG.cpp457 Value *Default = Loops ? BoolTrue : BoolFalse; local
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h358 struct Default { int getDecl; }; struct in struct:clang::ast_matchers::internal::has_getDecl
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp729 llvm::BasicBlock *Default = local
/freebsd-10.0-release/usr.bin/make/
H A Dparse.c154 Default, /* .DEFAULT */ enumerator in enum:__anon11464
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c186 Default, /* .DEFAULT */ enumerator in enum:__anon702
/freebsd-10.0-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2369 BasicBlock *Default = getBasicBlock(Record[3]); local
2424 BasicBlock *Default = getBasicBlock(Record[2]); local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DCommandLine.cpp1116 printGenericOptionDiff(const Option &O, const GenericOptionValue &Value, const GenericOptionValue &Default, size_t GlobalWidth) const argument
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h2514 static SwitchInst *Create(Value *Value, BasicBlock *Default, argument
2518 static SwitchInst *Create(Value *Value, BasicBlock *Default, argument
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp63 Default, Enable, Disable enumerator in enum:__anon2138::DefaultOnOff
[all...]
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp3142 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { argument
3156 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, argument
3167 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, argument

Completed in 373 milliseconds

12