Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DNestedNameSpecifier.h388 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 DSemaCXXScopeSpec.cpp536 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 DDeclSpec.cpp57 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 Darm64-vector-ext.ll18 ; Extend from v1i1 was crashing things (PR20791). Make sure we do something
H A Dfast-isel-int-ext2.ll289 ; Extend
H A Dfast-isel-int-ext.ll371 ; Extend
/minix3/external/bsd/llvm/dist/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h49 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 DNestedNameSpecifier.cpp533 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 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,
/minix3/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Dfp_extend_impl.inc71 // Extend to the destination type by shifting the significand and
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h95 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 DHexagonIntrinsicsV4.td217 // ALU32 / PRED / Conditional Sign Extend.
218 // ALU32 / PRED / Conditional Zero Extend.
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstruction.def153 HANDLE_CAST_INST(41, FPExt , FPExtInst ) // Extend floating point
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1138 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 DTargetInfo.cpp121 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 DSystemZInstrFP.td148 // Extend register floating-point values to wider representations.
153 // Extend memory floating-point values to wider representations.
H A DSystemZISelLowering.cpp1633 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 Datf.dox171 <b>3. Extend Makefile.am</b> to build your test. In particular, add your binary
/minix3/external/bsd/bind/dist/
H A DHISTORY141 Extend adjusting TTL warning messages.
/minix3/crypto/external/bsd/heimdal/dist/
H A DChangeLog244 * 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 DMips16InstrInfo.td1011 // Purpose: Sign-Extend Byte
1019 // Purpose: Sign-Extend Halfword
/minix3/external/bsd/libarchive/dist/
H A DNEWS208 Jan 22, 2008: Extend hardlink restore strategy to work correctly with
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp239 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 DChangeLog190 * get.c: Extend struct field_name to have a subvalue and a
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7998 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()

12