| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 579 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 714 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 719 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); in BuildCXXNestedNameSpecifier() 762 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier() 805 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, in BuildCXXNestedNameSpecifier() 867 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype() 930 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier() 980 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()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 561 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 574 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 586 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 598 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | MVEGatherScatterLowering.cpp | 453 auto *Extend = Root; in tryCreateMaskedGatherOffset() local 461 Extend = cast<Instruction>(*I->users().begin()); in tryCreateMaskedGatherOffset() 462 if (isa<SExtInst>(Extend)) { in tryCreateMaskedGatherOffset() 464 } else if (!isa<ZExtInst>(Extend)) { in tryCreateMaskedGatherOffset() 470 ResultTy = Extend->getType(); in tryCreateMaskedGatherOffset() 496 Root = Extend; in tryCreateMaskedGatherOffset()
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
| H A D | spi_utils.c | 66 .Extend = RPC_Extend, 218 .Extend = Transport_Extend,
|
| H A D | tspi_pcr_extend.c | 71 if ((result = TCS_API(tspContext)->Extend(tspContext, ulPcrIndex, *(TPM_DIGEST *)extendData, in Tspi_TPM_PcrExtend()
|
| /netbsd-src/external/bsd/tre/dist/ |
| H A D | TODO | 26 * Extend API
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/ |
| H A D | index.rst | 240 multiclass ro_signed_pats<string T, string Rm, dag Base, dag Offset, dag Extend, 244 Base, Offset, Extend)>; 248 Base, Offset, Extend)>; 251 defm : ro_signed_pats<"B", Rm, Base, Offset, Extend,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | plugin.def | 50 /* Extend the GGC marking. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | plugin.def | 50 /* Extend the GGC marking. */
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | fp_extend_impl.inc | 73 // Extend to the destination type by shifting the significand and
|
| /netbsd-src/crypto/external/cpl/trousers/dist/src/include/ |
| H A D | rpc_tcstp_tcs.h | 81 DECLARE_TCSTP_FUNC(Extend);
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/ |
| H A D | constraints.md | 48 General-purpose AR registers, but only if the Xtensa Sign Extend
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/ |
| H A D | constraints.md | 48 General-purpose AR registers, but only if the Xtensa Sign Extend
|
| /netbsd-src/external/apache2/llvm/dist/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,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1487 case ABIArgInfo::Extend: in construct() 1593 case ABIArgInfo::Extend: in GetFunctionType() 1674 case ABIArgInfo::Extend: in GetFunctionType() 1925 if (AI.getKind() == ABIArgInfo::Extend) in DetermineNoUndef() 2252 case ABIArgInfo::Extend: in ConstructAttributeList() 2387 case ABIArgInfo::Extend: in ConstructAttributeList() 2715 case ABIArgInfo::Extend: in EmitFunctionProlog() 3466 case ABIArgInfo::Extend: in EmitFunctionEpilog() 4870 case ABIArgInfo::Extend: in EmitCall() 5420 case ABIArgInfo::Extend: in EmitCall()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonInstrInfo.h | 406 const TargetRegisterInfo *TRI, bool Extend = true) const;
|
| /netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
| H A D | ChangeLog | 542 (st(0)): Delete. Extend comment. 634 (OP_E_memory): New local variable check_gather. Extend mandatory 636 Extend check for disallowed 16-bit addressing. 698 * i386-opc.h (PREFIX_0XF2, PREFIX_0XF3): Excahnge values. Extend
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | ChangeLog-2019 | 280 (I386BADMAG): Extend macro to allow new magic numbers. 289 (AMD64BADMAG): Extend macro to allow new magic numbers.
|
| /netbsd-src/external/gpl3/gdb.old/dist/include/ |
| H A D | ChangeLog-2019 | 280 (I386BADMAG): Extend macro to allow new magic numbers. 289 (AMD64BADMAG): Extend macro to allow new magic numbers.
|
| /netbsd-src/external/gpl3/gdb/dist/include/ |
| H A D | ChangeLog-2019 | 280 (I386BADMAG): Extend macro to allow new magic numbers. 289 (AMD64BADMAG): Extend macro to allow new magic numbers.
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | ChangeLog-2019 | 280 (I386BADMAG): Extend macro to allow new magic numbers. 289 (AMD64BADMAG): Extend macro to allow new magic numbers.
|