Searched refs:NewS (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcondition.cpp19 while (struct NewS *x=0) ;
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp116 Status NewS(RealStatus);
117 NewS.setName(S.getName());
118 S = std::move(NewS);
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1490 const SCEV *NewS = S; local
1493 NewS = Ext;
1495 const SCEV *V = cast<SCEVAddRecExpr>(NewS)->evaluateAtIteration(IH, SE);

Completed in 115 milliseconds