OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ptoi
(Results
1 - 6
of
6
) sorted by null
/external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp
274
if (PtrToIntInst *
PToI
= dyn_cast<PtrToIntInst>(AndLHS)) {
275
AAPtr =
PToI
->getPointerOperand();
283
if (PtrToIntInst *
PToI
= dyn_cast<PtrToIntInst>(OpUnk->getValue())) {
284
AAPtr =
PToI
->getPointerOperand();
/ndk/sources/host-tools/nawk-20071023/
parse.c
268
intptr_t
ptoi
(void *p) /* convert pointer to integer */
function
proto.h
98
extern intptr_t
ptoi
(void *);
run.c
339
n =
ptoi
(a[0]); /* argument number, counting from 0 */
407
mode =
ptoi
(a[1]);
985
fp = redirect(
ptoi
(a[1]), a[2]);
1191
pair =
ptoi
(a[3]);
1219
arg3type =
ptoi
(a[3]);
[
all
...]
b.c
870
if ((k == CHAR && c ==
ptoi
(f->re[p[i]].lval.np))
FIXES
350
by adding
ptoi
and itonp to localize the casts, which are
[
all
...]
Completed in 781 milliseconds