OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPointerTy
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/Analysis/
FormatString.cpp
358
case
CPointerTy
:
406
case
CPointerTy
:
PrintfFormatString.cpp
377
return ArgType::
CPointerTy
;
ScanfFormatString.cpp
336
return ArgType::PtrTo(ArgType::
CPointerTy
);
/external/clang/include/clang/Analysis/Analyses/
FormatString.h
215
enum Kind { UnknownTy, InvalidTy, SpecificTy, ObjCPointerTy,
CPointerTy
,
Completed in 26 milliseconds