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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SlotIndexes.cpp 162 const unsigned Space = SlotIndex::InstrDist/2;
163 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM");
168 curItr->setIndex(index += Space);
  /src/external/gpl3/gcc.old/dist/libcody/
cody.hh 111 void Space ()
123 Space ();
134 /// Add an integral value, prepending a space.
  /src/external/gpl3/gcc/dist/libcody/
cody.hh 111 void Space ()
123 Space ();
134 /// Add an integral value, prepending a space.
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmMacro.h 44 Space,
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 557 unsigned int Space = 0, bool IsDot = false) {
561 ++Space;
585 Indent(Out, Space, IsDot) << "{ ";
595 Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
603 unsigned int Space, bool IsDot) const {
604 Indent(Out, Space, IsDot) << "\"constructing_objects\": ";
607 ++Space;
609 LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) {
610 printObjectsUnderConstructionJson(Out, State, NL, LC, Space, IsDot);
613 --Space;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp 3530 unsigned Space = (PrevReg < Reg) ? (Reg - PrevReg) : (Reg + 32 - PrevReg);
3532 if (Space == 0 || Space > 3) {
3537 Count += Space;

Completed in 46 milliseconds