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

/external/valgrind/include/
H A Dpub_tool_debuginfo.h210 Bool isVec; /* does block have an array type, or not? */ member in struct:__anon24997
230 Bool isVec; /* does block have an array type, or not? */ member in struct:__anon24998
/external/llvm/include/llvm/Target/
H A DTargetLowering.h399 /// distinguish between vectors of boolean and scalars; the isVec parameter
406 BooleanContent getBooleanContents(bool isVec, bool isFloat) const { argument
407 if (isVec)
/external/valgrind/coregrind/m_debuginfo/
H A Ddebuginfo.c3875 Bool isVec; local
3899 isVec = ty->tag == Te_TyArray;
3900 if (arrays_only && !isVec)
3959 block.isVec = isVec;
3978 block.isVec = isVec;
4161 Bool isVec; local
4210 isVec = ty->tag == Te_TyArray;
4211 if (arrays_only && !isVec) continu
[all...]

Completed in 147 milliseconds