reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/StringSwitch.h
  104     return Case(S0, Value).Cases(S1, S2, S3, S4, Value);
lib/IR/AutoUpgrade.cpp
  759                         .Cases("max.i", "max.ll", "max.ui", "max.ull", true)
  760                         .Cases("min.i", "min.ll", "min.ui", "min.ull", true)
lib/Support/ARMTargetParser.cpp
  143       .Cases("v7", "v7a", "v7hl", "v7l", "v7-a")
  328       .Cases("fpa", "fpe2", "fpe3", "maverick", "invalid") // Unsupported
lib/Support/Triple.cpp
  388     .Cases("i386", "i486", "i586", "i686", Triple::x86)
  411     .Cases("mipsel", "mipsallegrexel", "mipsisa32r6el", "mipsr6el",
  751               .Cases("mips", "mipsel", "mipsr6", "mipsr6el", Triple::GNU)
tools/clang/lib/Driver/Job.cpp
   56     .Cases("-MF", "-MT", "-MQ", "-serialize-diagnostic-file", true)
   70     .Cases("-isysroot", "-I", "-F", "-resource-dir", true)
tools/clang/lib/Driver/ToolChains/Arch/Mips.cpp
  485       .Cases("mips2", "mips3", "mips4", "mips5", true)
  486       .Cases("mips32", "mips32r2", "mips32r3", "mips32r5", true)
  487       .Cases("mips64", "mips64r2", "mips64r3", "mips64r5", true)
tools/clang/lib/Driver/ToolChains/Darwin.cpp
   49       .Cases("ppc750", "ppc7400", "ppc7450", "ppc970", llvm::Triple::ppc)
   57       .Cases("armv7", "armv7em", "armv7k", "armv7m", llvm::Triple::arm)
tools/clang/lib/Driver/XRayArgs.cpp
  109                            .Cases("none", "all", "function", "custom", true)
tools/clang/lib/Frontend/FrontendAction.cpp
  370                .Cases(".h", ".H", ".hh", ".hpp", true)
tools/clang/lib/Lex/PPDirectives.cpp
  202     .Cases("time.h", "uchar.h", "wchar.h", "wctype.h", true)
  223     .Cases("forward_list", "limits", "ratio", "system_error", true)
  236     .Cases("tar.h", "termios.h", "trace.h", "ulimit.h", true)
  237     .Cases("unistd.h", "utime.h", "utmpx.h", "wordexp.h", true)
tools/clang/lib/Lex/PPLexerChange.cpp
  286              .Cases(".h", ".H", ".hh", ".hpp", true)
tools/clang/lib/Parse/ParsePragma.cpp
 1040                         .Cases("unroll", "nounroll", "unroll_and_jam",
tools/clang/lib/Sema/SemaChecking.cpp
 7108       .Cases("kprintf", "cmn_err", "vcmn_err", "zcmn_err", FST_Kprintf)
tools/clang/lib/Sema/SemaDeclAttr.cpp
 3154       .Cases("scanf", "printf", "printf0", "strfmon", SupportedFormat)
 3161       .Cases("gcc_diag", "gcc_cdiag", "gcc_cxxdiag", "gcc_tdiag", IgnoredFormat)
tools/clang/lib/Sema/SemaExpr.cpp
10886                 .Cases("less", "less_equal", "greater", "greater_equal", true)
tools/clang/lib/Sema/SemaInit.cpp
  547               .Cases("list", "map", "multimap", "multiset", true)
  548               .Cases("priority_queue", "queue", "set", "stack", true)
 6741         .Cases("begin", "rbegin", "cbegin", "crbegin", true)
 6742         .Cases("end", "rend", "cend", "crend", true)
 6745         .Cases("find", "equal_range", "lower_bound", "upper_bound", true)
 6772         .Cases("begin", "rbegin", "cbegin", "crbegin", true)
 6773         .Cases("end", "rend", "cend", "crend", true)
tools/clang/lib/Sema/SemaStmtAttr.cpp
   85           .Cases("unroll", "nounroll", "unroll_and_jam", "nounroll_and_jam",
tools/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
  753           .Cases("scanf", "wscanf", "vscanf", "vwscanf", 0)
tools/clang/unittests/Driver/MultilibTest.cpp
  205                     .Cases("", "/sof", "/el", "/sof/el", true)
tools/clang/utils/TableGen/ClangOptionDocEmitter.cpp
  143     .Cases("KIND_JOINED", "KIND_JOINED_OR_SEPARATE",
unittests/ADT/StringSwitchTest.cpp
  162         .Cases("linux", "unix", "*nix", "posix", OSType::Linux)