Home
last modified time | relevance | path

Searched refs:GetCategory (Results 1 – 3 of 3) sorted by relevance

/tools/dexter/slicer/
Dinstrumentation.cc188 switch (type->GetCategory()) { in GenerateShiftParamsCode()
290 } else if (type->GetCategory() != ir::Type::Category::Reference) { in InjectArrayParamsHook()
293 current_reg += 1 + (type->GetCategory() == ir::Type::Category::WideScalar); in InjectArrayParamsHook()
362 (declared_return_type->GetCategory() == ir::Type::Category::Reference)); in Apply()
Ddex_ir.cc82 Type::Category Type::GetCategory() const { in GetCategory() function in ir::Type
/tools/dexter/slicer/export/slicer/
Ddex_ir.h181 Category GetCategory() const;