Searched defs:pai (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Dmember-pointer.cpp113 int A::*pai = 0; member in class:A
115 (void)(d.*pai);
116 (void)(pd->*pai);
118 (void)(f.*pai); // expected-error {{left hand operand to .* must be a class compatible with the right hand operand, but is 'F'}}
119 (void)(ptrf->*pai); // expected-error {{left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'F *'}}
H A Dnew-delete.cpp40 ia4 *pai = new (int[3][4]); local
/external/tcpdump/missing/
H A Dgetaddrinfo.c215 /* external reference: pai, error, and label free */ \
216 (ai) = get_ai(pai, (afd), (addr)); \
233 /* external reference: pai, error and label free */ \
234 error = get_canonname(pai, (ai), (str)); \
299 struct addrinfo *pai; local
317 pai = &ai;
318 pai->ai_flags = 0;
319 pai->ai_family = PF_UNSPEC;
320 pai->ai_socktype = ANY;
321 pai
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c1519 arcID *pai, ai, ai2; local
1520 for (pai = &node->un_ptr.first_next_arc, ai = (*pai); ai != MAXarcID; pai = &arc->linkl_next_arc, ai = (*pai))
1534 *pai = ai2;
1545 arcID *pai, ai, ai2; local
1546 for (pai = &node->first_prev_arc, ai = (*pai); ai != MAXarcID;
1547 pai
[all...]

Completed in 133 milliseconds