Searched refs:opWidth (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | arc-dis.h | 56 int opWidth; member
|
| D | arc-dis.c | 549 state->opWidth = 12; in dsmOneArcInst()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | arc-dis.h | 56 int opWidth; member
|
| D | arc-dis.c | 560 state->opWidth = 12;
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaChecking.cpp | 12680 unsigned opWidth = C.getIntWidth(GetExprType(E)); in GetExprRange() local 12681 IntRange L = GetExprRange(C, BO->getLHS(), opWidth, InConstantContext, in GetExprRange() 12698 IntRange R = GetExprRange(C, BO->getRHS(), opWidth, InConstantContext, in GetExprRange() 12716 unsigned opWidth = C.getIntWidth(T); in GetExprRange() local 12718 GetExprRange(C, BO->getLHS(), opWidth, InConstantContext, Approximate); in GetExprRange() 12720 GetExprRange(C, BO->getRHS(), opWidth, InConstantContext, Approximate); in GetExprRange()
|