Searched refs:strLen (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h115 explicit StringMapEntry(unsigned strLen) argument
116 : StringMapEntryBase(strLen), second() {}
117 StringMapEntry(unsigned strLen, const ValueTy &V) argument
118 : StringMapEntryBase(strLen), second(V) {}
/freebsd-10.0-release/contrib/bmake/
H A Dvar.c273 int strLen; member in struct:__anon714
2677 &flags, &loop.strLen,
/freebsd-10.0-release/contrib/expat/lib/
H A Dxmlparse.c163 int strLen; member in struct:__anon844
2060 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1);
2423 tag->name.strLen = convLen;

Completed in 154 milliseconds