Home
last modified time | relevance | path

Searched refs:opWidth (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Darc-dis.h56 int opWidth; member
Darc-dis.c549 state->opWidth = 12; in dsmOneArcInst()
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Darc-dis.h56 int opWidth; member
Darc-dis.c560 state->opWidth = 12;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaChecking.cpp12680 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()