Home
last modified time | relevance | path

Searched refs:NumIndirect (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInlineAsm.cpp284 unsigned NumIndirect = 0, NumLabels = 0; in verify() local
289 if ((NumInputs-NumIndirect) != 0 || NumClobbers != 0 || NumLabels != 0) in verify()
297 ++NumIndirect; in verify()
/openbsd-src/usr.bin/tic/
H A Ddump_entry.c104 #define NumIndirect(j) ((j >= NUMCOUNT) ? (j) : ((sortmode == S_NOSORT) ? j : num_indirect[j])) macro
108 #define NumIndirect(j) ((sortmode == S_NOSORT) ? (j) : num_indirect[j]) macro
985 i = NumIndirect(j); in fmt_entry()
1737 i = NumIndirect(j); in compare_entry()