Home
last modified time | relevance | path

Searched refs:IsString (Results 1 – 25 of 28) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DWindowsResource.h235 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 DWindowsResource.cpp100 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 Di386-opc.h501 IsString, enumerator
H A Di386-opc.tbl79 #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 Di386-gen.c703 BITFIELD (IsString),
H A DChangeLog-2007815 (IsString): Likewise.
1372 (IsString): Likewise.
H A DChangeLog-2012644 instructions that have IsString.
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h608 IsString, enumerator
H A Di386-gen.c469 BITFIELD (IsString),
H A DChangeLog-2007815 (IsString): Likewise.
1372 (IsString): Likewise.
H A Di386-opc.tbl100 #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 DChangeLog-2012644 instructions that have IsString.
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp149 bool IsString = stripQuotes(Str, IsLongString); in processString() local
168 if (!IsString) { in processString()
/netbsd-src/external/gpl3/gdb.old/dist/opcodes/
H A DChangeLog-2007815 (IsString): Likewise.
1372 (IsString): Likewise.
H A DChangeLog-2012644 instructions that have IsString.
/netbsd-src/external/gpl3/gdb/dist/opcodes/
H A DChangeLog-2007815 (IsString): Likewise.
1372 (IsString): Likewise.
H A DChangeLog-2012644 instructions that have IsString.
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDecl.cpp719 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 Dir.go430 func (a Attribute) IsString() bool { func
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A DChangeLog-91031611 Add IsString flag to string instructions.
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-91031611 Add IsString flag to string instructions.
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A DChangeLog-91031611 Add IsString flag to string instructions.
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-91031611 Add IsString flag to string instructions.
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-98994094 default_seg for IsString case.
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-98994094 default_seg for IsString case.

12