Searched refs:Reference (Results 1 – 6 of 6) sorted by relevance
13 # Reference Guide
198 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()
85 return Category::Reference; in GetCategory()
6 …itories at once. For more information about Repo, see the [Repo Command Reference](https://source.…
23 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
176 enum class Category { Void, Scalar, WideScalar, Reference }; enumerator