Home
last modified time | relevance | path

Searched defs:isNew (Results 1 – 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DvariableDeclaratorResolvedDuringContextualTyping.js118 isNew: response.status === 201 property
155 isNew: response.status === 201 property
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp94 bool isNew = VRBaseMap.insert(std::make_pair(Op, SrcReg)).second; in EmitCopyFromReg() local
184 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitCopyFromReg() local
257 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in CreateVirtualRegisters() local
598 bool isNew = VRBaseMap.insert(std::make_pair(Op, VRBase)).second; in EmitSubregNode() local
621 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitCopyToRegClassNode() local
669 bool isNew = VRBaseMap.insert(std::make_pair(Op, NewVReg)).second; in EmitRegSequence() local
DScheduleDAGSDNodes.cpp812 bool isNew = VRBaseMap.insert(std::make_pair(SU, VRBase)).second; in EmitPhysRegCopy() local
/third_party/typescript/tests/cases/compiler/
DvariableDeclaratorResolvedDuringContextualTyping.ts95 isNew: boolean; property
/third_party/node/lib/internal/repl/
Dawait.js143 const isNew = node !== state.ancestors[state.ancestors.length - 1]; constant
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp793 bool isNew = SrcRegMap.insert(std::make_pair(NewReg, Reg)).second; in scanUses() local
806 bool isNew = DstRegMap.insert(std::make_pair(FromReg, ToReg)).second; in scanUses() local
811 bool isNew = DstRegMap.insert(std::make_pair(DstReg, ToReg)).second; in scanUses() local
841 bool isNew = SrcRegMap.insert(std::make_pair(DstReg, SrcReg)).second; in processCopy() local
DMachineLICM.cpp895 bool isNew = ConsiderSeen ? RegSeen.insert(Reg).second : false; in calcRegisterCost() local
/third_party/typescript/src/server/
DscriptInfo.ts431 const isNew = !this.isAttached(project); constant
/third_party/typescript/src/services/
DimportTracker.ts185 const isNew = markSeenIndirectUser(sourceFileLike); constant
/third_party/skia/third_party/externals/freetype/src/psaux/
Dpshints.h75 FT_Bool isNew; member