Searched refs:IsPrefix (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Di386-opc.h509 IsPrefix, enumerator in enum:__anon2280
H A Di386-gen.c676 BITFIELD (IsPrefix),
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Di386-opc.h564 IsPrefix, enumerator in enum:__anon1720
H A Di386-gen.c652 BITFIELD (IsPrefix),
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Di386-opc.h531 IsPrefix, enumerator in enum:__anon1328
H A Di386-gen.c712 BITFIELD (IsPrefix),
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Di386-opc.h627 IsPrefix, enumerator in enum:__anon1316
H A Di386-gen.c473 BITFIELD (IsPrefix),
/netbsd-current/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1183 bool IsPrefix = getterNameString.startswith("is"); local
1186 if (IsPrefix && GRT->isObjCRetainableType())
1188 if (IsPrefix || getterNameString.startswith("get")) {
1189 LengthOfPrefix = (IsPrefix ? 2 : 3);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3266 bool IsPrefix = local
3341 IsPrefix = false;
3358 if (getLexer().isNot(AsmToken::EndOfStatement) && !IsPrefix) {
3395 (IsPrefix && getLexer().is(AsmToken::Slash)))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp13245 bool IsInc, bool IsPrefix) {
13292 IsInc, IsPrefix);
13320 if (IsPrefix && S.getLangOpts().CPlusPlus) {
13241 CheckIncrementDecrementOperand(Sema &S, Expr *Op, ExprValueKind &VK, ExprObjectKind &OK, SourceLocation OpLoc, bool IsInc, bool IsPrefix) argument

Completed in 418 milliseconds