| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 403 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 417 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 431 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 446 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 569 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 704 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 709 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 756 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier() 799 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() 865 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype() 927 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier() 977 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
|
| H A D | DeclSpec.cpp | 54 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec 56 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend() 65 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec 68 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend() 78 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec 81 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend() 91 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec 94 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | LineEntry.cpp | 208 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange() 230 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 45 Extend, enumerator 161 auto AI = ABIArgInfo(Extend); 172 auto AI = ABIArgInfo(Extend); 298 bool isExtend() const { return TheKind == Extend; } in isExtend()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 563 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 576 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 588 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 600 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
|
| /freebsd-14.2/lib/libsecureboot/efi/include/Protocol/ |
| H A D | Hash.h | 143 IN BOOLEAN Extend,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 167 bool Extend(const AddressRange &rhs_range);
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Core/ |
| H A D | AddressRange.cpp | 125 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 39 case Extend: in dump()
|
| H A D | CGCall.cpp | 1530 case ABIArgInfo::Extend: in construct() 1641 case ABIArgInfo::Extend: in GetFunctionType() 1715 case ABIArgInfo::Extend: in GetFunctionType() 2200 if (AI.getKind() == ABIArgInfo::Extend) in DetermineNoUndef() 2577 case ABIArgInfo::Extend: in ConstructAttributeList() 2718 case ABIArgInfo::Extend: in ConstructAttributeList() 3061 case ABIArgInfo::Extend: in EmitFunctionProlog() 3844 case ABIArgInfo::Extend: in EmitFunctionEpilog() 5245 case ABIArgInfo::Extend: in EmitCall() 5811 case ABIArgInfo::Extend: in EmitCall()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 505 auto *Extend = Root; in tryCreateMaskedGatherOffset() local 517 Extend = User; in tryCreateMaskedGatherOffset() 524 Extend = User; in tryCreateMaskedGatherOffset() 555 Root = Extend; in tryCreateMaskedGatherOffset()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | Sparc.cpp | 301 case ABIArgInfo::Extend: { in EmitVAArg()
|
| H A D | XCore.cpp | 165 case ABIArgInfo::Extend: in EmitVAArg()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 109 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 123 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 137 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 152 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 412 const TargetRegisterInfo *TRI, bool Extend = true) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrDFP.td | 39 // Extend floating-point values to wider representations.
|
| H A D | SystemZInstrHFP.td | 40 // Extend floating-point values to wider representations.
|
| H A D | SystemZInstrFP.td | 190 // Extend register floating-point values to wider representations. 201 // Extend memory floating-point values to wider representations.
|
| /freebsd-14.2/stand/i386/boot0/ |
| H A D | boot0.S | 421 cbtw # Extend (%ah=0 used later)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 764 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 2107 uint64_t Extend = fieldFromInstruction(insn, 15, 1); in DecodePRFMRegInstruction() local 2124 DecodeMemExtend(Inst, (Extend << 1) | Shift, Addr, Decoder); in DecodePRFMRegInstruction()
|
| /freebsd-14.2/crypto/heimdal/ |
| H A D | ChangeLog | 244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 1254 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
|