Home
last modified time | relevance | path

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

12345678

/external/skqp/src/sksl/ir/
DSkSLVariable.h25 struct Variable : public Symbol { struct
33 Variable(int offset, Modifiers modifiers, StringFragment name, const Type& type, argument
35 : INHERITED(offset, kVariable_Kind, name) in INHERITED() argument
43 ~Variable() override { in ~Variable() argument
51 virtual String description() const override { in description()
55 bool dead() const { in dead()
61 mutable Modifiers fModifiers;
62 const Type& fType;
63 const Storage fStorage;
65 Expression* fInitialValue = nullptr;
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dvariable.h31 struct Variable { struct
32 using ValueType =
36 std::string name;
37 ValueType value;
/external/apache-commons-bcel/src/examples/Mini/
DVariable.java26 public class Variable implements EnvEntry { class
34 public Variable(ASTIdent name) { in Variable() method in Variable
38 public Variable(ASTIdent name, boolean reserved) { in Variable() method in Variable
/external/swiftshader/src/Vulkan/Debug/
DVariable.hpp38 struct Variable struct
40 std::string name;
41 std::shared_ptr<Value> value;
44 operator bool() const { return value != nullptr; } in operator bool()
/external/javassist/src/main/javassist/compiler/ast/
DVariable.java24 public class Variable extends Symbol { class
29 public Variable(String sym, Declarator d) { in Variable() method in Variable
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DCodeExpansions.h32 std::string lookup(StringRef Variable) const { in lookup()
38 const_iterator find(StringRef Variable) const { in find()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_side_effects.h26 struct Variable : ::mlir::SideEffects::Resource::Base<Variable> { struct
27 StringRef getName() final { return "Variable"; } in getName() argument
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h556 std::function<Inst *(Variable *, Variable *)> insertScalarInstruction, in applyToThunkedArgs()
563 applyToThunkedArgs(std::function<Inst *(Variable *, Variable *, Variable *)> in applyToThunkedArgs()
573 std::function<Inst *(Variable *, Variable *, Variable *, Variable *)> in applyToThunkedArgs()
/external/llvm-project/llvm/tools/llvm-exegesis/lib/
DMCInstrDescView.h37 struct Variable { struct
50 // The index of this Variable in Instruction.Variables and its associated argument
64 // - VariableIndex: the index of the Variable holding the value for this Operand argument
/external/llvm-project/clang-tools-extra/clangd/test/Inputs/
DBenchmarkHeader.h18 int Variable; variable
/external/llvm-project/clang/unittests/AST/
DASTImporterODRStrategiesTest.cpp94 struct Variable { struct
95 using DeclTy = VarDecl;
96 static constexpr auto *Prototype = "extern int X;";
97 static constexpr auto *ConflictingPrototype = "extern float X;";
98 static constexpr auto *Definition = "int X;";
99 static constexpr auto *ConflictingDefinition = "float X;";
100 BindableMatcher<Decl> getPattern() { return varDecl(hasName("X")); } in getPattern()
101 TestLanguage getLang() { return Lang_CXX03; } in getLang()
/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/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter2/
Dast.ml11 | Variable of string Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter4/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter3/
Dast.ml11 | Variable of string Constructor
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan_debugger.cc134 struct Variable { struct
135 std::string name;
136 std::string value;
137 Variables children;
141 bool Get(uint32_t* out) const { in Get()
146 bool Get(int64_t* out) const { in Get()
151 bool Get(double* out) const { in Get()
156 bool Get(std::string* out) const { in Get()
161 bool Get(GlobalInvocationId* out) const { in Get()
169 bool Get(WindowSpacePosition* out) const { in Get()
/external/deqp/framework/randomshaders/
DrsgVariable.cpp31 Variable::Variable (const VariableType& type, Storage storage, const char* name) in Variable() function in rsg::Variable
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml11 | Variable of string Constructor
/external/clang/test/Misc/
Dast-dump-stmt.cpp5 int Variable; variable
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter5/
Dast.ml11 | Variable of string Constructor
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/external/llvm-project/llvm/examples/OCaml-Kaleidoscope/Chapter6/
Dast.ml11 | Variable of string Constructor
/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

12345678