| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| NestedNameSpecifier.h | 392 /// Extend the current nested-name-specifier by another 403 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 406 /// Extend the current nested-name-specifier by another 417 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 420 /// Extend the current nested-name-specifier by another 431 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 434 /// Extend the current nested-name-specifier by another 446 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_extend_impl.inc | 73 // Extend to the destination type by shifting the significand and
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaCXXScopeSpec.cpp | 481 /// dependent context, for example. Nor will it extend \p SS with the scope 579 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc); 706 // don't extend the nested-name-specifier. Just return now. 714 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc); 719 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc); 762 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 781 // resolve Identifier, then extend the SS with Identifier. This will have 805 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, 867 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), 930 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T) [all...] |
| DeclSpec.cpp | 53 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, 55 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); 64 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, 67 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); 77 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, 80 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); 90 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, 93 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc);
|
| /src/crypto/external/cpl/trousers/dist/src/tspi/ |
| tspi_pcr_extend.c | 53 /* Create data to extend according to the TSS 1.2 spec section 2.6.2 71 if ((result = TCS_API(tspContext)->Extend(tspContext, ulPcrIndex, *(TPM_DIGEST *)extendData,
|
| spi_utils.c | 66 .Extend = RPC_Extend, 218 .Extend = Transport_Extend,
|
| /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/ |
| CGFunctionInfo.h | 43 /// Extend - Valid only for integer argument types. Same as 'direct' 45 Extend, 161 auto AI = ABIArgInfo(Extend); 172 auto AI = ABIArgInfo(Extend); 298 bool isExtend() const { return TheKind == Extend; } 309 // Direct/Extend accessors 311 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); 315 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); 320 assert((isDirect() || isExtend()) && "Not a direct or extend kind"); 324 assert((isDirect() || isExtend()) && "Not a direct or extend kind") [all...] |
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| NestedNameSpecifier.cpp | 561 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, 574 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, 586 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, 598 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context,
|
| ASTImporter.cpp | 8664 Builder.Extend(getToContext(), Spec->getAsIdentifier(), ToLocalBeginLoc, 8669 Builder.Extend(getToContext(), Spec->getAsNamespace(), ToLocalBeginLoc, 8674 Builder.Extend(getToContext(), Spec->getAsNamespaceAlias(), 8687 Builder.Extend(getToContext(), ToLocalBeginLoc, TSI->getTypeLoc(), 8691 Builder.Extend(getToContext(), SourceLocation{}, TSI->getTypeLoc(),
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| MVEGatherScatterLowering.cpp | 452 // if it was not a full vector width an appropriate extend should follow. 453 auto *Extend = Root; 461 Extend = cast<Instruction>(*I->users().begin()); 462 if (isa<SExtInst>(Extend)) { 464 } else if (!isa<ZExtInst>(Extend)) { 465 LLVM_DEBUG(dbgs() << "masked gathers: extend needed but not provided. " 470 ResultTy = Extend->getType(); 496 Root = Extend;
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| rpc_tcstp_tcs.h | 81 DECLARE_TCSTP_FUNC(Extend);
|
| spi_utils.h | 486 TSS_RESULT (*Extend)(TSS_HCONTEXT, TCPA_PCRINDEX, TCPA_DIGEST, TCPA_PCRVALUE *);
|
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| DeclSpec.h | 81 /// Extend the current nested-name-specifier by another 92 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 95 /// Extend the current nested-name-specifier by another 106 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 109 /// Extend the current nested-name-specifier by another 120 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 123 /// Extend the current nested-name-specifier by another 135 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias, 1961 /// ExtendWithDeclSpec - Extend the declarator source range to include the 2207 /// AddTypeInfo - Add a chunk to this declarator. Also extend the range t [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| HexagonInstrInfo.h | 406 const TargetRegisterInfo *TRI, bool Extend = true) const;
|
| /src/external/lgpl3/gmp/dist/mpn/x86/ |
| divrem_1.asm | 51 C Extend the division to fractional quotient limbs in dst,xsize. Return the
|
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGCall.cpp | 783 // them are direct or extend without a specified coerce type, specify the 1487 case ABIArgInfo::Extend: 1593 case ABIArgInfo::Extend: 1674 case ABIArgInfo::Extend: 1925 if (AI.getKind() == ABIArgInfo::Extend) 2252 case ABIArgInfo::Extend: 2387 case ABIArgInfo::Extend: 2715 case ABIArgInfo::Extend: 3466 case ABIArgInfo::Extend: 4870 case ABIArgInfo::Extend [all...] |
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| powerpc.igen | 3092 0.31,6.RS,11.RA,16./,21.954,31.Rc:X::extsb:Extend Sign Byte 3102 0.31,6.RS,11.RA,16./,21.922,31.Rc:X::extsh:Extend Sign Half Word 3112 0.31,6.RS,11.RA,16./,21.986,31.Rc:X:64::Extend Sign Word 3332 *rA = (signed_word) ((r & mask) | (((int64_t) -1*S) & ~mask)); /* if 64bit will sign extend */
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| powerpc.igen | 3092 0.31,6.RS,11.RA,16./,21.954,31.Rc:X::extsb:Extend Sign Byte 3102 0.31,6.RS,11.RA,16./,21.922,31.Rc:X::extsh:Extend Sign Half Word 3112 0.31,6.RS,11.RA,16./,21.986,31.Rc:X:64::Extend Sign Word 3332 *rA = (signed_word) ((r & mask) | (((int64_t) -1*S) & ~mask)); /* if 64bit will sign extend */
|
| /src/common/dist/zlib/ |
| make_vms.com | 378 $! 0.03 20060202 Extend handling of GNU C
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64TargetTransformInfo.cpp | 71 // Sign-extend all constants to a multiple of 64-bit. 249 // need to extend the type, as it uses shr(qadd(shl, shl)). 542 // second operand must be a sign- or zero extend having a single user. We 549 auto *Extend = cast<CastInst>(Args[1]); 560 auto *SrcTy = toVectorTy(Extend->getSrcTy()); 827 // Extend from nxvmf16 to nxvmf32. 832 // Extend from nxvmf16 to nxvmf64. 837 // Extend from nxvmf32 to nxvmf64. 858 // Make sure we were given a valid extend opcode. 863 // of the extend is the element type of the vector [all...] |
| /src/external/gpl3/binutils/dist/zlib/ |
| make_vms.com | 378 $! 0.03 20060202 Extend handling of GNU C
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| make_vms.com | 378 $! 0.03 20060202 Extend handling of GNU C
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| make_vms.com | 378 $! 0.03 20060202 Extend handling of GNU C
|
| /src/external/gpl3/gdb/dist/zlib/ |
| make_vms.com | 378 $! 0.03 20060202 Extend handling of GNU C
|
| /src/sys/external/bsd/gnu-efi/dist/inc/ |
| efiprot.h | 809 IN BOOLEAN Extend,
|