Searched refs:Variable (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.10.1/CPAN-56/Modules/Variable-Magic-0.51/
H A DMakefile1 NAME = Variable-Magic
/macosx-10.10.1/CPAN-56/Modules/Variable-Magic-0.53/
H A DMakefile1 NAME = Variable-Magic
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/aesVect/
H A DtestVectors20 echo Generating Variable Key Known Answer Test vectors in $vk_out....
22 echo Generating Variable Text Known Answer Test vectors in $vt_out....
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAdjacencyList.h40 Variable enumerator in enum:JSC::DFG::AdjacencyList::Kind
49 if (kind == Variable) {
63 ASSERT_UNUSED(kind, kind == Variable);
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/
H A Dtkclass.rb41 Variable = TkVariable
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h70 const MDNode *Variable; member in struct:llvm::DotDebugLocEntry
87 : Begin(0), End(0), Variable(0), Merged(false),
91 : Begin(B), End(E), Loc(L), Variable(V), Merged(false),
94 : Begin(B), End(E), Variable(0), Merged(false),
97 : Begin(B), End(E), Variable(0), Merged(false),
101 : Begin(B), End(E), Variable(0), Merged(false),
127 DIVariable Var; // Variable Descriptor.
128 DIE *TheDIE; // Variable DIE.
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml11 | Variable of string Constructor in type:expr
H A Dparser.ml43 | [< >] -> Ast.Variable id
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml11 | Variable of string Constructor in type:expr
H A Dcodegen.ml17 | Ast.Variable name ->
H A Dparser.ml43 | [< >] -> Ast.Variable id
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml11 | Variable of string Constructor in type:expr
H A Dcodegen.ml17 | Ast.Variable name ->
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml11 | Variable of string Constructor in type:expr
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml11 | Variable of string Constructor in type:expr
/macosx-10.10.1/llvmCore-3425.0.34/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml11 | Variable of string Constructor in type:expr
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dmsgcat_de.tcl15 mcset de docidx/vset/varname/unknown {Unbekannte Variable "%1$s"} ; # Details: variable name
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dmsgcat_de.tcl15 mcset de doctoc/vset/varname/unknown {Unbekannte Variable "%1$s"} ; # Details: variable name
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.color.c61 } Variable; typedef in typeref:struct:__anon13866
63 static Variable variables[] = {
/macosx-10.10.1/vim-55/runtime/syntax/
H A Da2ps.vim27 syn keyword a2psKeyword Variable nextgroup=a2psVariableColon
H A Dbc.vim22 " Variable
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp595 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str()); local
596 Variable->addIncoming(StartVal, PreheaderBB);
601 NamedValues[VarName] = Variable;
619 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar");
641 Variable->addIncoming(NextVar, LoopEndBB);
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp699 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str()); local
700 Variable->addIncoming(StartVal, PreheaderBB);
705 NamedValues[VarName] = Variable;
723 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar");
745 Variable->addIncoming(NextVar, LoopEndBB);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D043VarSubst.t35 like($@, qr/Undefined Variable 'screen1'/);
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dtransform.rb110 # nodes, while substitute() replaces Variable nodes with the given
153 class Variable class
221 if item.operands[idx].is_a? Variable and myMacros[item.operands[idx].name]

Completed in 123 milliseconds

123