| /freebsd/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/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 | 825 LookupResult Operators(*this, OpName, SourceLocation(), in BuildOperatorCoawaitLookupExpr() local 827 LookupName(Operators, S); in BuildOperatorCoawaitLookupExpr() 829 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in BuildOperatorCoawaitLookupExpr() 830 const auto &Functions = Operators.asUnresolvedSet(); in BuildOperatorCoawaitLookupExpr()
|
| H A D | SemaLookup.cpp | 3377 LookupResult Operators(*this, OpName, SourceLocation(), LookupOperatorName); in LookupOverloadedOperatorName() local 3378 LookupName(Operators, S); in LookupOverloadedOperatorName() 3380 assert(!Operators.isAmbiguous() && "Operator lookup cannot be ambiguous"); in LookupOverloadedOperatorName() 3381 Functions.append(Operators.begin(), Operators.end()); in LookupOverloadedOperatorName()
|
| H A D | SemaExprCXX.cpp | 3245 FunctionDecl *Operators[] = {OperatorDelete, OperatorNew}; in FindAllocationFunctions() local 3249 << Operators[TypeAwareOperatorIndex]->getDeclName() in FindAllocationFunctions() 3251 << Operators[!TypeAwareOperatorIndex]->getDeclName() in FindAllocationFunctions() 3252 << GetRedeclContext(Operators[TypeAwareOperatorIndex]); in FindAllocationFunctions()
|
| H A D | SemaOverload.cpp | 8746 LookupResult Operators(*this, OpName, OpLoc, LookupOrdinaryName); in AddMemberOperatorCandidates() local 8747 LookupQualifiedName(Operators, T1Rec->getDecl()); in AddMemberOperatorCandidates() 8748 Operators.suppressAccessDiagnostics(); in AddMemberOperatorCandidates() 8750 for (LookupResult::iterator Oper = Operators.begin(), in AddMemberOperatorCandidates() 8751 OperEnd = Operators.end(); in AddMemberOperatorCandidates()
|
| H A D | SemaDeclCXX.cpp | 8851 UnresolvedSetImpl &Operators, in lookupOperatorsForDefaultedComparison() argument 8854 Self.LookupOverloadedOperatorName(OO, S, Operators); in lookupOperatorsForDefaultedComparison() 8881 UnresolvedSet<32> Operators; in CheckExplicitlyDefaultedComparison() local 8882 lookupOperatorsForDefaultedComparison(*this, S, Operators, in CheckExplicitlyDefaultedComparison() 8886 Context, Operators.pairs())); in CheckExplicitlyDefaultedComparison()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | OperationKinds.def | 377 // Operators listed in order of precedence.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | arm_mve_defs.td | 225 // Operators you can use in the ComplexType spec dag. These are an intermediate
|
| H A D | DiagnosticSemaKinds.td | 5300 // C++11 Literal Operators
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 2003 // Operators
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | Target.td | 1670 // Operators for combining SubtargetFeatures in AssemblerPredicates
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 7466 ASL/AML Operators, New and Modified:
|