OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aTy
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/
mc_translate.c
[
all
...]
/external/valgrind/main/VEX/priv/
host_arm_isel.c
494
IRType
aTy
= typeOfIRExpr(env->type_env, args[i]);
497
if (
aTy
== Ity_I32) {
502
else if (
aTy
== Ity_I64) {
544
IRType
aTy
= typeOfIRExpr(env->type_env, args[i]);
547
if (
aTy
== Ity_I32) {
551
else if (
aTy
== Ity_I64) {
[
all
...]
Completed in 41 milliseconds