Searched defs:Variable (Results 1 - 25 of 46) 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/deqp/framework/randomshaders/
H A DrsgVariable.cpp21 * \brief Variable class.
31 Variable::Variable (const VariableType& type, Storage storage, const char* name) function in class:rsg::Variable
39 Variable::~Variable (void)
43 void Variable::tokenizeDeclaration (GeneratorState& state, TokenStream& str) const
H A DrsgVariable.hpp23 * \brief Variable class.
37 class Variable class in namespace:rsg
54 Variable (const VariableType& type, Storage storage, const char* name);
55 ~Variable (void);
/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.cc15 // Implementation Variable.
17 const char* Variable::Mode2String(VariableMode mode) {
35 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode, function in class:v8::internal::Variable
58 bool Variable::IsGlobalObjectProperty() const {
67 int Variable::CompareIndex(Variable* const* v, Variable* const* w) {
H A Dvariables.h20 class Variable: public ZoneObject { class in namespace:v8::internal
55 Variable(Scope* scope, const AstRawString* name, VariableMode mode,
115 Variable* local_if_not_shadowed() const {
120 void set_local_if_not_shadowed(Variable* local) {
136 static int CompareIndex(Variable* const* v, Variable* const* w);
151 Variable* local_if_not_shadowed_;
/external/lldb/include/lldb/Symbol/
H A DVariable.h1 //===-- Variable.h ----------------------------------------------*- C++ -*-===//
24 class Variable : public UserID class in namespace:lldb_private
30 Variable (lldb::user_id_t uid,
42 ~Variable();
178 Variable(const Variable& rhs);
179 Variable& operator=(const Variable& rhs);
/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/lldb/source/Symbol/
H A DVariable.cpp1 //===-- Variable.cpp --------------------------------------------*- C++ -*-===//
10 #include "lldb/Symbol/Variable.h"
33 // Variable constructor
35 Variable::Variable function in class:Variable
64 Variable::~Variable()
70 Variable::GetName() const
78 Variable::NameMatches (const RegularExpression& regex) const
86 Variable
[all...]
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DFrame.java163 string += ((Variable) it.next()).toString();
204 public final class Variable { class in class:Frame
223 public Variable() { method in class:Frame.Variable
480 * Converts Variable object to String.
486 return "Variable: codeIndex=" + codeIndex + ", name=" + name
493 * Compares two Variable objects.
499 if (!(obj instanceof Variable)) {
507 Variable var = (Variable) obj;
/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/tools/usb_gadget/
H A Dhid_descriptors.py105 Variable = (1, True) variable
/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.cpp35 bool VisitVarDecl(VarDecl *Variable) { argument
36 Match(Variable->getNameAsString(), Variable->getLocStart());
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h30 : Variable(Var), EntryKind(E_Integer) {
34 : Variable(Var), EntryKind(E_ConstantFP) {
38 : Variable(Var), EntryKind(E_ConstantInt) {
42 : Variable(Var), EntryKind(E_Location), Loc(Loc) {
46 const MDNode *Variable; member in struct:llvm::DebugLocEntry::Value
87 const MDNode *getVariable() const { return Variable; }
/external/valgrind/main/include/
H A Dpub_tool_addrinfo.h115 } Variable; member in union:_AddrInfo::__anon32865
/external/clang/lib/CodeGen/
H A DCGObjCRuntime.cpp149 const VarDecl *Variable; member in struct:__anon17849::CatchHandler
198 Handler.Variable = CatchDecl;
245 bool EndCatchMightThrow = (Handler.Variable == nullptr);
253 if (const VarDecl *CatchParam = Handler.Variable) {

Completed in 610 milliseconds

12