/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | WindowsResource.h | 235 bool IsString; member 239 StringOrID(uint32_t ID) : IsString(false), ID(ID) {} in StringOrID() 240 StringOrID(ArrayRef<UTF16> String) : IsString(true), String(String) {} in StringOrID()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | WindowsResource.cpp | 100 ArrayRef<UTF16> &Str, bool &IsString) { in readStringOrId() argument 103 IsString = IDFlag != 0xffff; in readStringOrId() 105 if (IsString) { in readStringOrId() 215 if (S.IsString) { in printStringOrID() 323 return MinGW && Context.size() == 3 && !Context[0].IsString && in shouldIgnoreDuplicate() 324 Context[0].ID == /* RT_MANIFEST */ 24 && !Context[1].IsString && in shouldIgnoreDuplicate() 326 !Context[2].IsString && Context[2].ID == 0; in shouldIgnoreDuplicate()
|
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/ |
H A D | i386-opc.h | 501 IsString, enumerator
|
H A D | i386-opc.tbl | 79 #define IsStringEsOp0 IsString=IS_STRING_ES_OP0 80 #define IsStringEsOp1 IsString=IS_STRING_ES_OP1 489 cmps, 0xa6, None, 0, W|No_sSuf|No_ldSuf|IsString|RepPrefixOk, {} 492 cmpsd, 0xa7, None, 0, Size32|No_bSuf|No_wSuf|No_lSuf|No_sSuf|No_qSuf|No_ldSuf|IsString|RepPrefixOk,… 494 scmp, 0xa6, None, 0, W|No_sSuf|No_ldSuf|IsString|RepPrefixOk, {} 496 ins, 0x6c, None, Cpu186, W|No_sSuf|No_qSuf|No_ldSuf|IsString|RepPrefixOk, {} 498 outs, 0x6e, None, Cpu186, W|No_sSuf|No_qSuf|No_ldSuf|IsString|RepPrefixOk, {} 499 outs, 0x6e, None, Cpu186, W|No_sSuf|No_qSuf|No_ldSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Unspec… 500 lods, 0xac, None, 0, W|No_sSuf|No_ldSuf|IsString|RepPrefixOk, {} 501 lods, 0xac, None, 0, W|No_sSuf|No_ldSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Qword|Unspecified|B… [all …]
|
H A D | i386-gen.c | 703 BITFIELD (IsString),
|
H A D | ChangeLog-2007 | 815 (IsString): Likewise. 1372 (IsString): Likewise.
|
H A D | ChangeLog-2012 | 644 instructions that have IsString.
|
/netbsd-src/external/gpl3/binutils/dist/opcodes/ |
H A D | i386-opc.h | 608 IsString, enumerator
|
H A D | i386-gen.c | 469 BITFIELD (IsString),
|
H A D | ChangeLog-2007 | 815 (IsString): Likewise. 1372 (IsString): Likewise.
|
H A D | i386-opc.tbl | 100 #define IsStringEsOp0 IsString=IS_STRING_ES_OP0 101 #define IsStringEsOp1 IsString=IS_STRING_ES_OP1 605 outs, 0x6e, i186, W|No_sSuf|No_qSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Unspecified|BaseIndex, … 607 lods, 0xac, 0, W|No_sSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Qword|Unspecified|BaseIndex } 608 lods, 0xac, 0, W|No_sSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Qword|Unspecified|BaseIndex, Acc|B… 610 slod, 0xac, 0, W|No_sSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Qword|Unspecified|BaseIndex } 611 slod, 0xac, 0, W|No_sSuf|IsString|RepPrefixOk, { Byte|Word|Dword|Qword|Unspecified|BaseIndex, Acc|B… 629 xlat, 0xd7, 0, No_wSuf|No_lSuf|No_sSuf|No_qSuf|IsString, { Byte|Unspecified|BaseIndex }
|
H A D | ChangeLog-2012 | 644 instructions that have IsString.
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/ |
H A D | ResourceFileWriter.cpp | 149 bool IsString = stripQuotes(Str, IsLongString); in processString() local 168 if (!IsString) { in processString()
|
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/ |
H A D | ChangeLog-2007 | 815 (IsString): Likewise. 1372 (IsString): Likewise.
|
H A D | ChangeLog-2012 | 644 instructions that have IsString.
|
/netbsd-src/external/gpl3/gdb/dist/opcodes/ |
H A D | ChangeLog-2007 | 815 (IsString): Likewise. 1372 (IsString): Likewise.
|
H A D | ChangeLog-2012 | 644 instructions that have IsString.
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseDecl.cpp | 719 bool IsString = Tok.getKind() == tok::string_literal; in ParseMicrosoftDeclSpecs() local 720 if (!IsString && Tok.getKind() != tok::identifier && in ParseMicrosoftDeclSpecs() 729 if (IsString) { in ParseMicrosoftDeclSpecs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | ir.go | 430 func (a Attribute) IsString() bool { func
|
/netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
H A D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
/netbsd-src/external/gpl3/gdb/dist/include/opcode/ |
H A D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
H A D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/ |
H A D | ChangeLog-9103 | 1611 Add IsString flag to string instructions.
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | ChangeLog-9899 | 4094 default_seg for IsString case.
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | ChangeLog-9899 | 4094 default_seg for IsString case.
|