OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeof_irtype
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
vtest.h
148
unsigned
sizeof_irtype
(IRType);
154
return type == Ity_I1 ? 1 :
sizeof_irtype
(type) * 8;
valgrind.c
69
num_bytes = opnd->type == Ity_I1 ? 4 :
sizeof_irtype
(opnd->type);
89
num_bytes = opnd->type == Ity_I1 ? 4 :
sizeof_irtype
(opnd->type);
util.c
195
sizeof_irtype
(IRType ty)
function
Completed in 293 milliseconds