Home
last modified time | relevance | path

Searched defs:IsPrefix (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DUnicodeNameToCodepoint.cpp122 char &PreviousCharInNeedle, bool IsPrefix = false) { in startsWith()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.h249 #define IsPrefix 0x8000000 /* opcode is a prefix */ macro
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.h239 #define IsPrefix 0x8000000 /* opcode is a prefix */ macro
/openbsd/gnu/llvm/clang/lib/ARCMigrate/
H A DObjCMT.cpp1182 bool IsPrefix = getterNameString.startswith("is"); in migrateProperty() local
/openbsd/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp3335 bool IsPrefix = in ParseInstruction() local
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp14356 bool IsInc, bool IsPrefix) { in CheckIncrementDecrementOperand()