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 57 bool isStringAttribute() const { return KindID == StringAttrEntry; }
166 if (!I.isStringAttribute()) {
269 if (!I.isStringAttribute())
Attributes.cpp 153 bool Attribute::isStringAttribute() const {
154 return pImpl && pImpl->isStringAttribute();
173 assert(isStringAttribute() &&
180 assert(isStringAttribute() &&
190 if (!isStringAttribute()) return false;
380 if (isStringAttribute()) {
412 if (isStringAttribute()) return false;
417 if (!isStringAttribute()) return false;
432 assert(isStringAttribute());
437 assert(isStringAttribute());
    [all...]

Completed in 70 milliseconds