| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVBuiltins.td | 38 def Relational : BuiltinGroup; 462 // Relational builtin records: 463 defm : DemangledNativeBuiltin<"isequal", OpenCL_std, Relational, 2, 2, OpFOrdEqual>; 464 defm : DemangledNativeBuiltin<"__spirv_FOrdEqual", OpenCL_std, Relational, 2, 2, OpFOrdEqual>; 465 defm : DemangledNativeBuiltin<"isnotequal", OpenCL_std, Relational, 2, 2, OpFUnordNotEqual>; 466 defm : DemangledNativeBuiltin<"__spirv_FUnordNotEqual", OpenCL_std, Relational, 2, 2, OpFUnordNotEq… 467 defm : DemangledNativeBuiltin<"isgreater", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThan>; 468 defm : DemangledNativeBuiltin<"__spirv_FOrdGreaterThan", OpenCL_std, Relational, 2, 2, OpFOrdGreate… 469 defm : DemangledNativeBuiltin<"isgreaterequal", OpenCL_std, Relational, 2, 2, OpFOrdGreaterThanEqua… 470 defm : DemangledNativeBuiltin<"__spirv_FOrdGreaterThanEqual", OpenCL_std, Relational, 2, 2, OpFOrdG… [all …]
|
| H A D | SPIRVInstrInfo.td | 511 // 3.42.15 Relational and Logical Instructions
|
| H A D | SPIRVBuiltins.cpp | 1873 case SPIRV::Relational: in lowerBuiltin()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | OperatorPrecedence.cpp | 26 return prec::Relational; in getBinOpPrecedence() 64 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | OperatorPrecedence.h | 37 Relational = 10, // >=, <=, >, < enumerator
|
| /openbsd-src/gnu/llvm/libcxxabi/src/ |
| H A D | cxa_demangle.cpp | 196 case Node::Prec::Relational: in print()
|
| /openbsd-src/gnu/llvm/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 195 case Node::Prec::Relational: in print()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 179 Relational, enumerator 2976 {"ge", OperatorInfo::Binary, false, Node::Prec::Relational, "operator>="}, 2977 {"gt", OperatorInfo::Binary, false, Node::Prec::Relational, "operator>"}, 2980 {"le", OperatorInfo::Binary, false, Node::Prec::Relational, "operator<="}, 2982 {"lt", OperatorInfo::Binary, false, Node::Prec::Relational, "operator<"},
|
| /openbsd-src/gnu/llvm/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 179 Relational, enumerator 2976 {"ge", OperatorInfo::Binary, false, Node::Prec::Relational, "operator>="}, 2977 {"gt", OperatorInfo::Binary, false, Node::Prec::Relational, "operator>"}, 2980 {"le", OperatorInfo::Binary, false, Node::Prec::Relational, "operator<="}, 2982 {"lt", OperatorInfo::Binary, false, Node::Prec::Relational, "operator<"},
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 383 // [C99 6.5.8] Relational operators.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.def | 751 LONG("Relational operator at %0 must operate on two subexpressions of integer, real, or character t… 756 LONG("Relational operator at %0 must operate on two subexpressions of integer, real, or character t… 761 LONG("Relational operator at %0 must operate on two scalar (not array) subexpressions, two function…
|
| H A D | g77.texi | 3438 @item Relational operators
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | ContinuationIndenter.cpp | 501 (PreviousPrecedence == prec::Relational || in mustBreak() 780 P->getPrecedence() != prec::Relational && in addTokenOnCurrentLine()
|
| H A D | TokenAnnotator.cpp | 2632 return prec::Relational; in getCurrentPrecedence() 2636 return prec::Relational; in getCurrentPrecedence()
|
| H A D | Format.cpp | 1475 LLVMStyle.PenaltyBreakTemplateDeclaration = prec::Relational; in getLLVMStyle()
|
| /openbsd-src/gnu/llvm/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 | OpenCLBuiltins.td | 800 // OpenCL v1.1 s6.11.6, v1.2 s6.12.6, v2.0 s6.13.6 - Relational Functions 801 // OpenCL Extension v2.0 s5.1.5 and s6.1.5 - Relational Functions
|
| H A D | SemaDeclCXX.cpp | 6604 return DefaultedComparisonKind::Relational; in getDefaultedFunctionKind() 6941 DFK.asComparison() == DefaultedComparisonKind::Relational) { in CheckCompletedCXXClass() 7730 case DefaultedComparisonKind::Relational: in visit() 7946 DCK == DefaultedComparisonKind::Relational) && in visitBinaryOperator() 8089 DCK == DefaultedComparisonKind::Relational) && in visitBinaryOperator() 8263 case DefaultedComparisonKind::Relational: in build() 8508 case DefaultedComparisonKind::Relational: in visitExpandedSubobject()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | tree.def | 654 /* Relational operators.
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree.def | 699 /* Relational operators.
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlop.pod | 539 =head2 Relational Operators 2301 and numeric zero (C<0>) as described in L</Relational Operators>).
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | Index.txt | 3882 Operators, Relational 29E3 4434 Relational Operators 29E3
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 1573 Relational, enumerator
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/po/ |
| H A D | tr.po | 24448 #~ msgid "Relational operator at %0 must operate on two subexpressions of integer, real, or charact… 24454 #~ msgid "Relational operator at %0 must operate on two subexpressions of integer, real, or charact… 24460 #~ msgid "Relational operator at %0 must operate on two scalar (not array) subexpressions, two func…
|
| /openbsd-src/gnu/usr.bin/cvs/ |
| H A D | FAQ | 7792 based on a choice of commercial Relational Database systems, and it
|