Home
last modified time | relevance | path

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

12345

/external/skia/src/sksl/ir/
DSkSLVariable.h25 struct Variable : public Symbol { struct
32 Variable(int offset, Modifiers modifiers, StringFragment name, const Type& type, argument
34 : INHERITED(offset, kVariable_Kind, name) in INHERITED() argument
42 ~Variable() override { in ~Variable() argument
50 virtual String description() const override { in description()
54 bool dead() const { in dead()
58 mutable Modifiers fModifiers;
59 const Type& fType;
60 const Storage fStorage;
62 Expression* fInitialValue = nullptr;
[all …]
/external/skqp/src/sksl/ir/
DSkSLVariable.h25 struct Variable : public Symbol { struct
32 Variable(int offset, Modifiers modifiers, StringFragment name, const Type& type, argument
34 : INHERITED(offset, kVariable_Kind, name) in INHERITED() argument
42 virtual String description() const override { in description()
46 bool dead() const { in dead()
50 mutable Modifiers fModifiers;
51 const Type& fType;
52 const Storage fStorage;
54 Expression* fInitialValue = nullptr;
58 mutable int fReadCount;
[all …]
/external/tensorflow/tensorflow/docs_src/programmers_guide/
Dvariables.md57 ### Variable collections
107 ### Device placement
/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/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/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
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/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
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
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py104 from tensorflow.python.ops.resource_variable_ops import ResourceVariable as Variable unknown
/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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
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/swiftshader/third_party/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 static final class Variable { class in Frame
225 public Variable() { in Variable() method in Frame.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

12345