| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | NestedNameSpecifier.h | 388 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 402 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 416 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 431 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaCXXScopeSpec.cpp | 536 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier() 658 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier() 663 SS.Extend(Context, Alias, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier() 705 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in BuildCXXNestedNameSpecifier() 747 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc); in BuildCXXNestedNameSpecifier() 809 SS.Extend(Context, SourceLocation(), TLB.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifierDecltype() 875 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier() 920 SS.Extend(Context, TemplateKWLoc, Builder.getTypeLocInContext(Context, T), in ActOnCXXNestedNameSpecifier()
|
| H A D | DeclSpec.cpp | 57 void CXXScopeSpec::Extend(ASTContext &Context, SourceLocation TemplateKWLoc, in Extend() function in CXXScopeSpec 59 Builder.Extend(Context, TemplateKWLoc, TL, ColonColonLoc); in Extend() 68 void CXXScopeSpec::Extend(ASTContext &Context, IdentifierInfo *Identifier, in Extend() function in CXXScopeSpec 71 Builder.Extend(Context, Identifier, IdentifierLoc, ColonColonLoc); in Extend() 81 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceDecl *Namespace, in Extend() function in CXXScopeSpec 84 Builder.Extend(Context, Namespace, NamespaceLoc, ColonColonLoc); in Extend() 94 void CXXScopeSpec::Extend(ASTContext &Context, NamespaceAliasDecl *Alias, in Extend() function in CXXScopeSpec 97 Builder.Extend(Context, Alias, AliasLoc, ColonColonLoc); in Extend()
|
| /minix3/external/bsd/llvm/dist/llvm/test/CodeGen/AArch64/ |
| H A D | arm64-vector-ext.ll | 18 ; Extend from v1i1 was crashing things (PR20791). Make sure we do something
|
| H A D | fast-isel-int-ext2.ll | 289 ; Extend
|
| H A D | fast-isel-int-ext.ll | 371 ; Extend
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/ |
| H A D | CGFunctionInfo.h | 49 Extend, enumerator 116 auto AI = ABIArgInfo(Extend); 165 bool isExtend() const { return TheKind == Extend; } in isExtend()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | NestedNameSpecifier.cpp | 533 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 546 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 558 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder 570 void NestedNameSpecifierLocBuilder::Extend(ASTContext &Context, in Extend() function in NestedNameSpecifierLocBuilder
|
| /minix3/external/bsd/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,
|
| /minix3/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| H A D | fp_extend_impl.inc | 71 // Extend to the destination type by shifting the significand and
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 95 void Extend(ASTContext &Context, SourceLocation TemplateKWLoc, TypeLoc TL, 109 void Extend(ASTContext &Context, IdentifierInfo *Identifier, 123 void Extend(ASTContext &Context, NamespaceDecl *Namespace, 138 void Extend(ASTContext &Context, NamespaceAliasDecl *Alias,
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonIntrinsicsV4.td | 217 // ALU32 / PRED / Conditional Sign Extend. 218 // ALU32 / PRED / Conditional Zero Extend.
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Instruction.def | 153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 1138 case ABIArgInfo::Extend: in construct() 1239 case ABIArgInfo::Extend: in GetFunctionType() 1315 case ABIArgInfo::Extend: in GetFunctionType() 1468 case ABIArgInfo::Extend: in ConstructAttributeList() 1546 case ABIArgInfo::Extend: in ConstructAttributeList() 1784 case ABIArgInfo::Extend: in EmitFunctionProlog() 2265 case ABIArgInfo::Extend: in EmitFunctionEpilog() 3123 case ABIArgInfo::Extend: in EmitCall() 3371 case ABIArgInfo::Extend: in EmitCall()
|
| H A D | TargetInfo.cpp | 121 case Extend: in dump() 1196 case ABIArgInfo::Extend: in isArgInAlloca() 6354 case ABIArgInfo::Extend: in EmitVAArg() 6582 case ABIArgInfo::Extend: in EmitVAArg()
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZInstrFP.td | 148 // Extend register floating-point values to wider representations. 153 // Extend memory floating-point values to wider representations.
|
| H A D | SystemZISelLowering.cpp | 1633 unsigned Extend, SDValue Op0, SDValue Op1, in lowerMUL_LOHI32() argument 1635 Op0 = DAG.getNode(Extend, DL, MVT::i64, Op0); in lowerMUL_LOHI32() 1636 Op1 = DAG.getNode(Extend, DL, MVT::i64, Op1); in lowerMUL_LOHI32() 1649 unsigned Extend, unsigned Opcode, in lowerGR128Binary() argument 1652 SDNode *In128 = DAG.getMachineNode(Extend, DL, MVT::Untyped, Op0); in lowerGR128Binary()
|
| /minix3/external/bsd/dhcp/dist/doc/devel/ |
| H A D | atf.dox | 171 <b>3. Extend Makefile.am</b> to build your test. In particular, add your binary
|
| /minix3/external/bsd/bind/dist/ |
| H A D | HISTORY | 141 Extend adjusting TTL warning messages.
|
| /minix3/crypto/external/bsd/heimdal/dist/ |
| H A D | ChangeLog | 244 * lib/krb5/krb5.h: Extend krb5_cc_ops and add set_default to set
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | Mips16InstrInfo.td | 1011 // Purpose: Sign-Extend Byte 1019 // Purpose: Sign-Extend Halfword
|
| /minix3/external/bsd/libarchive/dist/ |
| H A D | NEWS | 208 Jan 22, 2008: Extend hardlink restore strategy to work correctly with
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 239 bool Extend = false; in ExpandConstantFP() local 268 Extend = true; in ExpandConstantFP() 274 if (Extend) { in ExpandConstantFP()
|
| /minix3/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | ChangeLog | 190 * get.c: Extend struct field_name to have a subvalue and a
|
| /minix3/external/bsd/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 7998 Builder.Extend(Context, II, Range.getBegin(), Range.getEnd()); in ReadNestedNameSpecifierLoc() 8005 Builder.Extend(Context, NS, Range.getBegin(), Range.getEnd()); in ReadNestedNameSpecifierLoc() 8012 Builder.Extend(Context, Alias, Range.getBegin(), Range.getEnd()); in ReadNestedNameSpecifierLoc() 8025 Builder.Extend(Context, in ReadNestedNameSpecifierLoc()
|