OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usePointer
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Analysis/inlining/
path-notes.c
96
void
usePointer
(int *p) {
103
usePointer
(getZero());
107
// expected-note@-4 {{Calling '
usePointer
'}}
[
all
...]
/external/clang/test/Analysis/
call-invalidation.cpp
5
void
usePointer
(int * const *);
15
usePointer
(&p);
27
usePointer
(&cp1);
115
usePointer
(&p);
Completed in 37 milliseconds