Searched refs:Switch (Results 1 - 25 of 51) sorted by relevance

123

/macosx-10.9.5/ruby-104/ruby/lib/optparse/
H A Dac.rb22 enable = Switch::NoArgument.new(nil, proc {true}, sdesc, ldesc, nil, desc, block)
23 disable = Switch::NoArgument.new(nil, proc {false}, sdesc, ldesc, nil, desc, block)
45 with = Switch::PlacedArgument.new(*search(:atype, String), sdesc, ldesc, nil, desc, block)
46 without = Switch::NoArgument.new(nil, proc {}, sdesc, ldesc, nil, desc, block)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSPosix/
H A DMakefile109 # uClibc does not support Name Service Switch
268 # nss_mdns target builds the Name Service Switch module
270 @echo "Name Service Switch module done"
/macosx-10.9.5/ruby-104/ruby/lib/irb/ext/
H A Duse-loader.rb67 print "Switch to load/require#{unless use_loader; ' non';end} trace mode.\n" if verbose?
/macosx-10.9.5/vim-53/runtime/
H A Dgvimrc_example.vim33 " Switch on syntax highlighting if it wasn't on yet.
38 " Switch on search pattern highlighting.
H A Devim.vim44 " Switch syntax highlighting on, when the terminal has colors
H A Dvimrc_example.vim49 " Switch syntax highlighting on, when the terminal has colors
/macosx-10.9.5/ruby-104/ruby/lib/
H A Doptparse.rb17 # - OptionParser::Switch:: each switches
32 # | ,-| Switch |
298 # Defined within Switch are several Switch-derived classes: NoArgument,
301 class Switch class in class:OptionParser
306 # OptionParser::Switch class (OptionalArgument, etc.).
313 t = Switch::OptionalArgument
315 t = Switch::PlacedArgument
317 t = Switch::RequiredArgument
466 # Switch tha
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DLabelScope.h41 enum Type { Loop, Switch, NamedLabel }; enumerator in enum:JSC::LabelScope::Type
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fumagic/
H A Dcgen.tcl314 $tree set $switch otype Switch
357 if {[$tree get [$tree parent $node] otype] eq "Switch"} {
594 Switch {
/macosx-10.9.5/vim-53/runtime/colors/
H A Dblue.vim6 " Revision #5: Switch main text from white to yellow for easier contrast,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp293 case Instruction::Switch:
H A DLoopUnswitch.cpp1137 BasicBlock *Switch = SI->getParent(); local
1154 SplitEdge(Switch, SISucc, this);
1162 Switch->getParent(),
1173 PN->setIncomingValue(PN->getBasicBlockIndex(Switch),
H A DCodeGenPrepare.cpp1509 SwitchInst *Switch = Builder.CreateSwitch(TableIndex, PostSwitchBB, local
1542 Switch->addCase(ConstantInt::get(TableIndexTy, I), BB);
1558 CurInstIterator = Switch;
/macosx-10.9.5/vim-53/runtime/macros/
H A Dless.vim190 " Switch to editing (switch off less mode)
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DInstruction.cpp101 case Switch: return "switch";
H A DCore.cpp1698 LLVMBasicBlockRef LLVMGetSwitchDefaultDest(LLVMValueRef Switch) { argument
1699 return wrap(unwrap<SwitchInst>(Switch)->getDefaultDest());
1848 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, argument
1850 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest));
H A DInstructions.cpp2637 // Switch on the opcode provided
3142 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3153 : TerminatorInst(Type::getVoidTy(Value->getContext()), Instruction::Switch,
3159 : TerminatorInst(SI.getType(), Instruction::Switch, 0, 0) {
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvrml.vim147 syn keyword VRMLNodes SpotLight Switch Text TextureCoordinate
H A Dvb.vim135 syn keyword vbFunction StrReverse String Sum Switch Tab Tan Time
/macosx-10.9.5/zlib-53/zlib/contrib/pascal/
H A Dexample.pas304 (* Switch back to compressing mode: *)
/macosx-10.9.5/llvmCore-3425.0.33/lib/AsmParser/
H A DLLLexer.cpp630 INSTKEYWORD(switch, Switch);
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm_ocaml.c1416 CAMLprim value llvm_add_case(LLVMValueRef Switch, LLVMValueRef OnVal, argument
1418 LLVMAddCase(Switch, OnVal, Dest);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm-c/
H A DCore.h2334 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DValueTracking.cpp1926 case Instruction::Switch:
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dada-mode.el1144 Switch to other file (Body <-> Spec) '\\[ff-find-other-file]'
1146 Switch to other file in other window '\\[ada-ff-other-window]'

Completed in 519 milliseconds

123