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

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

Completed in 71 milliseconds