Searched refs:Operators (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrInfo.td | 21 // Binary Operators { 46 // } Binary Operators
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 271 Operators[Name] = std::move(Op); in addOperator() 302 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate() 303 if (I == Operators.end()) in evaluate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 101 StringMap<std::unique_ptr<Operator>> Operators; variable
|
| /freebsd-13.1/contrib/dialog/samples/copifuncs/ |
| H A D | copi.ifmcfg2 | 30 # round brackets. Operators are: '!', '&', '|', 'Xor'.
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 258 LookupResult Operators(SemaRef, OpName, SourceLocation(), in buildOperatorCoawaitLookupExpr() local 260 SemaRef.LookupName(Operators, S); in buildOperatorCoawaitLookupExpr() 262 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in buildOperatorCoawaitLookupExpr() 263 const auto &Functions = Operators.asUnresolvedSet(); in buildOperatorCoawaitLookupExpr()
|
| H A D | SemaLookup.cpp | 3049 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 3050 LookupName(Operators, S); in LookupOverloadedOperatorName() 3052 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 3053 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
| H A D | SemaOverload.cpp | 7693 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local 7694 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates() 7695 Operators.suppressDiagnostics(); in AddMemberOperatorCandidates() 7697 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() 7698 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
|
| H A D | SemaDeclCXX.cpp | 8347 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument 8350 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison() 8380 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local 8381 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison() 8384 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 364 // Operators listed in order of precedence.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 224 // Operators you can use in the ComplexType spec dag. These are an intermediate
|
| H A D | DiagnosticSemaKinds.td | 4640 // C++11 Literal Operators
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1420 // Operators for combining SubtargetFeatures in AssemblerPredicates
|
| /freebsd-13.1/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 6765 ASL/AML Operators, New and Modified:
|