HomeSort by relevance Sort by last modified time
    Searched refs:isVec (Results 1 - 4 of 4) sorted by null

  /external/valgrind/include/
pub_tool_debuginfo.h 176 Bool isVec; /* does block have an array type, or not? */
196 Bool isVec; /* does block have an array type, or not? */
  /external/valgrind/exp-sgcheck/
sg_main.c 154 if (fb->isVec != False && fb->isVec != True)
180 if (fb1->isVec < fb2->isVec) return -1;
181 if (fb1->isVec > fb2->isVec) return 1;
198 && fb1->isVec == fb2->isVec
229 " StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }\n",
231 sb->isVec ? 'Y' : 'N', &sb->name[0]
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 333 /// distinguish between vectors of boolean and scalars; the isVec parameter
340 BooleanContent getBooleanContents(bool isVec, bool isFloat) const {
341 if (isVec)
    [all...]

Completed in 360 milliseconds