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

  /src/games/mille/
extern.c 50 On_exit, /* set if game saved on exiting */
52 Saved; /* set if game just saved */
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 99 /// A saved depth on the scope stack. This is necessary because
194 /// ConditionalCleanup stores the saved form of its parameters,
199 SavedTuple Saved;
205 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
214 : Saved(A...) {}
216 ConditionalCleanup(SavedTuple Tuple) : Saved(std::move(Tuple)) {}
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 1037 bool Saved = false;
1085 if (Saved)
1086 fail("file already saved");
1096 Saved = true;
1107 // Nothing to do if not saved.
1108 if (Saved)
  /src/external/apache2/llvm/dist/clang/lib/AST/
ItaniumMangle.cpp 304 void pop(FunctionTypeDepthState saved) {
305 assert(getDepth() == saved.getDepth() + 1);
306 Bits = saved.Bits;
800 FunctionTypeDepthState Saved = FunctionTypeDepth.push();
821 FunctionTypeDepth.pop(Saved);
3195 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
3201 FunctionTypeDepth.pop(saved);
3210 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
3236 FunctionTypeDepth.pop(saved);
3263 FunctionTypeDepth.pop(saved);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Lex/
ModuleMap.cpp 1600 char *Saved = StringData.Allocate<char>(Length + 1);
1601 memcpy(Saved, StringLiteral.GetString().data(), Length);
1602 Saved[Length] = 0;
1606 Tok.StringData = Saved;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 669 DeducedTemplateArgument Saved;
712 Pack.Saved = Deduced[Index];
885 Deduced[Pack.Index] = Pack.Saved;
SemaTemplateInstantiateDecl.cpp 730 LocalInstantiationScope *Saved = nullptr;
732 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
733 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));

Completed in 74 milliseconds