Home
last modified time | relevance | path

Searched full:allof (Results 1 – 25 of 1876) sorted by relevance

12345678910>>...76

/freebsd/contrib/libucl/tests/schema/
H A DallOf.json3 "description": "allOf",
5 "allOf": [ array
22 "description": "allOf",
44 "description": "allOf with base schema",
48 "allOf" : [ array
75 "description": "mismatch first allOf",
80 "description": "mismatch second allOf",
92 "description": "allOf simple types",
94 "allOf": [ array
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc423 // Helper to allow easy testing of AllOf matchers with num parameters.
435 // Tests that AllOf(m1, ..., mn) matches any value that matches all of
439 m = AllOf(Le(2), Ge(1)); in TEST()
445 m = AllOf(Gt(0), Ne(1), Ne(2)); in TEST()
451 m = AllOf(Gt(0), Ne(1), Ne(2), Ne(3)); in TEST()
458 m = AllOf(Ge(0), Lt(10), Ne(3), Ne(5), Ne(7)); in TEST()
467 AllOfMatches(2, AllOf(Ne(1), Ne(2))); in TEST()
468 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3))); in TEST()
469 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4))); in TEST()
470 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5))); in TEST()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp267 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody()
272 ifStmt(allOf( in checkASTCodeBody()
278 callExpr(hasAnyArgument(allOf(hasType(SuspiciousScalarTypeM), in checkASTCodeBody()
286 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody()
293 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
300 conditionalOperator(allOf( in checkASTCodeBody()
309 unaryOperator(allOf(hasOperatorName("!"), in checkASTCodeBody()
314 explicitCastExpr(allOf(hasType(SuspiciousScalarBooleanTypeM), in checkASTCodeBody()
318 explicitCastExpr(allOf(hasType(SuspiciousScalarNumberTypeM), in checkASTCodeBody()
H A DObjCAutoreleaseWriteChecker.cpp199 auto WritesOrCapturesInBlockM = hasAnyArgument(allOf( in checkASTCodeBody()
206 callExpr(allOf( in checkASTCodeBody()
208 objcMessageExpr(allOf( in checkASTCodeBody()
220 allOf(hasAnyParameter(DoublePointerParamM), in checkASTCodeBody()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dsocionext,uniphier-pinctrl.yaml30 allOf:
46 allOf:
61 allOf:
H A Damlogic,meson-pinctrl-common.yaml12 allOf:
62 allOf:
H A Dingenic,pinctrl.yaml121 allOf:
133 allOf:
151 allOf:
H A Dmscc,ocelot-pinctrl.yaml56 allOf:
80 allOf:
H A Dqcom,tlmm-common.yaml54 allOf:
84 allOf:
H A Dralink,rt2880-pinctrl.yaml49 allOf:
122 allOf:
H A Drenesas,rza2-pinctrl.yaml43 allOf:
72 allOf:
H A Dralink,rt305x-pinctrl.yaml51 allOf:
187 allOf:
H A Dralink,rt5350-pinctrl.yaml51 allOf:
187 allOf:
H A Dralink,rt3352-pinctrl.yaml51 allOf:
224 allOf:
H A Drenesas,rzn1-pinctrl.yaml34 allOf:
46 allOf:
/freebsd/sys/contrib/device-tree/Bindings/soc/xilinx/
H A Dxilinx.yaml129 allOf:
145 allOf:
160 allOf:
177 allOf:
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Daudio-graph-port.yaml16 allOf:
39 allOf:
123 allOf:
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp371 callExpr(allOf( in findDirectMutation()
442 allOf(canResolveToExpr(Exp), hasType(nonConstReferenceType()))))); in findDirectMutation()
477 hasBase(implicitCastExpr(allOf( in findArrayElementMutation()
553 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
554 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation()
555 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
556 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
563 findFirst(stmt(cxxForRangeStmt(allOf( in findRangeLoopMutation()
/freebsd/sys/contrib/device-tree/Bindings/
H A Dexample-schema.yaml38 # More complicated schema can use oneOf (XOR), anyOf (OR), or allOf (AND)
211 # For multiple 'if' schema, group them under an 'allOf'.
215 allOf:
243 # (i.e. allOf: [{$ref: ...}]).
/freebsd/sys/contrib/device-tree/Bindings/interconnect/
H A Dqcom,msm8939.yaml16 allOf:
43 allOf:
H A Dqcom,sm7150-rpmh.yaml18 allOf:
45 allOf:
/freebsd/sys/contrib/device-tree/Bindings/serial/
H A Datmel,at91-usart.yaml99 allOf:
105 allOf:
126 allOf:
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dxlnx,xps-timer.yaml49 allOf:
54 allOf:
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,gcc-ipq8064.yaml20 allOf:
46 allOf:
/freebsd/sys/contrib/device-tree/Bindings/power/reset/
H A Dqcom,pon.yaml59 allOf:
69 allOf:

12345678910>>...76