Home
last modified time | relevance | path

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

12345678910>>...102

/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/sys/contrib/device-tree/Bindings/soc/xilinx/
H A Dxilinx.yaml128 allOf:
143 allOf:
159 allOf:
175 allOf:
190 allOf:
207 allOf:
224 allOf:
241 allOf:
258 allOf:
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc608 // Helper to allow easy testing of AllOf matchers with num parameters.
620 // Tests that AllOf(m1, ..., mn) matches any value that matches all of
624 m = AllOf(Le(2), Ge(1)); in TEST()
630 m = AllOf(Gt(0), Ne(1), Ne(2)); in TEST()
636 m = AllOf(Gt(0), Ne(1), Ne(2), Ne(3)); in TEST()
643 m = AllOf(Ge(0), Lt(10), Ne(3), Ne(5), Ne(7)); in TEST()
652 AllOfMatches(2, AllOf(Ne(1), Ne(2))); in TEST()
653 AllOfMatches(3, AllOf(Ne(1), Ne(2), Ne(3))); in TEST()
654 AllOfMatches(4, AllOf(Ne(1), Ne(2), Ne(3), Ne(4))); in TEST()
655 AllOfMatches(5, AllOf(Ne(1), Ne(2), Ne(3), Ne(4), Ne(5))); in TEST()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/regulator/
H A Dsamsung,s2mpg10-regulator.yaml30 allOf:
48 allOf:
78 allOf:
95 allOf:
144 allOf:
H A Dsamsung,s2mpg11-regulator.yaml41 allOf:
68 allOf:
82 allOf:
121 allOf:
/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/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp105 auto MatchExprPtr = allOf( in checkASTCodeBody()
111 auto MatchExprPtrObjC = allOf( in checkASTCodeBody()
118 allOf(hasSourceExpression(hasType(hasUnqualifiedDesugaredType(recordType( in checkASTCodeBody()
137 auto MatchExprPtrUnrelatedTypes = allOf( in checkASTCodeBody()
145 auto MatchExprPtrObjCUnrelatedTypes = allOf( in checkASTCodeBody()
157 auto MatchExprRefTypeDefUnrelated = allOf( 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.yaml123 allOf:
135 allOf:
153 allOf:
H A Dnxp,lpc1850-scu.yaml36 allOf:
56 allOf:
H A Dqcom,lpass-lpi-common.yaml43 allOf:
78 allOf:
H A Dqcom,tlmm-common.yaml54 allOf:
84 allOf:
H A Dralink,rt2880-pinctrl.yaml49 allOf:
122 allOf:
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dqca,qca7000.yaml49 allOf:
67 allOf:
77 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.cpp421 callExpr(allOf( in findDirectMutation()
493 allOf(canResolveToExpr(Exp), hasType(nonConstReferenceType()))))); in findDirectMutation()
528 hasBaseConservative(implicitCastExpr(allOf( in findArrayElementMutation()
604 anyOf(allOf(hasMethod(allOf(hasName("begin"), unless(isConst()))), in findRangeLoopMutation()
605 unless(hasMethod(allOf(hasName("begin"), isConst())))), in findRangeLoopMutation()
606 allOf(hasMethod(allOf(hasName("end"), unless(isConst()))), in findRangeLoopMutation()
607 unless(hasMethod(allOf(hasName("end"), isConst()))))); in findRangeLoopMutation()
614 findFirst(stmt(cxxForRangeStmt(allOf( in findRangeLoopMutation()
769 const auto ArgOfInstantiationDependent = allOf( in findPointeeToNonConst()
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dextensions.yaml896 allOf:
908 allOf:
917 allOf:
961 allOf:
971 allOf:
1015 allOf:
1039 allOf:
1056 allOf:
1068 allOf:
1113 allOf:
[all …]
/freebsd/sys/contrib/device-tree/Bindings/
H A Dexample-schema.yaml38 # More complicated schema can use oneOf (XOR), anyOf (OR), or allOf (AND)
224 # For multiple 'if' schema, group them under an 'allOf'.
228 allOf:
256 # (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.yaml101 allOf:
107 allOf:
128 allOf:
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,gcc-ipq8064.yaml20 allOf:
46 allOf:
/freebsd/sys/contrib/device-tree/Bindings/timer/
H A Dxlnx,xps-timer.yaml49 allOf:
54 allOf:

12345678910>>...102