OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isShadowAtom
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/VEX/
test_main.c
618
static Bool
isShadowAtom
( MCEnv* mce, IRAtom* a1 )
718
tl_assert(
isShadowAtom
(mce,a1));
719
tl_assert(
isShadowAtom
(mce,a2));
724
tl_assert(
isShadowAtom
(mce,a1));
725
tl_assert(
isShadowAtom
(mce,a2));
730
tl_assert(
isShadowAtom
(mce,a1));
731
tl_assert(
isShadowAtom
(mce,a2));
736
tl_assert(
isShadowAtom
(mce,a1));
737
tl_assert(
isShadowAtom
(mce,a2));
742
tl_assert(
isShadowAtom
(mce,a1))
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
331
static Bool
isShadowAtom
( MCEnv* mce, IRAtom* a1 )
484
tl_assert(
isShadowAtom
(mce,a1));
485
tl_assert(
isShadowAtom
(mce,a2));
490
tl_assert(
isShadowAtom
(mce,a1));
491
tl_assert(
isShadowAtom
(mce,a2));
496
tl_assert(
isShadowAtom
(mce,a1));
497
tl_assert(
isShadowAtom
(mce,a2));
502
tl_assert(
isShadowAtom
(mce,a1));
503
tl_assert(
isShadowAtom
(mce,a2));
508
tl_assert(
isShadowAtom
(mce,a1))
[
all
...]
Completed in 40 milliseconds