/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 | 142 const VarDecl *Variable; 191 Handler.Variable = CatchDecl; 238 bool EndCatchMightThrow = (Handler.Variable == 0); 246 if (const VarDecl *CatchParam = Handler.Variable) {
|
CGStmt.cpp | 57 // local variable map) which could be used by subsequent statements. 443 // scope of the variable that is declared extends from its point 574 // Create a cleanup scope for the condition variable cleanups. 579 // If the for statement has a condition scope, emit the local variable 676 // The loop body, consisting of the specified body and the loop variable. 698 // Create a separate cleanup scope for the loop variable and body. 747 // constructed into the NRVO variable. 749 // If there is an NRVO flag for this variable, set it to 1 into indicate 750 // that the cleanup code should not destroy the variable. [all...] |
CodeGenFunction.h | 648 /// when the NRVO has been applied to this variable. 694 /// An i1 variable indicating whether or not the @finally is 698 /// 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 | 69 const MDNode *Variable; 86 : Begin(0), End(0), Variable(0), Merged(false), 90 : Begin(B), End(E), Loc(L), Variable(V), Merged(false), 93 : Begin(B), End(E), Variable(0), Merged(false), 96 : Begin(B), End(E), Variable(0), Merged(false), 99 : Begin(B), End(E), Variable(0), Merged(false), 122 /// DbgVariable - This class is used to track local variable information. 125 DIVariable Var; // Variable Descriptor. 126 DIE *TheDIE; // Variable DIE. 225 /// variable's value [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...] |