Home
last modified time | relevance | path

Searched refs:getint (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/ARM/
D2011-08-25-ldmia_ret.ll12 declare i32 @getint()
73 %call28 = tail call i32 @getint() nounwind
86 %call50 = tail call i32 @getint() nounwind
/external/mksh/src/
Dvar.c52 static int getint(struct tbl *, mksh_ari_t *, bool);
474 getint(struct tbl *vp, mksh_ari_t *nump, bool arith) in getint() function
560 if ((base = getint(vp, &num, arith)) == -1) in setint_v()
1231 if (getint(vp, &i, false) == -1) { in setspec()
/external/clang/test/Analysis/
Dmisc-ps.m1005 extern int getint();
1006 int a = getint()-1;