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

  /external/clang/lib/CodeGen/
EHScopeStack.h 102 /// A saved depth on the scope stack. This is necessary because
192 /// ConditionalCleanup stores the saved form of its parameters,
197 SavedTuple Saved;
203 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...};
212 : Saved(A...) {}
214 ConditionalCleanup(SavedTuple Tuple) : Saved(std::move(Tuple)) {}
CodeGenFunction.h 364 /// has been saved.
394 SavedTuple Saved{saveValueInCond(A)...};
397 EHStack.pushCleanupTuple<CleanupType>(kind, Saved);
    [all...]
  /external/clang/lib/Sema/
CodeCompleteConsumer.cpp 590 /// saved into Saved and the returned StringRef will refer to it.
592 std::string &Saved) {
619 Saved = Name.getAsString();
620 return Saved;
SemaOverload.cpp 573 DFIArguments *Saved = new (Context) DFIArguments;
574 Saved->FirstArg = Info.FirstArg;
575 Saved->SecondArg = Info.SecondArg;
576 Result.Data = Saved;
583 DFIParamWithArguments *Saved = new (Context) DFIParamWithArguments;
584 Saved->Param = Info.Param;
585 Saved->FirstArg = Info.FirstArg;
586 Saved->SecondArg = Info.SecondArg;
587 Result.Data = Saved;
786 Expr *Saved;
    [all...]
SemaTemplateDeduction.cpp 566 DeducedTemplateArgument Saved;
602 Pack.Saved = Deduced[Index];
660 Deduced[Pack.Index] = Pack.Saved;
668 // restore the saved argument pack.
    [all...]
SemaTemplateInstantiateDecl.cpp 280 LocalInstantiationScope *Saved = nullptr;
282 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope);
283 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New));
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIAnnotateControlFlow.cpp 76 void push(BasicBlock *BB, Value *Saved);
155 /// \brief Is BB the last block saved on the stack ?
160 /// \brief Pop the last saved value from the control flow stack
165 /// \brief Push a BB and saved value to the control flow stack
166 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) {
167 Stack.push_back(std::make_pair(BB, Saved));
SILowerControlFlow.cpp 34 /// %SGPR0 = S_XOR_B64 %SGPR0, %EXEC // Clear live bits from saved exec mask
43 /// %EXEC = S_XOR_B64 %SGPR0, %EXEC // Clear live bits from saved exec mask
48 /// %EXEC = S_OR_B64 %EXEC, %SGPR0 // Re-enable saved exec mask bits
209 .addReg(Src); // Saved EXEC
254 unsigned Saved = MI.getOperand(1).getReg();
258 .addReg(Saved)
  /external/autotest/client/site_tests/network_DhcpStaticIP/
network_DhcpStaticIP.py 82 "Saved.Address".
92 raise error.TestFail('Saved IP address %s is not DHCP address %s' %
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 688 bool Saved = false;
734 if (Saved)
735 fail("File already saved");
739 Saved = true;
748 // Nothing to do if not saved.
749 if (Saved)
  /external/llvm/lib/Target/X86/
X86MCInstLower.cpp 313 MCOperand Saved = Inst.getOperand(ImmOp);
316 Inst.addOperand(Saved);
391 MCOperand Saved = Inst.getOperand(AddrOp);
395 Inst.addOperand(Saved);
522 MCOperand Saved = OutMI.getOperand(0);
525 OutMI.addOperand(Saved);
565 MCOperand Saved = OutMI.getOperand(0);
568 OutMI.addOperand(Saved);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
msr-imm.s 83 @ Write to Saved status register
msr-reg.s 89 @ Write to Saved status register
  /external/chromium-trace/catapult/third_party/Paste/paste/auth/
cookie.py 6 Cookie "Saved" Authentication
183 a list of environment keys to be saved via cookie
205 can be syncronized to accept the same saved authentication if they
236 careful, as the total saved size is limited to around 3k.
334 same saved authentication if they all use the same cookie_name and
359 However, be careful, as the total saved size is limited to
  /system/extras/tests/workloads/
pwrtest.sh 307 adb pull /sdcard/SunTemple/SunTemple/Saved/Logs/SunTemple.log
  /external/clang/lib/Lex/
ModuleMap.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 257 void pop(FunctionTypeDepthState saved) {
258 assert(getDepth() == saved.getDepth() + 1);
259 Bits = saved.Bits;
481 FunctionTypeDepthState Saved = FunctionTypeDepth.push();
496 FunctionTypeDepth.pop(Saved);
2164 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
2182 FunctionTypeDepthState saved = FunctionTypeDepth.push(); local
    [all...]

Completed in 1109 milliseconds