Home
last modified time | relevance | path

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

12345

/freebsd/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/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 …]
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp160 return anyOf(Matcher, hasDescendant(Matcher)); in findFirst()
177 unless(anyOf(hasMethod(cxxConstructorDecl(isCopyConstructor(), in __anon2875c4430b02()
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(callExpr(NonConstRefParam, NotInstantiated), in findDirectMutation()
[all …]
/freebsd/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 DRunLoopAutoreleaseLeakChecker.cpp144 return anyOf(MainRunLoopRunM, XPCRunM); in getRunLoopRunM()
148 return objcMessageExpr(unless(anyOf(equalsBoundNode(RunLoopBind), in getOtherMessageSentM()
/freebsd/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 isPossiblyEscaped()
/freebsd/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,rza1-ports.yaml70 anyOf:
121 $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"
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp231 cxxConstructorDecl(anyOf(isCopyConstructor(), isMoveConstructor())))), in isOptionalValueOrConversionConstructor()
241 anyOf(isCopyAssignmentOperator(), isMoveAssignmentOperator())))), in isOptionalValueOrConversionAssignment()
297 anyOf(ComparesToSame(cxxNullPtrLiteralExpr()), in isValueOrNotEqX()
304 anyOf(desugarsToOptionalOrDerivedType(), in isCallReturningOptional()
311 anyOf(hasOverloadedOperatorName("=="), hasOverloadedOperatorName("!=")), in isComparisonOperatorCall()
695 anyOf(hasOverloadedOperatorName("->"), hasOverloadedOperatorName("*")), in ignorableOptional()
698 anyOf(SmartPtrUse, memberExpr(hasObjectExpression(SmartPtrUse)))); in ignorableOptional()
711 return expr(anyOf(isOptionalOperatorCallWithName("*", IgnorableOptional), in valueOperatorCall()
847 unless(anyOf(hasOptionalType(), hasNulloptType()))), in buildTransferMatchSwitch()
854 unless(anyOf(hasOptionalType(), hasNulloptType())), in buildTransferMatchSwitch()
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dqcom,spmi-flash-led.yaml57 anyOf:
66 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A D8250.yaml16 anyOf:
48 anyOf:
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/
H A DUtils.pm104 sub anyof { subroutine
135 return anyof(@ret);
/freebsd/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/sys/contrib/device-tree/Bindings/mtd/partitions/
H A Dubi-volume.yaml32 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dmediatek,mt6873-dvfsrc-regulator.yaml37 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/
H A Ddac.yaml39 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dfixed-clock.yaml15 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/display/connector/
H A Ddvi-connector.yaml46 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/counter/
H A Dinterrupt-counter.yaml33 anyOf:
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dqcom,pm8941-misc.yaml30 anyOf:

12345