| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | EHScopeStack.h | 210 SavedTuple Saved; 216 return T{DominatingValue<As>::restore(CGF, std::get<Is>(Saved))...}; 225 : Saved(A...) {} 227 ConditionalCleanup(SavedTuple Tuple) : Saved(std::move(Tuple)) {}
|
| H A D | CodeGenFunction.h | 914 SavedTuple Saved{saveValueInCond(A)...}; 917 EHStack.pushCleanupTuple<CleanupType>(kind, Saved); 934 SavedTuple Saved{saveValueInCond(A)...}; 938 Saved);
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86EncodingOptimization.cpp | 386 MCOperand Saved = MI.getOperand(AddrOp); in optimizeMOV() local 390 MI.addOperand(Saved); in optimizeMOV() 445 MCOperand Saved = MI.getOperand(MI.getNumOperands() - 1); in optimizeToFixedRegisterForm() local 448 MI.addOperand(Saved); in optimizeToFixedRegisterForm()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | SIAnnotateControlFlow.cpp | 73 void push(BasicBlock *BB, Value *Saved); 144 void SIAnnotateControlFlow::push(BasicBlock *BB, Value *Saved) { in push() argument 145 Stack.push_back(std::pair(BB, Saved)); in push()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 833 StringRef CodeCompletionResult::getOrderedName(std::string &Saved) const { in getOrderedName() 857 Saved = Name.getAsString(); in getOrderedName() 858 return Saved; in getOrderedName()
|
| H A D | SemaOverload.cpp | 761 auto *Saved = new (Context) DFIDeducedMismatchArgs; in MakeDeductionFailureInfo() local 762 Saved->FirstArg = Info.FirstArg; in MakeDeductionFailureInfo() 763 Saved->SecondArg = Info.SecondArg; in MakeDeductionFailureInfo() 764 Saved->TemplateArgs = Info.takeSugared(); in MakeDeductionFailureInfo() 765 Saved->CallArgIndex = Info.CallArgIndex; in MakeDeductionFailureInfo() 766 Result.Data = Saved; in MakeDeductionFailureInfo() 772 DFIArguments *Saved = new (Context) DFIArguments; in MakeDeductionFailureInfo() local 773 Saved->FirstArg = Info.FirstArg; in MakeDeductionFailureInfo() 774 Saved->SecondArg = Info.SecondArg; in MakeDeductionFailureInfo() 775 Result.Data = Saved; in MakeDeductionFailureInfo() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 761 DeducedTemplateArgument Saved; member 812 Pack.Saved = Deduced[Index]; in addPack() 947 unsigned PackSize = Packs[0].Saved.pack_size(); in getSavedPackSizeIfAllEqual() 950 return P.Saved.pack_size() == PackSize; in getSavedPackSizeIfAllEqual() 1013 Deduced[Pack.Index] = Pack.Saved; in finish()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 945 LocalInstantiationScope *Saved = nullptr; in InstantiateAttrs() local 947 Saved = CurrentInstantiationScope->cloneScopes(OuterMostScope); in InstantiateAttrs() 948 LateAttrs->push_back(LateInstantiatedAttribute(TmplAttr, Saved, New)); in InstantiateAttrs()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-ar/ |
| H A D | llvm-ar.cpp | 1189 bool Saved = false; in runMRIScript() local 1243 if (Saved) in runMRIScript() 1256 Saved = true; in runMRIScript() 1268 if (Saved) in runMRIScript()
|
| /freebsd/tools/debugscripts/ |
| H A D | gdbinit.i386 | 39 printf "Saved ebp: " 76 printf "Saved ebp: "
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCCodeView.cpp | 448 auto &Saved = DefRangeStorage.emplace_back(Ranges.begin(), Ranges.end()); in emitDefRange() local 451 auto *F = MCCtx->allocFragment<MCCVDefRangeFragment>(Saved, FixedSizePortion); in emitDefRange()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | adventure | 102 # Saved game files start with "T3-state-v####\015\012\032"
|
| H A D | virtual | 68 # Saved State: 1~Saved State
|
| H A D | compress | 32 # SAV Diggles Saved Game File http://www.innonics.com
|
| H A D | console | 676 >>0x344 belong 0x1 Saved Game 689 >>0x344 belong 0x60000 Xbox Saved Game
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaRegisterInfo.td | 60 // Stack-Frame Pointer (optional) - Callee-Saved
|
| /freebsd/stand/i386/boot0/ |
| H A D | boot0.S | 155 .set _MNUOPT, 0x10 # Saved menu entries
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | CodeCompleteConsumer.h | 993 StringRef getOrderedName(std::string &Saved) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ItaniumMangle.cpp | 850 FunctionTypeDepthState Saved = FunctionTypeDepth.push(); in mangleFunctionEncoding() local 852 FunctionTypeDepth.pop(Saved); in mangleFunctionEncoding() 866 FunctionTypeDepthState Saved = FunctionTypeDepth.push(); in mangleFunctionEncoding() local 868 FunctionTypeDepth.pop(Saved); in mangleFunctionEncoding() 886 Saved = FunctionTypeDepth.push(); in mangleFunctionEncoding() 888 FunctionTypeDepth.pop(Saved); in mangleFunctionEncoding() 898 FunctionTypeDepthState Saved = FunctionTypeDepth.push(); in mangleFunctionEncodingBareType() local 918 FunctionTypeDepth.pop(Saved); in mangleFunctionEncodingBareType()
|
| /freebsd/contrib/ntp/sntp/ |
| H A D | COPYRIGHT | 140 49. [53]Jack Sasportas <jack@innovativeinternet.com> Saved a Lot of
|
| /freebsd/contrib/ntp/ |
| H A D | COPYRIGHT | 140 49. [53]Jack Sasportas <jack@innovativeinternet.com> Saved a Lot of
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVRegisterInfo.td | 303 // Saved Registers from s0 to s7, for C.MVA01S07 instruction in Zcmp extension
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 3792 * Saved SCSIID of MK_MESSAGE_SCB to avoid
|