Searched refs:Operators (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/ |
| H A D | SetTheory.cpp | 270 Operators[Name] = std::move(Op); in addOperator() 301 auto I = Operators.find(OpInit->getDef()->getName()); in evaluate() 302 if (I == Operators.end()) in evaluate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/TableGen/ |
| H A D | SetTheory.h | 102 StringMap<std::unique_ptr<Operator>> Operators; variable
|
| /freebsd-14.2/contrib/dialog/samples/copifuncs/ |
| H A D | copi.ifmcfg2 | 30 # round brackets. Operators are: '!', '&', '|', 'Xor'.
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCoroutine.cpp | 902 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local 904 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr() 906 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr() 907 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
|
| H A D | SemaLookup.cpp | 3333 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 3334 LookupName(Operators, S); in LookupOverloadedOperatorName() 3336 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 3337 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
| H A D | SemaOverload.cpp | 8273 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local 8274 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates() 8275 Operators.suppressAccessDiagnostics(); in AddMemberOperatorCandidates() 8277 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() 8278 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
|
| H A D | SemaDeclCXX.cpp | 8775 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument 8778 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison() 8805 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local 8806 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison() 8809 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
|
| /freebsd-14.2/tools/build/ |
| H A D | checkstyle9.pl | 220 our $Operators = qr{ 1105 } elsif ($cur =~ /^($Operators)/o) { 2466 $dstat =~ /$Operators/)
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 365 // Operators listed in order of precedence.
|
| /freebsd-14.2/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 | 4963 // C++11 Literal Operators
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 1816 // Operators
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1587 // Operators for combining SubtargetFeatures in AssemblerPredicates
|
| /freebsd-14.2/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 7121 ASL/AML Operators, New and Modified:
|