Home
last modified time | relevance | path

Searched defs:Variable (Results 1 – 25 of 88) sorted by relevance

1234

/external/skia/src/sksl/ir/
DSkSLVariable.h23 struct Variable : public Symbol { struct
30 Variable(Position position, Modifiers modifiers, SkString name, const Type& type, in Variable() argument
39 virtual SkString description() const override { in description()
43 mutable Modifiers fModifiers;
44 const Type& fType;
45 const Storage fStorage;
49 mutable int fReadCount;
52 mutable int fWriteCount;
54 typedef Symbol INHERITED;
/external/javassist/src/main/javassist/compiler/ast/
DVariable.java23 public class Variable extends Symbol { class
26 public Variable(String sym, Declarator d) { in Variable() method in Variable
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/v8/src/ast/
Dvariables.cc16 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode, in Variable() function in v8::internal::Variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/deqp/framework/randomshaders/
DrsgVariable.cpp31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() function in rsg::Variable
DrsgVariable.hpp37 class Variable class
/external/clang/test/Misc/
Dast-dump-stmt.cpp5 int Variable; variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml11 | Variable of string Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml11 | Variable of string Constructor
/external/clang/test/Modules/
Dno-linkage.cpp12 enum { Variable }; // expected-note {{candidate}} enumerator
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml11 | Variable of string Constructor
/external/v8/src/compiler/
Dast-loop-assignment-analyzer.h17 class Variable; variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DFrame.java204 public final class Variable { class in Frame
223 public Variable() { in Variable() method in Frame.Variable
/external/v8/src/builtins/
Dbuiltins-global.cc107 typedef CodeStubAssembler::Variable Variable; in Generate_GlobalIsFinite() typedef
162 typedef CodeStubAssembler::Variable Variable; in Generate_GlobalIsNaN() typedef
Dbuiltins-string.cc38 typedef CodeStubAssembler::Variable Variable; in GenerateStringEqual() typedef
203 typedef CodeStubAssembler::Variable Variable; in GenerateStringRelationalComparison() typedef
425 typedef CodeStubAssembler::Variable Variable; in Generate_StringFromCharCode() typedef
914 typedef CodeStubAssembler::Variable Variable; in Generate_StringPrototypeSubstr() typedef
1041 typedef CodeStubAssembler::Variable Variable; in ToSmiBetweenZeroAnd() typedef
1095 typedef CodeStubAssembler::Variable Variable; in Generate_StringPrototypeSubstring() typedef
1277 typedef CodeStubAssembler::Variable Variable; in LoadSurrogatePairInternal() typedef
1361 typedef CodeStubAssembler::Variable Variable; in Generate_StringIteratorPrototypeNext() typedef
Dbuiltins-conversion.cc222 typedef CodeStubAssembler::Variable Variable; in Generate_OrdinaryToPrimitive() typedef
316 typedef CodeStubAssembler::Variable Variable; in Generate_ToLength() typedef
401 typedef CodeStubAssembler::Variable Variable; in Generate_ToObject() typedef
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_dynamics.py23 class Variable(object): class

1234