HomeSort by: relevance | last modified time | path
    Searched defs:Wrapped (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
SnippetGenerator.h 118 // variable), and if it wrapped to the beginning then increment next digit.
135 bool Wrapped = Position == Range.end();
136 if (Wrapped)
138 return Wrapped;
159 // increment it, and if it wrapped, then propagate that carry by also
166 bool Wrapped = ++Variable;
167 if (!Wrapped)
171 return true; // MSB variable wrapped, no more unique combinations.
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
DebugObjectManagerPlugin.cpp 279 auto Wrapped = std::make_unique<ELFDebugObjectSection<ELFT>>(&Header);
280 if (Error Err = DebugObj->recordSection(*Name, std::move(Wrapped)))
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp 7613 // Modify the CC from the wrapped function type, wrap it all back, and then
7679 QualType Wrapped = Unwrapped.wrap(*this, FT);
7680 T = Context.getAdjustedType(T, Wrapped);

Completed in 43 milliseconds