Home
last modified time | relevance | path

Searched defs:X_I (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dsparc-tdep.c85 #define X_I(i) (((i) >> 13) & 1) macro
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DPathDiagnostic.cpp318 PathPieces::const_iterator X_I = X.begin(), X_end = X.end(); in comparePath() local