Home
last modified time | relevance | path

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

123

/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp593 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
728 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
733 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier()
776 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier()
819 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier()
881 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype()
944 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
994 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
H A DDeclSpec.cpp53 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec
55 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend()
64 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec
67 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend()
77 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec
80 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend()
90 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec
93 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DLineEntry.cpp221 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
243 if (!complete_line_range.Extend(next_line_sc.line_entry.range)) in GetSameLineContiguousAddressRange()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/AST/
H A DNestedNameSpecifier.cpp562 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
575 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
587 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
599 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
/freebsd-13.1/lib/libsecureboot/efi/include/Protocol/
H A DHash.h145 IN BOOLEAN Extend,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressRange.h167 bool Extend(const AddressRange &rhs_range);
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DAddressRange.cpp134 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp490 auto *Extend = Root; in tryCreateMaskedGatherOffset() local
502 Extend = User; in tryCreateMaskedGatherOffset()
509 Extend = User; in tryCreateMaskedGatherOffset()
540 Root = Extend; in tryCreateMaskedGatherOffset()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc72 // Extend to the destination type by shifting the significand and
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A DTODO216 Extend 'svnadmin verify'
227 Extend the index format support containers, i.e. map a logical item index
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h92 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL,
106 void Extend(ASTContext &Context, IdentifierInfo *Identifier,
120 void Extend(ASTContext &Context, NamespaceDecl *Namespace,
135 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h406 const TargetRegisterInfo *TRI, bool Extend = true) const;
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1488 case ABIArgInfo::Extend: in construct()
1594 case ABIArgInfo::Extend: in GetFunctionType()
1675 case ABIArgInfo::Extend: in GetFunctionType()
1926 if (AI.getKind() == ABIArgInfo::Extend) in DetermineNoUndef()
2254 case ABIArgInfo::Extend: in ConstructAttributeList()
2389 case ABIArgInfo::Extend: in ConstructAttributeList()
2721 case ABIArgInfo::Extend: in EmitFunctionProlog()
3473 case ABIArgInfo::Extend: in EmitFunctionEpilog()
4877 case ABIArgInfo::Extend: in EmitCall()
5427 case ABIArgInfo::Extend: in EmitCall()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_base/notes/
H A DTODO84 Extend svn_fs_copy to handle mutable nodes.
/freebsd-13.1/stand/i386/boot0/
H A Dboot0.S430 cbtw # Extend (%ah=0 used later)
/freebsd-13.1/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.td198 // Extend register floating-point values to wider representations.
209 // Extend memory floating-point values to wider representations.
/freebsd-13.1/sys/contrib/zstd/
H A DCHANGELOG83 misc: Extend largeNbDicts benchmark to compression
181 build: Extend fuzzer build system to work with the new clang engine
/freebsd-13.1/crypto/heimdal/
H A DChangeLog244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp877 auto *Extend = cast<CastInst>(Args[1]); in isWideningInstruction() local
888 auto *SrcTy = toVectorTy(Extend->getSrcTy()); in isWideningInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DREADME_P9.txt51 - Vector Extend Sign: vextsb2w vextsh2w vextsb2d vextsh2d vextsw2d

123