Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNestedNameSpecifier.h406 void Extend(ASTContext &Context, TypeLoc TL, SourceLocation ColonColonLoc);
419 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
433 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
448 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp499 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
634 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
639 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
686 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
733 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier()
736 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier()
802 SS.Extend(Context, TLB.getTypeLocInContext(Context, T), ColonColonLoc); in ActOnCXXNestedNameSpecifierDecltype()
824 SS.Extend(Context, TLB.getTypeLocInContext(Context, Type), ColonColonLoc); in ActOnCXXNestedNameSpecifierIndexedPack()
881 SS.Extend(Context, Builder.getTypeLocInContext(Context, T), CCLoc); in ActOnCXXNestedNameSpecifier()
929 SS.Extend(Context, Builder.getTypeLocInContext(Context, T), CCLoc); in ActOnCXXNestedNameSpecifier()
H A DDeclSpec.cpp51 void CXXScopeSpec::Extend(ASTContext &Context, TypeLoc TL, in Extend() function in CXXScopeSpec
53 Builder.Extend(Context, TL, ColonColonLoc); in Extend()
62 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec
65 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
75 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec
78 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
88 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
91 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
H A DCheckExprLifetime.cpp1101 Extend, enumerator
1115 ? PathLifetimeKind::Extend in shouldLifetimeExtendThroughPath()
1118 return PathLifetimeKind::Extend; in shouldLifetimeExtendThroughPath()
1344 case PathLifetimeKind::Extend: in checkExprLifetimeImpl()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h45 Extend, enumerator
162 auto AI = ABIArgInfo(Extend);
173 auto AI = ABIArgInfo(Extend);
193 auto AI = ABIArgInfo(Extend); in getNoExtend()
302 bool isExtend() const { return TheKind == Extend; } in isExtend()
/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/lib/AST/
H A DNestedNameSpecifier.cpp549 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, TypeLoc TL, in Extend() function in NestedNameSpecifierLocBuilder
559 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
571 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
583 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
/freebsd/sys/contrib/edk2/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/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp504 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
516 Extend = User; in tryCreateMaskedGatherOffset()
523 Extend = User; in tryCreateMaskedGatherOffset()
554 Root = Extend; in tryCreateMaskedGatherOffset()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFeatures.td37 "Enable Xtensa Sign Extend option">;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.cpp40 case Extend: in dump()
H A DCGCall.cpp1605 case ABIArgInfo::Extend: in construct()
1715 case ABIArgInfo::Extend: in GetFunctionType()
1787 case ABIArgInfo::Extend: in GetFunctionType()
2286 if (AI.getKind() == ABIArgInfo::Extend && !AI.isNoExt()) in DetermineNoUndef()
2692 case ABIArgInfo::Extend: in ConstructAttributeList()
2833 case ABIArgInfo::Extend: in ConstructAttributeList()
3185 case ABIArgInfo::Extend: in EmitFunctionProlog()
4018 case ABIArgInfo::Extend: in EmitFunctionEpilog()
5474 case ABIArgInfo::Extend: in EmitCall()
6103 case ABIArgInfo::Extend: in EmitCall()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h110 void Extend(ASTContext &Context, TypeLoc TL, SourceLocation ColonColonLoc);
123 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
137 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
152 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/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h413 const TargetRegisterInfo *TRI, bool Extend = true) const;
/freebsd/stand/i386/boot0/
H A Dboot0.S421 cbtw # Extend (%ah=0 used later)
/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.td224 // Extend register floating-point values to wider representations.
235 // Extend memory floating-point values to wider representations.
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp165 case ABIArgInfo::Extend: in EmitVAArg()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h384 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp1833 uint64_t Extend = fieldFromInstruction(insn, 15, 1); in DecodePRFMRegInstruction() local
1853 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

1234