Searched refs:Reference (Results 1 – 5 of 5) sorted by relevance
189 case ir::Type::Category::Reference: in GenerateShiftParamsCode()290 } else if (type->GetCategory() != ir::Type::Category::Reference) { in InjectArrayParamsHook()362 (declared_return_type->GetCategory() == ir::Type::Category::Reference)); in Apply()
86 return Category::Reference; in GetCategory()
17 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
6 …itories at once. For more information about Repo, see the [Repo Command Reference](https://source.…
175 enum class Category { Void, Scalar, WideScalar, Reference }; enumerator