| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 406 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 D | SemaCXXScopeSpec.cpp | 499 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 D | DeclSpec.cpp | 51 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 D | CheckExprLifetime.cpp | 1101 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 D | CGFunctionInfo.h | 45 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 D | LineEntry.cpp | 212 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 D | NestedNameSpecifier.cpp | 549 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 D | Hash.h | 143 IN BOOLEAN Extend,
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressRange.h | 169 bool Extend(const AddressRange &rhs_range);
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | AddressRange.cpp | 126 bool AddressRange::Extend(const AddressRange &rhs_range) { in Extend() function in AddressRange
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 504 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 D | XtensaFeatures.td | 37 "Enable Xtensa Sign Extend option">;
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 40 case Extend: in dump()
|
| H A D | CGCall.cpp | 1605 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 D | DeclSpec.h | 110 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 D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 413 const TargetRegisterInfo *TRI, bool Extend = true) const;
|
| /freebsd/stand/i386/boot0/ |
| H A D | boot0.S | 421 cbtw # Extend (%ah=0 used later)
|
| /freebsd/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 | 224 // 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 D | XCore.cpp | 165 case ABIArgInfo::Extend: in EmitVAArg()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.h | 384 bool shouldRemoveExtendFromGSIndex(SDValue Extend, EVT DataVT) const override;
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Disassembler/ |
| H A D | AArch64Disassembler.cpp | 1833 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 D | ChangeLog | 244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
|