HomeSort by relevance Sort by last modified time
    Searched refs:Transformed (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 66 /// map of transformed expressions.
73 DenseMap<const SCEV*, const SCEV*> Transformed;
201 // If any operand actually changed, return a transformed result.
234 const SCEV *Result = Transformed.lookup(S);
239 Transformed[S] = Result;
  /external/clang/lib/Sema/
TreeTransform.h 115 /// \brief The set of local declarations that have been transformed, for
150 /// \brief Returns the location of the entity being transformed, if that
158 /// \brief Returns the name of the entity being transformed, if that
195 /// transformed.
290 /// \returns the transformed type.
317 /// \returns the transformed statement.
327 /// \returns the transformed OpenMP clause.
337 /// \returns the transformed expression.
346 /// \returns the transformed initializer.
357 /// \param Inputs The set of expressions to be transformed
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]

Completed in 93 milliseconds