Home
last modified time | relevance | path

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

1234

/external/skia/src/sksl/ir/
DSkSLVariable.h23 struct Variable : public Symbol { struct
30 Variable(Position position, Modifiers modifiers, String name, const Type& type, in Variable() argument
39 virtual String description() const override { in description()
43 bool dead() const { in dead()
47 mutable Modifiers fModifiers;
48 const Type& fType;
49 const Storage fStorage;
53 mutable int fReadCount;
56 mutable int fWriteCount;
58 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/subzero/src/
DIceTargetLowering.h564 std::function<Inst *(Variable *, Variable *)> insertScalarInstruction, in applyToThunkedArgs()
571 applyToThunkedArgs(std::function<Inst *(Variable *, Variable *, Variable *)> in applyToThunkedArgs()
581 std::function<Inst *(Variable *, Variable *, Variable *, Variable *)> in applyToThunkedArgs()
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/v8/src/ast/
Dvariables.cc17 Variable::Variable(Scope* scope, const AstRawString* name, VariableMode mode, in Variable() function in v8::internal::Variable
/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
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/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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
Dast.ml11 | Variable of string Constructor
/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/compiler/
Dast-loop-assignment-analyzer.h17 class Variable; variable
/external/v8/src/builtins/
Dbuiltins-global.cc110 typedef CodeStubAssembler::Variable Variable; in Generate_GlobalIsFinite() typedef
164 typedef CodeStubAssembler::Variable Variable; in Generate_GlobalIsNaN() typedef
Dbuiltins-internal.cc152 typedef CodeStubAssembler::Variable Variable; in Generate_NewArgumentsElements() typedef
231 typedef CodeStubAssembler::Variable Variable; in Generate_NewUnmappedArgumentsElements() typedef
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dplot_dynamics.py23 class Variable(object): class

1234