Home
last modified time | relevance | path

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

12345678910>>...18

/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp579 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 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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DNestedNameSpecifier.cpp561 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 DCGFunctionInfo.h45 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 DMVEGatherScatterLowering.cpp453 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 Dspi_utils.c66 .Extend = RPC_Extend,
218 .Extend = Transport_Extend,
H A Dtspi_pcr_extend.c71 if ((result = TCS_API(tspContext)->Extend(tspContext, ulPcrIndex, *(TPM_DIGEST *)extendData, in Tspi_TPM_PcrExtend()
/netbsd-src/external/bsd/tre/dist/
H A DTODO26 * Extend API
/netbsd-src/external/apache2/llvm/dist/llvm/docs/TableGen/
H A Dindex.rst240 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 Dplugin.def50 /* Extend the GGC marking. */
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dplugin.def50 /* Extend the GGC marking. */
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_extend_impl.inc73 // Extend to the destination type by shifting the significand and
/netbsd-src/crypto/external/cpl/trousers/dist/src/include/
H A Drpc_tcstp_tcs.h81 DECLARE_TCSTP_FUNC(Extend);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/xtensa/
H A Dconstraints.md48 General-purpose AR registers, but only if the Xtensa Sign Extend
/netbsd-src/external/gpl3/gcc/dist/gcc/config/xtensa/
H A Dconstraints.md48 General-purpose AR registers, but only if the Xtensa Sign Extend
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def192 HANDLE_CAST_INST(46, FPExt , FPExtInst ) // Extend floating point
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1487 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 DHexagonInstrInfo.h406 const TargetRegisterInfo *TRI, bool Extend = true) const;
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A DChangeLog542 (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 DChangeLog-2019280 (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 DChangeLog-2019280 (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 DChangeLog-2019280 (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 DChangeLog-2019280 (I386BADMAG): Extend macro to allow new magic numbers.
289 (AMD64BADMAG): Extend macro to allow new magic numbers.

12345678910>>...18