| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 593 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 D | DeclSpec.cpp | 53 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 D | LineEntry.cpp | 221 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 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-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 562 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 D | Hash.h | 145 IN BOOLEAN Extend,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 167 bool Extend(const AddressRange &rhs_range);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | AddressRange.cpp | 134 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 490 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 D | fp_extend_impl.inc | 72 // Extend to the destination type by shifting the significand and
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | TODO | 216 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 D | DeclSpec.h | 92 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 D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 406 const TargetRegisterInfo *TRI, bool Extend = true) const;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1488 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 D | TODO | 84 Extend svn_fs_copy to handle mutable nodes.
|
| /freebsd-13.1/stand/i386/boot0/ |
| H A D | boot0.S | 430 cbtw # Extend (%ah=0 used later)
|
| /freebsd-13.1/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 | 198 // 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 D | CHANGELOG | 83 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 D | ChangeLog | 244 * 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 D | AArch64TargetTransformInfo.cpp | 877 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 D | README_P9.txt | 51 - Vector Extend Sign: vextsb2w vextsh2w vextsb2d vextsh2d vextsw2d
|