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 103 bool Attribute::isStringAttribute() const {
104 return pImpl && pImpl->isStringAttribute();
123 assert(isStringAttribute() &&
130 assert(isStringAttribute() &&
140 if (!isStringAttribute()) return false;
271 if (isStringAttribute()) {
303 if (isStringAttribute()) return false;
308 if (!isStringAttribute()) return false;
323 assert(isStringAttribute());
328 assert(isStringAttribute());
    [all...]

Completed in 58 milliseconds