Home
last modified time | relevance | path

Searched refs:isOfType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/modules/particles/include/
DSkReflected.h73 bool isOfType(const Type* t) const { in isOfType() function
179 if (!newObj || newObj->isOfType(T::GetType())) { in visit()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.cpp230 if (gfx_level < GFX9 && !instr->operands[i].isOfType(RegType::vgpr)) in can_use_SDWA()
241 if (gfx_level < GFX9 && !instr->operands[0].isOfType(RegType::vgpr)) in can_use_SDWA()
343 if (instr->operands.size() > 1 && !instr->operands[1].isOfType(RegType::vgpr)) in can_use_DPP()
Daco_ir.h824 constexpr bool isOfType(RegType type) const noexcept in isOfType() function
Daco_optimizer.cpp832 bitwise_instr->operands[1].isOfType(op.regClass().type())) in skip_smem_offset_align()
835 bitwise_instr->operands[0].isOfType(op.regClass().type())) in skip_smem_offset_align()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts1093 public isOfType(expr: string, expectedType: string) {
/third_party/typescript/tests/baselines/reference/
Dparserharness.js1093 public isOfType(expr: string, expectedType: string) {
3022 TypeFactory.prototype.isOfType = function (expr, expectedType) { method in TypeFactory
Dparserharness.errors.txt1325 public isOfType(expr: string, expectedType: string) {
Dparserharness.symbols3199 public isOfType(expr: string, expectedType: string) {
3200 >isOfType : Symbol(TypeFactory.isOfType, Decl(parserharness.ts, 1089, 13))
Dparserharness.types4423 public isOfType(expr: string, expectedType: string) {
4424 >isOfType : (expr: string, expectedType: string) => void