Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td38 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 DSPIRVInstrInfo.td511 // 3.42.15 Relational and Logical Instructions
H A DSPIRVBuiltins.cpp1873 case SPIRV::Relational: in lowerBuiltin()
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOperatorPrecedence.cpp26 return prec::Relational; in getBinOpPrecedence()
64 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOperatorPrecedence.h37 Relational = 10, // >=, <=, >, < enumerator
/openbsd-src/gnu/llvm/libcxxabi/src/
H A Dcxa_demangle.cpp196 case Node::Prec::Relational: in print()
/openbsd-src/gnu/llvm/llvm/lib/Demangle/
H A DItaniumDemangle.cpp195 case Node::Prec::Relational: in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h179 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 DItaniumDemangle.h179 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 DOperationKinds.def383 // [C99 6.5.8] Relational operators.
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbad.def751 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 Dg77.texi3438 @item Relational operators
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp501 (PreviousPrecedence == prec::Relational || in mustBreak()
780 P->getPrecedence() != prec::Relational && in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp2632 return prec::Relational; in getCurrentPrecedence()
2636 return prec::Relational; in getCurrentPrecedence()
H A DFormat.cpp1475 LLVMStyle.PenaltyBreakTemplateDeclaration = prec::Relational; in getLLVMStyle()
/openbsd-src/gnu/llvm/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()
H A DOpenCLBuiltins.td800 // 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 DSemaDeclCXX.cpp6604 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 Dtree.def654 /* Relational operators.
/openbsd-src/gnu/gcc/gcc/
H A Dtree.def699 /* Relational operators.
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod539 =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 DIndex.txt3882 Operators, Relational 29E3
4434 Relational Operators 29E3
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1573 Relational, enumerator
/openbsd-src/gnu/usr.bin/gcc/gcc/po/
H A Dtr.po24448 #~ 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 DFAQ7792 based on a choice of commercial Relational Database systems, and it

12