Searched defs:isVec (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/include/
H A Dpub_tool_debuginfo.h141 Bool isVec; /* does block have an array type, or not? */ member in struct:__anon12602
161 Bool isVec; /* does block have an array type, or not? */ member in struct:__anon12603
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c3319 Bool isVec; local
3343 isVec = ty->tag == Te_TyArray;
3344 if (arrays_only && !isVec)
3403 block.isVec = isVec;
3422 block.isVec = isVec;
3607 Bool isVec; local
3656 isVec = ty->tag == Te_TyArray;
3657 if (arrays_only && !isVec) continu
[all...]

Completed in 244 milliseconds