HomeSort by relevance Sort by last modified time
    Searched full:ptoi (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp 263 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) {
264 AAPtr = PToI->getPointerOperand();
272 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) {
273 AAPtr = PToI->getPointerOperand();
  /external/one-true-awk/
parse.c 268 int ptoi(void *p) /* convert pointer to integer */ function
proto.h 93 extern int ptoi(void *);
run.c 340 n = ptoi(a[0]); /* argument number, counting from 0 */
408 mode = ptoi(a[1]);
986 fp = redirect(ptoi(a[1]), a[2]);
1192 pair = ptoi(a[3]);
1220 arg3type = ptoi(a[3]);
    [all...]
b.c 873 if ((k == CHAR && c == ptoi(f->re[p[i]].lval.np))
FIXES 436 by adding ptoi and itonp to localize the casts, which are
    [all...]

Completed in 1743 milliseconds