Searched refs:Relational (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 26 return prec::Relational; in getBinOpPrecedence() 64 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 37 Relational = 10, // >=, <=, >, < enumerator
|
| /freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-tuple.h.pump | 281 // 6.1.3.5 Relational operators
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 383 // [C99 6.5.8] Relational operators.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 459 bool IsComparison = (Previous.getPrecedence() == prec::Relational || in mustBreak() 686 P->getPrecedence() != prec::Relational && in addTokenOnCurrentLine()
|
| H A D | TokenAnnotator.cpp | 2244 return prec::Relational; in getCurrentPrecedence() 2247 return prec::Relational; in getCurrentPrecedence()
|
| H A D | Format.cpp | 1117 LLVMStyle.PenaltyBreakTemplateDeclaration = prec::Relational; in getLLVMStyle()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 132 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator 146 Kind = Relational; in DiagnoseUnusedComparison() 162 Kind = Relational; in DiagnoseUnusedComparison()
|
| H A D | SemaDeclCXX.cpp | 6452 return DefaultedComparisonKind::Relational; in getDefaultedFunctionKind() 6788 DFK.asComparison() == DefaultedComparisonKind::Relational) { in CheckCompletedCXXClass() 7556 case DefaultedComparisonKind::Relational: in visit() 7771 DCK == DefaultedComparisonKind::Relational) && in visitBinaryOperator() 7902 DCK == DefaultedComparisonKind::Relational) && in visitBinaryOperator() 8076 case DefaultedComparisonKind::Relational: in build() 8321 case DefaultedComparisonKind::Relational: in visitExpandedSubobject()
|
| H A D | OpenCLBuiltins.td | 738 // OpenCL v1.1 s6.11.6, v1.2 s6.12.6, v2.0 s6.13.6 - Relational Functions 739 // OpenCL Extension v2.0 s5.1.5 and s6.1.5 - Relational Functions
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 1476 Relational, enumerator
|