OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_func
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/CXX/class/class.friend/
p1-ambiguous.cpp
13
int
c_func
(foo *a);
19
friend int
c_func
(foo *a);
26
int
c_func
(foo *a) {
function
35
c_func
(this);
/external/clang/test/Sema/
warn-type-safety.c
68
void
C_func
(void *ptr, int tag) __attribute__(( pointer_with_type_tag(c,1,2) ));
77
C_func
(ptr, C_tag); // no-warning
78
C_func
(ptr, D_tag); // expected-warning {{this type tag was not designed to be used with this function}}
79
C_func
(ptr, 10); // no-warning
80
C_func
(ptr, 20); // should warn, but may cause false positives
85
C_func
(0, C_tag); // no-warning
86
C_func
((void *) 0, C_tag); // no-warning
87
C_func
((int *) 0, C_tag); // no-warning
88
C_func
((long *) 0, C_tag); // expected-warning {{argument type 'long *' doesn't match specified 'c' type tag that requires 'int *'}}
/external/clang/test/CodeGenCXX/
debug-lambda-expressions.cpp
27
// CHECK: [[
C_FUNC
:.*]] = {{.*}} [ DW_TAG_subprogram ] [line [[C_LINE:.*]]] [def] [c]
42
// CHECK: [[LAM_C:.*]] = {{.*}}, metadata [[
C_FUNC
]], {{.*}}, metadata [[LAM_C_ARGS:.*]], i32 0, null, null} ; [ DW_TAG_class_type ] [line [[C_LINE]],
/external/ppp/pppd/
main.c
1243
void (*
c_func
) __P((void *)); /* routine */
member in struct:callout
1267
newp->
c_func
= func;
[
all
...]
Completed in 252 milliseconds