Home
last modified time | relevance | path

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

1234

/freebsd-14.2/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-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp569 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 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()
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp208 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 DCGFunctionInfo.h45 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 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-14.2/lib/libsecureboot/efi/include/Protocol/
H A DHash.h143 IN BOOLEAN Extend,
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h167 bool Extend(const AddressRange &rhs_range);
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp125 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp39 case Extend: in dump()
H A DCGCall.cpp1530 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 DMVEGatherScatterLowering.cpp505 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 DSparc.cpp301 case ABIArgInfo::Extend: { in EmitVAArg()
H A DXCore.cpp165 case ABIArgInfo::Extend: in EmitVAArg()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h109 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 DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h412 const TargetRegisterInfo *TRI, bool Extend = true) const;
/freebsd-14.2/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-14.2/stand/i386/boot0/
H A Dboot0.S421 cbtw # Extend (%ah=0 used later)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h764 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp2107 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 DChangeLog244 * 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 DAArch64ISelLowering.h1254 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;

1234