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

  /src/games/mille/
misc.c 182 Saved = FALSE;
202 Saved = save();
218 * came from a saved file, make sure that they don't want to restore
242 if (!Saved && getyn(SAVEGAMEPROMPT))
extern.c 50 On_exit, /* set if game saved on exiting */
52 Saved; /* set if game just saved */
mille.h 211 extern bool Debug, Finished, Next, On_exit, Order, 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)) {}
CodeGenFunction.h 156 /// Answer whether the given value needs extra work to be saved.
710 /// has been saved.
740 SavedTuple Saved{saveValueInCond(A)...};
743 EHStack.pushCleanupTuple<CleanupType>(kind, Saved);
760 SavedTuple Saved{saveValueInCond(A)...};
763 pushCleanupAfterFullExprWithActiveFlag<CleanupType>(Kind, ActiveFlag, Saved);
4832 // If the value says it wasn't saved, trust that it's still dominating.
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 70 void push(BasicBlock *BB, Value *Saved);
152 /// Is BB the last block saved on the stack ?
157 /// Pop the last saved value from the control flow stack
162 /// Push a BB and saved value to the control flow stack
163 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) {
164 Stack.push_back(std::make_pair(BB, Saved));
  /src/external/apache2/llvm/dist/clang/lib/Sema/
CodeCompleteConsumer.cpp 725 /// saved into Saved and the returned StringRef will refer to it.
726 StringRef CodeCompletionResult::getOrderedName(std::string &Saved) const {
749 Saved = Name.getAsString();
750 return Saved;
SemaOverload.cpp 637 auto *Saved = new (Context) DFIDeducedMismatchArgs;
638 Saved->FirstArg = Info.FirstArg;
639 Saved->SecondArg = Info.SecondArg;
640 Saved->TemplateArgs = Info.take();
641 Saved->CallArgIndex = Info.CallArgIndex;
642 Result.Data = Saved;
648 DFIArguments *Saved = new (Context) DFIArguments;
649 Saved->FirstArg = Info.FirstArg;
650 Saved->SecondArg = Info.SecondArg;
651 Result.Data = Saved;
    [all...]
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));
  /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/llvm/lib/ProfileData/
SampleProfWriter.cpp 601 uint64_t Saved = OutputStream->tell();
603 // Set OutputStream to the location saved in SecHdrTableOffset.
636 if (OFS.seek(Saved) == (uint64_t)-1)
  /src/sys/arch/m68k/fpsp/
fpsp.h 60 * | saved registers |
63 * A6 ---> | Saved A6 |
95 * The registers d0, d1, a0, a1 and fp0-fp3 are always saved and
98 * of these registers, it should modify the saved copy and let
109 USER_D0 equ LV+0 ;saved user D0
110 USER_D1 equ LV+4 ;saved user D1
111 USER_A0 equ LV+8 ;saved user A0
112 USER_A1 equ LV+12 ;saved user A1
113 USER_FP0 equ LV+16 ;saved user FP0
114 USER_FP1 equ LV+28 ;saved user FP
    [all...]
l_fpsp.h 67 * | saved registers |
70 * A6 ---> | Saved A6 |
121 USER_D0 equ LV+0 ;saved user D0
122 USER_D1 equ LV+4 ;saved user D1
123 USER_A0 equ LV+8 ;saved user A0
124 USER_A1 equ LV+12 ;saved user A1
125 USER_FP0 equ LV+16 ;saved user FP0
126 USER_FP1 equ LV+28 ;saved user FP1
127 USER_FP2 equ LV+40 ;saved user FP2
128 USER_FP3 equ LV+52 ;saved user FP
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
CodeCompleteConsumer.h 971 /// saved into Saved and the returned StringRef will refer to it.
972 StringRef getOrderedName(std::string &Saved) const;
  /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/llvm/lib/Target/X86/
X86MCInstLower.cpp 334 MCOperand Saved = Inst.getOperand(ImmOp);
337 Inst.addOperand(Saved);
412 MCOperand Saved = Inst.getOperand(AddrOp);
416 Inst.addOperand(Saved);
1533 // Restore caller-saved and used registers.
1636 // Restore caller-saved and used registers.
  /src/external/gpl3/gdb.old/dist/gdb/
record-full.c 2741 gdb_printf (_("Saved core file %s with execution log.\n"),
  /src/external/gpl3/gdb/dist/gdb/
record-full.c 2730 gdb_printf (_("Saved core file %s with execution log.\n"),
  /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...]

Completed in 159 milliseconds