Home
last modified time | relevance | path

Searched refs:CharPointerType (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/android/
DCloexecFopenCheck.cpp22 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local
26 hasParameter(0, CharPointerType), in registerMatchers()
27 hasParameter(1, CharPointerType))); in registerMatchers()
DCloexecOpenCheck.cpp20 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local
24 hasParameter(0, CharPointerType), in registerMatchers()
30 hasParameter(1, CharPointerType), in registerMatchers()
DCloexecMemfdCreateCheck.cpp18 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local
21 hasParameter(0, CharPointerType), in registerMatchers()
DCloexecCreatCheck.cpp20 auto CharPointerType = hasType(pointerType(pointee(isAnyCharacter()))); in registerMatchers() local
25 hasParameter(0, CharPointerType), in registerMatchers()