Home
last modified time | relevance | path

Searched refs:Relational (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DOperatorPrecedence.cpp27 return prec::Relational; in getBinOpPrecedence()
65 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DOperatorPrecedence.h38 Relational = 10, // >=, <=, >, < enumerator
/freebsd-12.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-tuple.h.pump281 // 6.1.3.5 Relational operators
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DOperationKinds.def359 // [C99 6.5.8] Relational operators.
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DContinuationIndenter.cpp441 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak()
660 P->getPrecedence() != prec::Relational && in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp1817 return prec::Relational; in getCurrentPrecedence()
1820 return prec::Relational; in getCurrentPrecedence()
H A DFormat.cpp714 LLVMStyle.PenaltyBreakTemplateDeclaration = prec::Relational; in getLLVMStyle()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmt.cpp132 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator
146 Kind = Relational; in DiagnoseUnusedComparison()
162 Kind = Relational; in DiagnoseUnusedComparison()
/freebsd-12.1/contrib/gcc/
H A Dtree.def704 /* Relational operators.