HomeSort by: relevance | last modified time | path
    Searched defs:isStringAttribute (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
AttributeImpl.h 59 bool isStringAttribute() const { return KindID == StringAttrEntry; }
82 else if (isStringAttribute())
Attributes.cpp 268 bool Attribute::isStringAttribute() const {
269 return pImpl && pImpl->isStringAttribute();
292 assert(isStringAttribute() &&
299 assert(isStringAttribute() &&
306 assert(isStringAttribute() &&
324 if (!isStringAttribute()) return false;
597 if (isStringAttribute()) {
643 if (isStringAttribute()) return false;
648 if (!isStringAttribute()) return false;
668 assert(isStringAttribute());
    [all...]

Completed in 29 milliseconds