/freebsd/contrib/libucl/tests/schema/ |
H A D | anyOf.json | 3 "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 D | gmock-matchers-arithmetic_test.cc | 602 // 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 D | ExprMutationAnalyzer.cpp | 160 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 D | NumberObjectConversionChecker.cpp | 201 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 D | ObjCAutoreleaseWriteChecker.cpp | 194 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 D | RunLoopAutoreleaseLeakChecker.cpp | 144 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 D | LoopUnrolling.cpp | 88 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 D | renesas,rzn1-pinctrl.yaml | 44 anyOf: 90 $ref: "#/additionalProperties/anyOf/0" 94 $ref: "#/additionalProperties/anyOf/0"
|
H A D | ralink,mt7620-pinctrl.yaml | 35 anyOf: 93 anyOf: 393 anyOf:
|
H A D | renesas,rzv2m-pinctrl.yaml | 54 anyOf: 91 $ref: "#/additionalProperties/anyOf/0"
|
H A D | renesas,rza1-ports.yaml | 70 anyOf: 121 $ref: "#/additionalProperties/anyOf/0"
|
H A D | renesas,rzg2l-pinctrl.yaml | 80 anyOf: 132 $ref: "#/additionalProperties/anyOf/0"
|
H A D | renesas,pfc.yaml | 100 anyOf: 132 $ref: "#/additionalProperties/anyOf/0"
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
H A D | UncheckedOptionalAccessModel.cpp | 231 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 D | qcom,spmi-flash-led.yaml | 57 anyOf: 66 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/serial/ |
H A D | 8250.yaml | 16 anyOf: 48 anyOf:
|
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/ |
H A D | Utils.pm | 104 sub anyof { subroutine 135 return anyof(@ret);
|
/freebsd/contrib/less/ |
H A D | regexp.c | 84 #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 D | ubi-volume.yaml | 32 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | mediatek,mt6873-dvfsrc-regulator.yaml | 37 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | dac.yaml | 39 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | fixed-clock.yaml | 15 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/display/connector/ |
H A D | dvi-connector.yaml | 46 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/counter/ |
H A D | interrupt-counter.yaml | 33 anyOf:
|
/freebsd/sys/contrib/device-tree/Bindings/extcon/ |
H A D | qcom,pm8941-misc.yaml | 30 anyOf:
|