/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | FoldInitTypeCheck.cpp | 44 hasParameter(0, IteratorParam), hasParameter(2, InitParam))), in registerMatchers() 51 hasParameter(0, IteratorParam), in registerMatchers() 52 hasParameter(2, Iterator2Param), in registerMatchers() 53 hasParameter(3, InitParam))), in registerMatchers() 60 hasParameter(1, IteratorParam), in registerMatchers() 61 hasParameter(3, InitParam))), in registerMatchers() 68 hasParameter(1, IteratorParam), in registerMatchers() 69 hasParameter(3, Iterator2Param), in registerMatchers() 70 hasParameter(4, InitParam))), in registerMatchers()
|
D | SuspiciousMemsetUsageCheck.cpp | 28 hasParameter(0, hasType(pointerType(pointee(voidType())))), in registerMatchers() 29 hasParameter(1, hasType(isInteger())), in registerMatchers() 30 hasParameter(2, hasType(isInteger()))); in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/android/ |
D | CloexecOpenCheck.cpp | 24 hasParameter(0, CharPointerType), in registerMatchers() 25 hasParameter(1, hasType(isInteger())))); in registerMatchers() 29 hasParameter(0, hasType(isInteger())), in registerMatchers() 30 hasParameter(1, CharPointerType), in registerMatchers() 31 hasParameter(2, hasType(isInteger())))); in registerMatchers()
|
D | CloexecAccept4Check.cpp | 27 hasParameter(0, hasType(isInteger())), in registerMatchers() 28 hasParameter(1, SockAddrPointerType), in registerMatchers() 29 hasParameter(2, SockLenPointerType), in registerMatchers() 30 hasParameter(3, hasType(isInteger())))); in registerMatchers()
|
D | CloexecSocketCheck.cpp | 23 hasParameter(0, hasType(isInteger())), in registerMatchers() 24 hasParameter(1, hasType(isInteger())), in registerMatchers() 25 hasParameter(2, hasType(isInteger())))); in registerMatchers()
|
D | CloexecAcceptCheck.cpp | 26 hasParameter(0, hasType(isInteger())), in registerMatchers() 27 hasParameter(1, SockAddrPointerType), in registerMatchers() 28 hasParameter(2, SockLenPointerType))); in registerMatchers()
|
D | CloexecPipe2Check.cpp | 23 hasParameter(0, hasType(pointsTo(isInteger()))), in registerMatchers() 24 hasParameter(1, hasType(isInteger())))); in registerMatchers()
|
D | CloexecFopenCheck.cpp | 26 hasParameter(0, CharPointerType), in registerMatchers() 27 hasParameter(1, CharPointerType))); in registerMatchers()
|
D | CloexecMemfdCreateCheck.cpp | 21 hasParameter(0, CharPointerType), in registerMatchers() 22 hasParameter(1, hasType(isInteger())))); in registerMatchers()
|
D | CloexecCreatCheck.cpp | 25 hasParameter(0, CharPointerType), in registerMatchers() 26 hasParameter(1, MODETType))); in registerMatchers()
|
D | CloexecInotifyInit1Check.cpp | 23 hasParameter(0, hasType(isInteger())))); in registerMatchers()
|
D | CloexecEpollCreateCheck.cpp | 22 hasParameter(0, hasType(isInteger())))); in registerMatchers()
|
D | CloexecEpollCreate1Check.cpp | 23 hasParameter(0, hasType(isInteger())))); in registerMatchers()
|
D | CloexecDupCheck.cpp | 22 hasParameter(0, hasType(isInteger())))); in registerMatchers()
|
D | CloexecPipeCheck.cpp | 22 hasParameter(0, hasType(pointsTo(isInteger()))))); in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/performance/ |
D | NoAutomaticMoveCheck.cpp | 40 hasParameter(0, in registerMatchers() 43 hasParameter(0, hasType(rValueReferenceType( in registerMatchers()
|
D | TypePromotionInMathFnCheck.cpp | 56 return hasParameter(Pos, hasType(isBuiltinType(Kind))); in registerMatchers() 105 hasParameter(1, parmVarDecl(hasType(pointerType( in registerMatchers() 128 hasParameter(2, parmVarDecl(hasType(pointerType( in registerMatchers()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AcceptLanguage.java | 98 if (!hasParameter("q")) in getQValue() 109 return hasParameter("q"); in hasQValue()
|
D | Accept.java | 145 return super.hasParameter(ParameterNames.Q); in hasQValue()
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
D | Replaces.java | 131 return hasParameter(ParameterNames.TO_TAG); in hasToTag() 163 return hasParameter(ParameterNames.FROM_TAG); in hasFromTag()
|
D | Join.java | 131 return hasParameter(ParameterNames.TO_TAG); in hasToTag() 163 return hasParameter(ParameterNames.FROM_TAG); in hasFromTag()
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | UnconventionalAssignOperatorCheck.cpp | 33 cxxMethodDecl(IsAssign, hasParameter(0, parmVarDecl(hasType(IsSelf)))) in registerMatchers() 46 hasParameter(0, parmVarDecl(hasType(BadSelf)))) in registerMatchers()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | PropertyValueBuffer.java | 107 public final boolean hasParameter(SettableBeanProperty prop) in hasParameter() method in PropertyValueBuffer 129 if (hasParameter(prop)) { in getParameter()
|
/external/llvm-project/clang-tools-extra/clang-tidy/boost/ |
D | UseToStringCheck.cpp | 33 hasParameter(0, hasType(qualType(has(substTemplateTypeParmType( in registerMatchers()
|
/external/llvm-project/clang-tools-extra/clang-tidy/cert/ |
D | MutatingCopyCheck.cpp | 59 hasParameter( in registerMatchers()
|