Home
last modified time | relevance | path

Searched refs:hasParameter (Results 1 – 25 of 51) sorted by relevance

123

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DFoldInitTypeCheck.cpp44 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()
DSuspiciousMemsetUsageCheck.cpp28 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/
DCloexecOpenCheck.cpp24 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()
DCloexecAccept4Check.cpp27 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()
DCloexecSocketCheck.cpp23 hasParameter(0, hasType(isInteger())), in registerMatchers()
24 hasParameter(1, hasType(isInteger())), in registerMatchers()
25 hasParameter(2, hasType(isInteger())))); in registerMatchers()
DCloexecAcceptCheck.cpp26 hasParameter(0, hasType(isInteger())), in registerMatchers()
27 hasParameter(1, SockAddrPointerType), in registerMatchers()
28 hasParameter(2, SockLenPointerType))); in registerMatchers()
DCloexecPipe2Check.cpp23 hasParameter(0, hasType(pointsTo(isInteger()))), in registerMatchers()
24 hasParameter(1, hasType(isInteger())))); in registerMatchers()
DCloexecFopenCheck.cpp26 hasParameter(0, CharPointerType), in registerMatchers()
27 hasParameter(1, CharPointerType))); in registerMatchers()
DCloexecMemfdCreateCheck.cpp21 hasParameter(0, CharPointerType), in registerMatchers()
22 hasParameter(1, hasType(isInteger())))); in registerMatchers()
DCloexecCreatCheck.cpp25 hasParameter(0, CharPointerType), in registerMatchers()
26 hasParameter(1, MODETType))); in registerMatchers()
DCloexecInotifyInit1Check.cpp23 hasParameter(0, hasType(isInteger())))); in registerMatchers()
DCloexecEpollCreateCheck.cpp22 hasParameter(0, hasType(isInteger())))); in registerMatchers()
DCloexecEpollCreate1Check.cpp23 hasParameter(0, hasType(isInteger())))); in registerMatchers()
DCloexecDupCheck.cpp22 hasParameter(0, hasType(isInteger())))); in registerMatchers()
DCloexecPipeCheck.cpp22 hasParameter(0, hasType(pointsTo(isInteger()))))); in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DNoAutomaticMoveCheck.cpp40 hasParameter(0, in registerMatchers()
43 hasParameter(0, hasType(rValueReferenceType( in registerMatchers()
DTypePromotionInMathFnCheck.cpp56 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/
DAcceptLanguage.java98 if (!hasParameter("q")) in getQValue()
109 return hasParameter("q"); in hasQValue()
DAccept.java145 return super.hasParameter(ParameterNames.Q); in hasQValue()
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/
DReplaces.java131 return hasParameter(ParameterNames.TO_TAG); in hasToTag()
163 return hasParameter(ParameterNames.FROM_TAG); in hasFromTag()
DJoin.java131 return hasParameter(ParameterNames.TO_TAG); in hasToTag()
163 return hasParameter(ParameterNames.FROM_TAG); in hasFromTag()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DUnconventionalAssignOperatorCheck.cpp33 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/
DPropertyValueBuffer.java107 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/
DUseToStringCheck.cpp33 hasParameter(0, hasType(qualType(has(substTemplateTypeParmType( in registerMatchers()
/external/llvm-project/clang-tools-extra/clang-tidy/cert/
DMutatingCopyCheck.cpp59 hasParameter( in registerMatchers()

123