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

1 2

  /external/clang/test/Misc/
ast-dump-stmt.cpp 5 int Variable;
8 using n::Variable;
12 Variable = 4;
13 // CHECK: DeclRefExpr{{.*}} (UsingShadow{{.*}}Variable
  /external/chromium_org/v8/src/
variables.cc 38 // Implementation Variable.
40 const char* Variable::Mode2String(VariableMode mode) {
58 Variable::Variable(Scope* scope,
85 bool Variable::IsGlobalObjectProperty() const {
94 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/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
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
deltablue.js 152 * a strength instance variable; concrete subclasses provide a means
213 * variable.
253 * Returns the current output variable.
311 * A unary input constraint used to mark a variable that the client
321 * Edits indicate that a variable is to be changed by imperative code.
398 * Mark the input variable with the given mark.
405 * Returns the current input variable
412 * Returns the current output variable
535 * A constrained variable. In addition to its value, it maintain the
540 function Variable(name, initialValue)
    [all...]
  /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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/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/chromium_org/v8/tools/testrunner/local/
old_statusfile.py 69 class Variable(Expression):
267 return Variable(name.lower())
  /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) {
  /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/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...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
GraphReader.java 191 if (mValue instanceof Variable) {
192 String varName = ((Variable)mValue).name;
222 private static class Variable {
225 public Variable(String name) {
427 return new Variable(strValue);

Completed in 404 milliseconds

1 2