Home
last modified time | relevance | path

Searched refs:Reference (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/guide/src/
DSUMMARY.md13 # Reference Guide
/tools/dexter/slicer/
Dinstrumentation.cc198 case ir::Type::Category::Reference: in GenerateShiftParamsCode()
299 } else if (type->GetCategory() != ir::Type::Category::Reference) { in InjectArrayParamsHook()
371 (declared_return_type->GetCategory() == ir::Type::Category::Reference)); in Apply()
Ddex_ir.cc85 return Category::Reference; in GetCategory()
/tools/metalava/
DDOWNLOADING.md6 …itories at once. For more information about Repo, see the [Repo Command Reference](https://source.…
/tools/ndkports/
D.gitignore23 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
/tools/dexter/slicer/export/slicer/
Ddex_ir.h176 enum class Category { Void, Scalar, WideScalar, Reference }; enumerator