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

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DStringMap.h123 explicit StringMapEntry(unsigned strLen) argument
124 : StringMapEntryBase(strLen), second() {}
125 StringMapEntry(unsigned strLen, const ValueTy &V) argument
126 : StringMapEntryBase(strLen), second(V) {}
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c273 int strLen; member in struct:__anon834
2677 &flags, &loop.strLen,
/freebsd-9.3-release/contrib/expat/lib/
H A Dxmlparse.c163 int strLen; member in struct:__anon4
2079 int nameLen = sizeof(XML_Char) * (tag->name.strLen + 1);
2442 tag->name.strLen = convLen;

Completed in 82 milliseconds