Searched refs:createUndefined (Results 1 – 6 of 6) sorted by relevance
325 …ry.createAssignment(factory.createPropertyAccessExpression(obj, propertyName), createUndefined()));529 return createUndefined();565 return expression ?? createUndefined();572 …rence, checker.getTypeAtLocation(prop.valueDeclaration), enclosingDeclaration) : createUndefined();579 if (decl === undefined) return createUndefined();582 if (signature === undefined) return createUndefined();586 return func ?? createUndefined();590 …(classDeclaration === undefined || hasAbstractModifier(classDeclaration)) return createUndefined();593 … if (constructorDeclaration && length(constructorDeclaration.parameters)) return createUndefined();597 return createUndefined();[all …]
546 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
368 Id createUndefined(Id type);
1444 makeReturn(true, createUndefined(function.getReturnType())); in leaveFunction()1485 Id Builder::createUndefined(Id type) in createUndefined() function in spv::Builder
613 MCCFIInstruction::createUndefined(Label, Register); in EmitCFIUndefined()
2239 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()