Searched refs:RetAttrs (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/AsmParser/
H A DLLParser.cpp2636 Attributes RetAttrs;
2643 ParseOptionalAttrs(RetAttrs, 1) ||
2729 if (RetAttrs != Attribute::None)
2730 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs));
3211 Attributes RetAttrs, FnAttrs;
3220 ParseOptionalAttrs(RetAttrs, 1) ||
3256 if (RetAttrs != Attribute::None)
3257 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs));
3610 Attributes RetAttrs, FnAttrs;
3620 ParseOptionalAttrs(RetAttrs,
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp928 llvm::Attributes RetAttrs; local
962 RetAttrs |= llvm::Attribute::NoAlias;
978 RetAttrs |= llvm::Attribute::SExt;
980 RetAttrs |= llvm::Attribute::ZExt;
1003 if (RetAttrs)
1004 PAL.push_back(llvm::AttributeWithIndex::get(0, RetAttrs));
/external/llvm/lib/VMCore/
H A DAsmWriter.cpp1551 Attributes RetAttrs = Attrs.getRetAttributes(); local
1552 if (RetAttrs != Attribute::None)

Completed in 412 milliseconds