Searched defs:Variable (Results 1 - 25 of 49) 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/clang/unittests/Tooling/
H A DRecursiveASTVisitorTestDeclVisitor.cpp19 bool VisitVarDecl(VarDecl *Variable) { argument
20 Match(Variable->getNameAsString(), Variable->getLocStart());
/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/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/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h32 : Variable(Var), Expression(Expr), EntryKind(E_Integer) {
36 : Variable(Var), Expression(Expr), EntryKind(E_ConstantFP) {
40 : Variable(Var), Expression(Expr), EntryKind(E_ConstantInt) {
44 : Variable(Var), Expression(Expr), EntryKind(E_Location), Loc(Loc) {
50 const MDNode *Variable; member in struct:llvm::DebugLocEntry::Value
77 DIVariable getVariable() const { return cast<MDLocalVariable>(Variable); }
106 DIVariable Var = cast_or_null<MDLocalVariable>(Values[0].Variable);
109 DIVariable NextVar = cast_or_null<MDLocalVariable>(Next.Values[0].Variable);
174 if (A.Variable != B.Variable)
[all...]
/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.cpp149 const VarDecl *Variable; member in struct:__anon979::CatchHandler
198 Handler.Variable = CatchDecl;
245 bool EndCatchMightThrow = (Handler.Variable == nullptr);
253 if (const VarDecl *CatchParam = Handler.Variable) {
/external/llvm/unittests/Transforms/Utils/
H A DCloning.cpp257 DIVariable Variable = DBuilder.createLocalVariable( local
260 DBuilder.insertDeclare(Alloca, Variable, E, DL, Store);
261 DBuilder.insertDbgValueIntrinsic(AllocaContent, 0, Variable, E, DL,
/external/valgrind/include/
H A Dpub_tool_addrinfo.h170 } Variable; member in union:_AddrInfo::__anon16353
/external/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h358 const MDNode *Variable, const MDNode *Expr) {
359 assert(isa<MDLocalVariable>(Variable) && "not a DIVariable");
361 assert(cast<MDLocalVariable>(Variable)->isValidLocationForIntrinsic(DL) &&
367 .addMetadata(Variable)
374 .addMetadata(Variable)
387 const MDNode *Variable, const MDNode *Expr) {
388 assert(isa<MDLocalVariable>(Variable) && "not a DIVariable");
392 BuildMI(MF, DL, MCID, IsIndirect, Reg, Offset, Variable, Expr);
355 BuildMI(MachineFunction &MF, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *Variable, const MDNode *Expr) argument
383 BuildMI(MachineBasicBlock &BB, MachineBasicBlock::iterator I, DebugLoc DL, const MCInstrDesc &MCID, bool IsIndirect, unsigned Reg, unsigned Offset, const MDNode *Variable, const MDNode *Expr) argument
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp438 Metadata *Variable,
445 Line, Type, IsLocalToUnit, IsDefinition, Variable,
448 Name, LinkageName, Variable, StaticDataMemberDeclaration};
435 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *Variable, Metadata *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate) argument
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp660 PHINode *Variable = Builder.CreatePHI(Type::getDoubleTy(getGlobalContext()), local
662 Variable->addIncoming(StartVal, PreheaderBB);
667 NamedValues[VarName] = Variable;
686 Value *NextVar = Builder.CreateFAdd(Variable, StepVal, "nextvar");
709 Variable->addIncoming(NextVar, LoopEndBB);

Completed in 636 milliseconds

12