HomeSort by relevance Sort by last modified time
    Searched defs:Variable (Results 1 - 25 of 40) 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/v8/src/
variables.cc 38 // Implementation Variable.
40 const char* Variable::Mode2String(VariableMode mode) {
57 Variable::Variable(Scope* scope,
84 bool Variable::is_global() const {
91 int Variable::CompareIndex(Variable* const* v, Variable* const* w) {
variables.h 40 // after binding and variable allocation.
42 class Variable: public ZoneObject {
51 // Before and during variable allocation, a variable whose location is
52 // not yet determined. After allocation, a variable looked up as a
54 // variable name, index() is invalid.
62 // A slot in the local section on the stack. index() is the variable
66 // An indexed slot in a heap context. index() is the variable index in
71 // A named slot in a heap context. name() is the variable name in the
77 Variable(Scope* scope
    [all...]
  /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/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());
129 Variable::Variable()
136 Variable::Variable(Type* t, const string& n
    [all...]
AST.h 67 struct Variable : public Expression
73 Variable();
74 Variable(Type* type, const string& name);
75 Variable(Type* type, const string& name, int dimension);
76 virtual ~Variable();
100 Variable *variable; member in struct:Field
104 Field(int modifiers, Variable* variable);
140 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 148 const VarDecl *Variable;
197 Handler.Variable = CatchDecl;
244 bool EndCatchMightThrow = (Handler.Variable == 0);
252 if (const VarDecl *CatchParam = Handler.Variable) {
CGStmt.cpp 56 // local variable map) which could be used by subsequent statements.
466 // scope of the variable that is declared extends from its point
595 // Create a cleanup scope for the condition variable cleanups.
600 // If the for statement has a condition scope, emit the local variable
693 // The loop body, consisting of the specified body and the loop variable.
715 // Create a separate cleanup scope for the loop variable and body.
775 // constructed into the NRVO variable.
777 // If there is an NRVO flag for this variable, set it to 1 into indicate
778 // that the cleanup code should not destroy the variable.
    [all...]
CodeGenFunction.h 625 /// when the NRVO has been applied to this variable.
672 /// An i1 variable indicating whether or not the @finally is
676 /// 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/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/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),
101 : Begin(B), End(E), Variable(0), Merged(false),
124 /// \brief 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/clang/lib/Sema/
AnalysisBasedWarnings.cpp 490 /// uninitialized use of a variable.
522 // FIXME: This also happens if the first use of a variable is always
629 /// uninitialized variable. This manages the different forms of diagnostic
638 // Inspect the initializer of the variable declaration which is
674 // Report where the variable was declared when the use wasn't within
    [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 284 milliseconds

1 2