Searched refs:CharPointerType (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/android/ |
D | CloexecFopenCheck.cpp | 22 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local 26 hasParameter(0, CharPointerType), in registerMatchers() 27 hasParameter(1, CharPointerType))); in registerMatchers()
|
D | CloexecOpenCheck.cpp | 20 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local 24 hasParameter(0, CharPointerType), in registerMatchers() 30 hasParameter(1, CharPointerType), in registerMatchers()
|
D | CloexecMemfdCreateCheck.cpp | 18 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local 21 hasParameter(0, CharPointerType), in registerMatchers()
|
D | CloexecCreatCheck.cpp | 20 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local 25 hasParameter(0, CharPointerType), in registerMatchers()
|