HomeSort by relevance Sort by last modified time
    Searched defs:isStringAttribute (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/IR/
AttributeImpl.h 54 bool isStringAttribute() const { return KindID == StringAttrEntry; }
Attributes.cpp 115 bool Attribute::isStringAttribute() const {
116 return pImpl && pImpl->isStringAttribute();
135 assert(isStringAttribute() &&
142 assert(isStringAttribute() &&
152 if (!isStringAttribute()) return false;
319 if (isStringAttribute()) {
351 if (isStringAttribute()) return false;
356 if (!isStringAttribute()) return false;
371 assert(isStringAttribute());
376 assert(isStringAttribute());
    [all...]

Completed in 791 milliseconds