HomeSort by: relevance | last modified time | path
    Searched refs:FileCheckType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
FileCheck.h 76 class FileCheckType {
83 FileCheckType(FileCheckKind Kind = CheckNone)
85 FileCheckType(const FileCheckType &) = default;
86 FileCheckType &operator=(const FileCheckType &) = default;
91 FileCheckType &setCount(int C);
96 FileCheckType &setLiteralMatch(bool Literal = true) {
112 Check::FileCheckType CheckTy;
167 FileCheckDiag(const SourceMgr &SM, const Check::FileCheckType &CheckTy
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/FileCheck/
FileCheckImpl.h 673 Check::FileCheckType CheckTy;
684 Pattern(Check::FileCheckType Ty, FileCheckPatternContext *Context,
771 Check::FileCheckType getCheckTy() const { return CheckTy; }
FileCheck.cpp 1440 Check::FileCheckType CheckTy,
1604 const Check::FileCheckType &CheckTy,
1620 Check::FileCheckType &Check::FileCheckType::setCount(int C) {
1628 std::string Check::FileCheckType::getModifiersDescription() const {
1640 std::string Check::FileCheckType::getDescription(StringRef Prefix) const {
1674 llvm_unreachable("unknown FileCheckType");
1677 static std::pair<Check::FileCheckType, StringRef>
1691 auto ConsumeModifiers = [&](Check::FileCheckType Ret)
1692 -> std::pair<Check::FileCheckType, StringRef>
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/FileCheck/
FileCheck.cpp 344 static std::string GetCheckTypeAbbreviation(Check::FileCheckType Ty) {
371 llvm_unreachable("invalid FileCheckType");
373 llvm_unreachable("unknown FileCheckType");

Completed in 46 milliseconds