Searched refs:Operators (Results 1 – 14 of 14) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | SetTheory.h | 102 StringMap<std::unique_ptr<Operator>> Operators; variable
|
/freebsd/contrib/dialog/samples/copifuncs/ |
H A D | copi.ifmcfg2 | 30 # round brackets. Operators are: '!', '&', '|', 'Xor'.
|
/freebsd/tools/build/ |
H A D | checkstyle9.pl | 221 our $Operators = qr{ 1106 } elsif ($cur =~ /^($Operators)/o) { 2395 $dstat =~ /$Operators/)
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 814 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local 816 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr() 818 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr() 819 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
|
H A D | SemaLookup.cpp | 3284 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 3285 LookupName(Operators, S); in LookupOverloadedOperatorName() 3287 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 3288 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
H A D | SemaOverload.cpp | 8285 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local 8286 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates() 8287 Operators.suppressAccessDiagnostics(); in AddMemberOperatorCandidates() 8289 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() 8290 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
|
H A D | SemaDeclCXX.cpp | 8672 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument 8675 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison() 8702 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local 8703 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison() 8707 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OperationKinds.def | 371 // Operators listed in order of precedence.
|
/freebsd/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 | 5059 // C++11 Literal Operators
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 1895 // Operators
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | Target.td | 1648 // Operators for combining SubtargetFeatures in AssemblerPredicates
|
/freebsd/sys/contrib/dev/acpica/ |
H A D | changes.txt | 7334 ASL/AML Operators, New and Modified:
|