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 53 bool isStringAttribute() const { return KindID == StringAttrEntry; }
Attributes.cpp 102 bool Attribute::isStringAttribute() const {
103 return pImpl && pImpl->isStringAttribute();
122 assert(isStringAttribute() &&
129 assert(isStringAttribute() &&
139 if (!isStringAttribute()) return false;
262 if (isStringAttribute()) {
290 if (isStringAttribute()) return false;
295 if (!isStringAttribute()) return false;
310 assert(isStringAttribute());
315 assert(isStringAttribute());
    [all...]

Completed in 30 milliseconds