Home
last modified time | relevance | path

Searched defs:isVoidPointer (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedPointee.cpp274 static bool isVoidPointer(QualType T) { in isVoidPointer() function
/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp94 bool isVoidPointer() const { return Pointer && Void; } isVoidPointer() function in __anoncee49e800111::SVEType