Home
last modified time | relevance | path

Searched defs:LocalVariable (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h96 struct LocalVariable { struct
97 const DILocalVariable *DIVar = nullptr; argument
108 SmallVector<LocalVariable, 1> InlinedLocals; argument
/third_party/skia/third_party/externals/tint/src/sem/
Dvariable.cc44 LocalVariable::LocalVariable(const ast::Variable* declaration, in LocalVariable() function in tint::sem::LocalVariable
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp343 LocalVariable, enumerator
837 struct LocalVariable : ObjectImpl<LocalVariable, Object, Object::Kind::LocalVariable> struct
839 static constexpr uint32_t NoArg = ~uint32_t(0);
841 enum class Definition
848 std::string name;
849 Type *type = nullptr;
850 Source *source = nullptr;
851 uint32_t line = 0;
852 uint32_t column = 0;
853 Scope *parent = nullptr;
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPrecise_test.cpp165 TEST_F(PreciseTest, LocalVariable) in TEST_F() argument
/third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/
Ddebuginfo.rs27 LocalVariable, enumerator
/third_party/skia/third_party/externals/tint/src/resolver/
Ddecoration_validation_test.cc776 TEST_F(VariableDecorationTest, LocalVariable) { in TEST_F() argument