Searched defs:indir (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h56 SDDbgValue(MDNode *Var, MDNode *Expr, SDNode *N, unsigned R, bool indir, argument
58 : Var(Var), Expr(Expr), IsIndirect(indir), Offset(off), DL(dl), Order(O),
/external/toybox/toys/posix/
H A Dls.c297 static void listfiles(int dirfd, struct dirtree *indir) argument
308 if (!indir->parent) {
309 if (!(dt = indir->child)) return;
318 indir->data = dup(dirfd);
319 dirtree_recurse(indir, filter, DIRTREE_SYMFOLLOW*!!(flags&FLAG_L));
326 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++)
332 if (indir->parent && (!indir->extra || (flags & FLAG_R)))
334 char *path = dirtree_path(indir, 0);
353 if (flags & (FLAG_l|FLAG_o|FLAG_n|FLAG_g|FLAG_s) && indir
[all...]
/external/valgrind/perf/
H A Dtinycc.c12676 static void indir(void)
12866 indir();
13039 indir();
13073 indir();
13632 indir();
16118 int reg, indir;
16121 indir = 0;
16124 indir = OP_INDIR;
16217 op->type |= indir;
12674 static void indir(void) function
16116 int reg, indir; local

Completed in 131 milliseconds