Home
last modified time | relevance | path

Searched refs:OperatorNames (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/unittests/AST/
H A DDeclPrinterTest.cpp776 const char *OperatorNames[] = { in TEST() local
784 for (unsigned i = 0, e = std::size(OperatorNames); i != e; ++i) { in TEST()
787 Code.append(OperatorNames[i]); in TEST()
792 Expected.append(OperatorNames[i]); in TEST()
803 const char *OperatorNames[] = { in TEST() local
807 for (unsigned i = 0, e = std::size(OperatorNames); i != e; ++i) { in TEST()
810 Code.append(OperatorNames[i]); in TEST()
815 Expected.append(OperatorNames[i]); in TEST()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DSimplifyBooleanExprCheck.cpp71 static std::pair<OverloadedOperatorKind, StringRef> OperatorNames[] = { variable
76 for (auto Name : OperatorNames) { in getOperatorName()