Home
last modified time | relevance | path

Searched full:anyof (Results 1 – 25 of 102) sorted by relevance

12345

/freebsd-src/contrib/libucl/tests/schema/
H A DanyOf.json3 "description": "anyOf",
5 "anyOf": [ array
16 "description": "first anyOf valid",
21 "description": "second anyOf valid",
26 "description": "both anyOf valid",
31 "description": "neither anyOf valid",
38 "description": "anyOf with base schema",
41 "anyOf" : [ array
57 "description": "one anyOf valid",
62 "description": "both anyOf invalid",
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc602 // Helper to allow easy testing of AnyOf matchers with num parameters.
624 // Tests that AnyOf(m1, ..., mn) matches any value that matches at
628 m = AnyOf(Le(1), Ge(3)); in TEST()
633 m = AnyOf(Lt(0), Eq(1), Eq(2)); in TEST()
639 m = AnyOf(Lt(0), Eq(1), Eq(2), Eq(3)); in TEST()
646 m = AnyOf(Le(0), Gt(10), 3, 5, 7); in TEST()
656 AnyOfMatches(2, AnyOf(1, 2)); in TEST()
657 AnyOfMatches(3, AnyOf(1, 2, 3)); in TEST()
658 AnyOfMatches(4, AnyOf(1, 2, 3, 4)); in TEST()
659 AnyOfMatches(5, AnyOf(1, 2, 3, 4, 5)); in TEST()
[all …]
H A Dgmock_link_test.h96 // AnyOf
133 using testing::AnyOf;
675 // Tests the linkage of the AnyOf matcher. in TEST()
677 Matcher<int> m = AnyOf(_, Eq(1));
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp160 return anyOf(Matcher, hasDescendant(Matcher)); in findFirst()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon6dc08d950b02()
258 anyOf(equalsNode(Dec), in tryEachDeclRef()
280 anyOf( in isUnevaluated()
286 hasAncestor(expr(anyOf( in isUnevaluated()
341 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation()
348 const auto AsNonConstThis = expr(anyOf( in findDirectMutation()
365 callExpr(callee(expr(anyOf( in findDirectMutation()
403 anyOf(canResolveToExpr(Exp), in findDirectMutation()
409 anyOf(callExp in findDirectMutation()
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp201 hasDeclaration(anyOf(typedefDecl(hasName("CFNumberRef")), in checkASTCodeBody()
211 anyOf( in checkASTCodeBody()
227 auto SuspiciousNumberObjectExprM = anyOf( in checkASTCodeBody()
234 expr(anyOf( in checkASTCodeBody()
247 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()
260 qualType(anyOf(SuspiciousScalarBooleanTypeM, in checkASTCodeBody()
286 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()
293 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
326 auto FinalM = stmt(anyOf(ConversionThroughAssignmentM, in checkASTCodeBody()
H A DObjCAutoreleaseWriteChecker.cpp194 auto CapturedInParamM = stmt(anyOf( in checkASTCodeBody()
202 stmt(anyOf(WritesIntoM, CapturedInParamM)) in checkASTCodeBody()
205 auto BlockPassedToMarkedFuncM = stmt(anyOf( in checkASTCodeBody()
216 forEachDescendant(stmt(anyOf(WritesIntoM, CapturedInParamM)))) in checkASTCodeBody()
221 anyOf(forEachDescendant(BlockPassedToMarkedFuncM), in checkASTCodeBody()
224 auto MatcherM = decl(anyOf( in checkASTCodeBody()
H A DGCDAntipatternChecker.cpp97 auto SemaphoreBindingM = anyOf( in findGCDAntiPatternWithSemaphore()
117 stmt(anyOf( in findGCDAntiPatternWithSemaphore()
139 auto GroupBindingM = anyOf( in findGCDAntiPatternWithGroup()
163 stmt(anyOf( in findGCDAntiPatternWithGroup()
H A DRunLoopAutoreleaseLeakChecker.cpp144 return anyOf(MainRunLoopRunM, XPCRunM); in getRunLoopRunM()
148 return objcMessageExpr(unless(anyOf(equalsBoundNode(RunLoopBind), in getOtherMessageSentM()
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp88 anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition()
101 return anyOf( in changeIntBoundNode()
102 unaryOperator(anyOf(hasOperatorName("--"), hasOperatorName("++")), in changeIntBoundNode()
121 hasInitializer(anyOf( in assignedToRef()
135 anyOf(gotoStmt(), switchStmt(), returnStmt(), in hasSuspiciousStmt()
150 anyOf(declStmt(hasSingleDecl( in forLoopMatcher()
161 anyOf(hasOperatorName("++"), hasOperatorName("--")), in forLoopMatcher()
252 match(stmt(anyOf(callByRef(equalsNode(VD)), getAddrTo(equalsNode(VD)), in shouldCompletelyUnroll()
/freebsd-src/sys/contrib/device-tree/Bindings/pinctrl/
H A Drenesas,rzn1-pinctrl.yaml44 anyOf:
90 $ref: "#/additionalProperties/anyOf/0"
94 $ref: "#/additionalProperties/anyOf/0"
H A Dralink,mt7620-pinctrl.yaml35 anyOf:
93 anyOf:
393 anyOf:
H A Drenesas,rzv2m-pinctrl.yaml54 anyOf:
91 $ref: "#/additionalProperties/anyOf/0"
H A Drenesas,rzg2l-pinctrl.yaml80 anyOf:
132 $ref: "#/additionalProperties/anyOf/0"
H A Drenesas,pfc.yaml100 anyOf:
132 $ref: "#/additionalProperties/anyOf/0"
H A Drenesas,rza1-ports.yaml70 anyOf:
121 $ref: "#/additionalProperties/anyOf/0"
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp231 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in forceBoolValue()
241 anyOf(isCopyAssignmentOperator(), isMoveAssignmentOperator())))),
297 anyOf(ComparesToSame(cxxNullPtrLiteralExpr()), in countOptionalWrappers()
304 anyOf(desugarsToOptionalOrDerivedType(), in getLocBehindPossiblePointer()
311 anyOf(hasOverloadedOperatorName("=="), hasOverloadedOperatorName("!=")),
695 anyOf(hasOverloadedOperatorName("->"), hasOverloadedOperatorName("*")), in buildTransferMatchSwitch()
698 anyOf(SmartPtrUse, memberExpr(hasObjectExpression(SmartPtrUse)))); in buildTransferMatchSwitch()
711 return expr(anyOf(isOptionalOperatorCallWithName("*", IgnorableOptional), in buildTransferMatchSwitch()
847 unless(anyOf(hasOptionalType(), hasNulloptType()))), in optionalClassDecl()
854 unless(anyOf(hasOptionalTyp in valueTypeFromOptionalType()
[all...]
/freebsd-src/sys/contrib/device-tree/Bindings/leds/
H A Dqcom,spmi-flash-led.yaml57 anyOf:
66 anyOf:
/freebsd-src/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm104 sub anyof {
135 return anyof(@ret);
100 sub anyof { global() subroutine
/freebsd-src/sys/contrib/device-tree/Bindings/serial/
H A D8250.yaml16 anyOf:
48 anyOf:
/freebsd-src/contrib/less/
H A Dregexp.c84 #define ANYOF 4 /* str Match any character in this string. */ macro
496 ret = regnode(ANYOF);
860 case ANYOF:
1026 case ANYOF:
1095 if (op == ANYOF || op == ANYBUT || op == EXACTLY) {
1138 case ANYOF:
1139 p = "ANYOF";
/freebsd-src/sys/contrib/device-tree/Bindings/counter/
H A Dinterrupt-counter.yaml33 anyOf:
/freebsd-src/sys/contrib/device-tree/Bindings/extcon/
H A Dqcom,pm8941-misc.yaml30 anyOf:
/freebsd-src/sys/contrib/device-tree/Bindings/display/connector/
H A Ddvi-connector.yaml46 anyOf:
/freebsd-src/sys/contrib/device-tree/Bindings/power/supply/
H A Dmaxim,max8903.yaml50 anyOf:
/freebsd-src/sys/contrib/device-tree/Bindings/phy/
H A Dbcm-ns-usb2-phy.yaml21 anyOf:

12345