Searched refs:isOfType (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/modules/particles/include/ |
D | SkReflected.h | 73 bool isOfType(const Type* t) const { in isOfType() function 179 if (!newObj || newObj->isOfType(T::GetType())) { in visit()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_ir.cpp | 230 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()
|
D | aco_ir.h | 824 constexpr bool isOfType(RegType type) const noexcept in isOfType() function
|
D | aco_optimizer.cpp | 832 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/ |
D | parserharness.ts | 1093 public isOfType(expr: string, expectedType: string) {
|
/third_party/typescript/tests/baselines/reference/ |
D | parserharness.js | 1093 public isOfType(expr: string, expectedType: string) { 3022 TypeFactory.prototype.isOfType = function (expr, expectedType) { method in TypeFactory
|
D | parserharness.errors.txt | 1325 public isOfType(expr: string, expectedType: string) {
|
D | parserharness.symbols | 3199 public isOfType(expr: string, expectedType: string) { 3200 >isOfType : Symbol(TypeFactory.isOfType, Decl(parserharness.ts, 1089, 13))
|
D | parserharness.types | 4423 public isOfType(expr: string, expectedType: string) { 4424 >isOfType : (expr: string, expectedType: string) => void
|