Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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>;
477 defm : DemangledNativeBuiltin<"isordered", OpenCL_std, Relational, 2, 2, OpOrdered>;
481 defm : DemangledNativeBuiltin<"isfinite", OpenCL_std, Relational, 1, 1, OpIsFinite>;
483 defm : DemangledNativeBuiltin<"isinf", OpenCL_std, Relational, 1, 1, OpIsInf>;
485 defm : DemangledNativeBuiltin<"isnan", OpenCL_std, Relational, 1, 1, OpIsNan>;
491 defm : DemangledNativeBuiltin<"any", OpenCL_std, Relational, 1, 1, OpAny>;
492 defm : DemangledNativeBuiltin<"__spirv_Any", OpenCL_std, Relational, 1, 1, OpAny>;
493 defm : DemangledNativeBuiltin<"all", OpenCL_std, Relational, 1, 1, OpAll>;
[all …]
H A DSPIRVInstrInfo.td515 // 3.42.15 Relational and Logical Instructions
H A DSPIRVBuiltins.cpp1936 case SPIRV::Relational: in lowerBuiltin()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOperatorPrecedence.cpp26 return prec::Relational; in getBinOpPrecedence()
64 case tok::greaterequal: return prec::Relational; in getBinOpPrecedence()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOperatorPrecedence.h37 Relational = 10, // >=, <=, >, < enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Demangle/
H A DItaniumDemangle.cpp196 case Node::Prec::Relational: in print()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOperationKinds.def384 // [C99 6.5.8] Relational operators.
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h185 Relational, enumerator
3262 {"ge", OperatorInfo::Binary, false, Node::Prec::Relational, "operator>="},
3263 {"gt", OperatorInfo::Binary, false, Node::Prec::Relational, "operator>"},
3266 {"le", OperatorInfo::Binary, false, Node::Prec::Relational, "operator<="},
3268 {"lt", OperatorInfo::Binary, false, Node::Prec::Relational, "operator<"},
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp520 (PreviousPrecedence == prec::Relational || in mustBreak()
859 P->getPrecedence() != prec::Relational && in addTokenOnCurrentLine()
H A DTokenAnnotator.cpp2897 return prec::Relational; in getCurrentPrecedence()
2901 return prec::Relational; in getCurrentPrecedence()
H A DFormat.cpp1589 LLVMStyle.PenaltyBreakTemplateDeclaration = prec::Relational; in getLLVMStyle()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp133 enum { Equality, Inequality, Relational, ThreeWay } Kind; in DiagnoseUnusedComparison() enumerator
147 Kind = Relational; in DiagnoseUnusedComparison()
163 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.cpp6807 return DefaultedComparisonKind::Relational; in getDefaultedFunctionKind()
7144 DFK.asComparison() == DefaultedComparisonKind::Relational) { in CheckCompletedCXXClass()
7965 case DefaultedComparisonKind::Relational: in visit()
8185 DCK == DefaultedComparisonKind::Relational) && in visitBinaryOperator()
8328 DCK == DefaultedComparisonKind::Relational) && in visitBinaryOperator()
8503 case DefaultedComparisonKind::Relational: in build()
8749 case DefaultedComparisonKind::Relational: in visitExpandedSubobject()
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok282 E. F. Codd A Relational Model of Data for Large
2262 Relational Algebra Data Base Interface 568--579
2281 Michael M. Hammer Specifying Queries as Relational
3063 System for a Large Relational Data Base 526--539
H A Dfunstack.in1930 title = "A Relational Model of Data for Large Shared Data Banks",
17146 title = "Optimizing the Performance of a Relational Algebra Data Base Interface",
17270 title = "Specifying Queries as Relational Expressions: The Square Data Sublanguage",
23349 title = "An {English} Language Query Answering System for a Large Relational Data Base",
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1607 Relational, enumerator