Searched defs:Variable (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/Misc/
H A Dast-dump-stmt.cpp5 int Variable; member in namespace:n
8 using n::Variable;
12 Variable = 4;
13 // CHECK: DeclRefExpr{{.*}} (UsingShadow{{.*}}Variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/javassist/src/main/javassist/compiler/ast/
H A DVariable.java21 * Variable.
23 public class Variable extends Symbol { class in inherits:Symbol
26 public Variable(String sym, Declarator d) { method in class:Variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dast.ml11 | Variable of string Constructor in type:expr
/external/chromium_org/v8/src/
H A Dvariables.cc38 // Implementation Variable.
40 const char* Variable::Mode2String(VariableMode mode) {
58 Variable::Variable(Scope* scope, function in class:v8::internal::Variable
85 bool Variable::IsGlobalObjectProperty() const {
94 int Variable::CompareIndex(Variable* const* v, Variable* const* w) {
H A Dvariables.h42 class Variable: public ZoneObject { class in namespace:v8::internal
77 Variable(Scope* scope,
137 Variable* local_if_not_shadowed() const {
142 void set_local_if_not_shadowed(Variable* local) {
158 static int CompareIndex(Variable* const* v, Variable* const* w);
173 Variable* local_if_not_shadowed_;
/external/v8/src/
H A Dvariables.cc38 // Implementation Variable.
40 const char* Variable::Mode2String(VariableMode mode) {
57 Variable::Variable(Scope* scope, function in class:v8::internal::Variable
84 bool Variable::is_global() const {
91 int Variable::CompareIndex(Variable* const* v, Variable* const* w) {
H A Dvariables.h42 class Variable: public ZoneObject { class in namespace:v8::internal
77 Variable(Scope* scope,
144 Variable* local_if_not_shadowed() const {
149 void set_local_if_not_shadowed(Variable* local) {
165 static int CompareIndex(Variable* const* v, Variable* const* w);
180 Variable* local_if_not_shadowed_;
/external/apache-xml/src/main/java/org/apache/xpath/operations/
H A DVariable.java19 * $Id: Variable.java 468655 2006-10-28 07:12:06Z minchau $
42 public class Variable extends Expression implements PathComponent class in inherits:Expression,PathComponent
251 // throw new javax.xml.transform.TransformerException(XSLMessages.createXPATHMessage(XPATHErrorResources.ER_VAR_NOT_RESOLVABLE, new Object[]{m_qname.toString()})); //"Variable not resolvable: "+m_qname);
358 if(!m_qname.equals(((Variable)expr).m_qname))
363 if(getElemVariable() != ((Variable)expr).getElemVariable())
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js531 function Variable(name, initialValue) {
545 Variable.prototype.addConstraint = function (c) {
552 Variable.prototype.removeConstraint = function (c) {
798 var v = new Variable(name);
827 var scale = new Variable("scale", 10);
828 var offset = new Variable("offset", 1000);
833 src = new Variable("src" + i, i);
834 dst = new Variable("dst" + i, i);
539 Variable.prototype.addConstraint = function (c) { class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js531 function Variable(name, initialValue) {
545 Variable.prototype.addConstraint = function (c) {
552 Variable.prototype.removeConstraint = function (c) {
798 var v = new Variable(name);
827 var scale = new Variable("scale", 10);
828 var offset = new Variable("offset", 1000);
833 src = new Variable("src" + i, i);
834 dst = new Variable("dst" + i, i);
539 Variable.prototype.addConstraint = function (c) { class
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js531 function Variable(name, initialValue) {
545 Variable.prototype.addConstraint = function (c) {
552 Variable.prototype.removeConstraint = function (c) {
798 var v = new Variable(name);
827 var scale = new Variable("scale", 10);
828 var offset = new Variable("offset", 1000);
833 src = new Variable("src" + i, i);
834 dst = new Variable("dst" + i, i);
539 Variable.prototype.addConstraint = function (c) { class
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js537 function Variable(name, initialValue) {
551 Variable.prototype.addConstraint = function (c) {
558 Variable.prototype.removeConstraint = function (c) {
804 var v = new Variable(name);
833 var scale = new Variable("scale", 10);
834 var offset = new Variable("offset", 1000);
839 src = new Variable("src" + i, i);
840 dst = new Variable("dst" + i, i);
545 Variable.prototype.addConstraint = function (c) { class
/external/clang/unittests/Tooling/
H A DRecursiveASTVisitorTest.cpp34 bool VisitVarDecl(VarDecl *Variable) { argument
35 Match(Variable->getNameAsString(), Variable->getLocStart());
/external/v8/benchmarks/
H A Ddeltablue.js537 function Variable(name, initialValue) {
551 Variable.prototype.addConstraint = function (c) {
558 Variable.prototype.removeConstraint = function (c) {
804 var v = new Variable(name);
833 var scale = new Variable("scale", 10);
834 var offset = new Variable("offset", 1000);
839 src = new Variable("src" + i, i);
840 dst = new Variable("dst" + i, i);
545 Variable.prototype.addConstraint = function (c) { class
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp148 const VarDecl *Variable; member in struct:__anon16130::CatchHandler
197 Handler.Variable = CatchDecl;
244 bool EndCatchMightThrow = (Handler.Variable == 0);
252 if (const VarDecl *CatchParam = Handler.Variable) {
H A DCGStmt.cpp1385 const VarDecl *Variable = dyn_cast<VarDecl>(&Value); local
1386 if (!Variable)
1388 if (Variable->getStorageClass() != SC_Register)
1390 AsmLabelAttr *Attr = Variable->getAttr<AsmLabelAttr>();
/external/llvm/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);
/external/llvm/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);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp518 class Variable : public Pick { class in inherits:Pick
520 Variable(SymbolTable * symbols, const char * varName, Pick * varRef = NULL){ function in class:Variable
1077 node = new Variable(&symbols, s.token);
1495 Variable var1(&tab, "x", value);
1497 Variable var2(&tab, "y");
1503 Variable var3(&tab, "z");
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1106 Variable, enumerator in enum:__anon16242
1114 ObjectKind = Variable;

Completed in 752 milliseconds

12