Home
last modified time | relevance | path

Searched refs:createUndefined (Results 1 – 6 of 6) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixAddMissingMember.ts325 …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 …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h546 static MCCFIInstruction createUndefined(MCSymbol *L, unsigned Register) { in createUndefined() function
/third_party/glslang/SPIRV/
DSpvBuilder.h368 Id createUndefined(Id type);
DSpvBuilder.cpp1444 makeReturn(true, createUndefined(function.getReturnType())); in leaveFunction()
1485 Id Builder::createUndefined(Id type) in createUndefined() function in spv::Builder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCStreamer.cpp613 MCCFIInstruction::createUndefined(Label, Register); in EmitCFIUndefined()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp2239 CFIIndex = MF.addFrameInst(MCCFIInstruction::createUndefined(nullptr, Reg)); in parseCFIOperand()