HomeSort by relevance Sort by last modified time
    Searched defs:Variable (Results 1 - 25 of 31) sorted by null

1 2

  /external/javassist/src/main/javassist/compiler/ast/
Variable.java 21 * Variable.
23 public class Variable extends Symbol {
26 public Variable(String sym, Declarator d) {
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 10 (* variant for referencing a variable, like "a". *)
11 | Variable of string
  /external/v8/src/
variables.cc 38 // Implementation Variable.
40 const char* Variable::Mode2String(Mode mode) {
55 Property* Variable::AsProperty() const {
60 Slot* Variable::AsSlot() const {
65 bool Variable::IsStackAllocated() const {
71 bool Variable::IsParameter() const {
77 bool Variable::IsStackLocal() const {
83 bool Variable::IsContextSlot() const {
89 Variable::Variable(Scope* scope
    [all...]
variables.h 39 // after binding and variable allocation.
41 class Variable: public ZoneObject {
54 // variable is global unless it has been shadowed
55 // by an eval-introduced variable
58 // variable is local and where it is unless it
60 // variable
75 Variable(Scope* scope,
90 // The source code for an eval() call may refer to a variable that is
126 // True if the variable is named eval and not known to be shadowed.
132 Variable* local_if_not_shadowed() const
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Drawer.js 131 this.state = (this.fullPanel ? WebInspector.Drawer.State.Full : WebInspector.Drawer.State.Variable);
207 if (this.state === WebInspector.Drawer.State.Variable) {
235 // If this animation gets cancelled, we want the state of the drawer to be Variable,
237 this.state = WebInspector.Drawer.State.Variable;
239 this._animateDrawerHeight(height, WebInspector.Drawer.State.Variable);
360 Variable: 1,
  /frameworks/base/tools/aidl/
AST.cpp 59 variable(NULL)
63 Field::Field(int m, Variable* v)
66 variable(v)
77 types->insert(this->variable->type);
87 fprintf(to, "%s %s", this->variable->type->QualifiedName().c_str(),
88 this->variable->name.c_str());
114 Variable::Variable()
121 Variable::Variable(Type* t, const string& n
    [all...]
AST.h 57 struct Variable : public Expression
63 Variable();
64 Variable(Type* type, const string& name);
65 Variable(Type* type, const string& name, int dimension);
66 virtual ~Variable();
90 Variable *variable; member in struct:Field
94 Field(int modifiers, Variable* variable);
130 Variable* lvalue
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 19 * $Id: Variable.java 468655 2006-10-28 07:12:06Z minchau $
40 * The variable reference expression executer.
42 public class Variable extends Expression implements PathComponent
49 /** The qualified name of the variable.
54 * The index of the variable, which is either an absolute index to a
61 * Set the index for the variable into the stack. For advanced use only. You
72 * Set the index for the variable into the stack. For advanced use only.
84 * @param isGlobal true if this should be a global variable reference.
92 * Set the index for the variable into the stack. For advanced use only.
94 * @return true if this should be a global variable reference
    [all...]
  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 140 const VarDecl *Variable;
189 Handler.Variable = CatchDecl;
236 bool EndCatchMightThrow = (Handler.Variable == 0);
244 if (const VarDecl *CatchParam = Handler.Variable) {
CGStmt.cpp 56 // local variable map) which could be used by subsequent statements.
455 // scope of the variable that is declared extends from its point
584 // Create a cleanup scope for the condition variable cleanups.
589 // If the for statement has a condition scope, emit the local variable
682 // The loop body, consisting of the specified body and the loop variable.
704 // Create a separate cleanup scope for the loop variable and body.
751 // constructed into the NRVO variable.
753 // If there is an NRVO flag for this variable, set it to 1 into indicate
754 // that the cleanup code should not destroy the variable.
    [all...]
CodeGenFunction.h 603 /// when the NRVO has been applied to this variable.
651 /// An i1 variable indicating whether or not the @finally is
655 /// An i8* variable into which the exception pointer to rethrow
    [all...]
  /external/v8/benchmarks/
deltablue.js 149 * a strength instance variable; concrete subclasses provide a means
210 * variable.
250 * Returns the current output variable.
308 * A unary input constraint used to mark a variable that the client
318 * Edits indicate that a variable is to be changed by imperative code.
395 * Mark the input variable with the given mark.
402 * Returns the current input variable
409 * Returns the current output variable
532 * A constrained variable. In addition to its value, it maintain the
537 function Variable(name, initialValue)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-deltablue.js 143 * a strength instance variable; concrete subclasses provide a means
204 * variable.
244 * Returns the current output variable.
302 * A unary input constraint used to mark a variable that the client
312 * Edits indicate that a variable is to be changed by imperative code.
389 * Mark the input variable with the given mark.
396 * Returns the current input variable
403 * Returns the current output variable
526 * A constrained variable. In addition to its value, it maintain the
531 function Variable(name, initialValue)
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 114 /// VariableExprAST - Expression class for referencing a variable, like "a".
228 if (CurTok != '(') // Simple variable ref.
468 // Look this variable up in the function.
470 return V ? V : ErrorV("Unknown variable name");
567 // variable = phi [start, loopheader], [nextvariable, loopend]
573 // nextvariable = variable + step
578 // Emit the start code first, without 'variable' in scope.
595 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
596 Variable->addIncoming(StartVal, PreheaderBB);
598 // Within the loop, the variable is defined equal to the PHI node. If i
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 70 const MDNode *Variable;
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),
100 : Begin(B), End(E), Variable(0), Merged(false),
123 /// DbgVariable - This class is used to track local variable information.
126 DIVariable Var; // Variable Descriptor.
127 DIE *TheDIE; // Variable DIE.
129 DbgVariable *AbsVar; // Corresponding Abstract variable, if any
    [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 119 /// VariableExprAST - Expression class for referencing a variable, like "a".
256 if (CurTok != '(') // Simple variable ref.
553 // Look this variable up in the function.
555 return V ? V : ErrorV("Unknown variable name");
671 // variable = phi [start, loopheader], [nextvariable, loopend]
677 // nextvariable = variable + step
682 // Emit the start code first, without 'variable' in scope.
699 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), 2, VarName.c_str());
700 Variable->addIncoming(StartVal, PreheaderBB);
702 // Within the loop, the variable is defined equal to the PHI node. If i
    [all...]
  /external/v8/tools/
test.py 743 class Variable(Expression):
955 return Variable(name.lower())
    [all...]
  /external/icu4c/test/intltest/
wbnf.cpp 146 * It's a mapping table between 'variable name' and its 'active Pick object'
197 refs[i] = var_ref; // link definition with variable
518 class Variable : public Pick {
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){
    [all...]

Completed in 2623 milliseconds

1 2