Home
last modified time | relevance | path

Searched refs:Extend (Results 1 – 25 of 83) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h403 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/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp504 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
639 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
644 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
691 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier()
739 SS.Extend(Context, /*TemplateKWLoc=*/SourceLocation(), in BuildCXXNestedNameSpecifier()
742 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier()
808 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype()
831 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, Type), in ActOnCXXNestedNameSpecifierIndexedPack()
887 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
937 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
H A DDeclSpec.cpp54 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()
H A DCheckExprLifetime.cpp915 Extend, enumerator
929 PathLifetimeKind Kind = PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
1056 case PathLifetimeKind::Extend: in checkExprLifetimeImpl()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp212 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
234 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h45 Extend, enumerator
161 auto AI = ABIArgInfo(Extend);
172 auto AI = ABIArgInfo(Extend);
298 bool isExtend() const { return TheKind == Extend; } in isExtend()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp563 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/lib/libsecureboot/efi/include/Protocol/
H A DHash.h143 IN BOOLEAN Extend,
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h169 bool Extend(const AddressRange &rhs_range);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp126 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp40 case Extend: in dump()
H A DCGCall.cpp1508 case ABIArgInfo::Extend: in construct()
1619 case ABIArgInfo::Extend: in GetFunctionType()
1693 case ABIArgInfo::Extend: in GetFunctionType()
2182 if (AI.getKind() == ABIArgInfo::Extend) in DetermineNoUndef()
2559 case ABIArgInfo::Extend: in ConstructAttributeList()
2700 case ABIArgInfo::Extend: in ConstructAttributeList()
3044 case ABIArgInfo::Extend: in EmitFunctionProlog()
3853 case ABIArgInfo::Extend: in EmitFunctionEpilog()
5281 case ABIArgInfo::Extend: in EmitCall()
5910 case ABIArgInfo::Extend: in EmitCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp505 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
517 Extend = User; in tryCreateMaskedGatherOffset()
524 Extend = User; in tryCreateMaskedGatherOffset()
555 Root = Extend; in tryCreateMaskedGatherOffset()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h110 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
124 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
138 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
153 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DSparc.cpp305 case ABIArgInfo::Extend: { in EmitVAArg()
H A DXCore.cpp165 case ABIArgInfo::Extend: in EmitVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h412 const TargetRegisterInfo *TRI, bool Extend = true) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td39 // Extend floating-point values to wider representations.
H A DSystemZInstrHFP.td40 // Extend floating-point values to wider representations.
H A DSystemZInstrFP.td190 // Extend register floating-point values to wider representations.
201 // Extend memory floating-point values to wider representations.
/freebsd/stand/i386/boot0/
H A Dboot0.S421 cbtw # Extend (%ah=0 used later)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1757 uint64_t Extend = fieldFromInstruction(insn, 15, 1); in DecodePRFMRegInstruction() local
1777 DecodeMemExtend(Inst, (Extend << 1) | Shift, Addr, Decoder); in DecodePRFMRegInstruction()
/freebsd/crypto/heimdal/
H A DChangeLog244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h823 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;

1234