Searched defs:ip (Results 1 - 25 of 370) sorted by relevance

1234567891011>>

/external/clang/test/CXX/temp/temp.decls/temp.fct/temp.func.order/
H A Dp5.cpp10 int* ip; local
11 float &fr1 = f(ip);
12 float &fr2 = g(ip);
/external/clang/test/Sema/
H A Dformat-strings-c90.c7 void foo(char **sp, float *fp, int *ip) { argument
20 scanf("%da", ip);
/external/clang/test/SemaTemplate/
H A Dambiguous-ovl-print.cpp7 void test_f(int *ip, int i) { argument
8 f(ip, i); // expected-error{{ambiguous}}
/external/chromium/net/tools/fetch/
H A Dhttp_server.cc8 HttpServer::HttpServer(std::string ip, int port) argument
9 : ALLOW_THIS_IN_INITIALIZER_LIST(session_(new HttpSession(ip, port))) {
H A Dhttp_session.cc8 HttpSession::HttpSession(const std::string& ip, int port) argument
10 socket_(HttpListenSocket::Listen(ip, port, this))) {
/external/clang/test/CXX/over/over.match/over.match.best/
H A Dp1.cpp7 void test_f0(int* ip, void *vp) { argument
9 int &ir = f0(ip, 0);
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
H A Dp2.cpp17 // int *ip = cta;
18 // ip = cta;
35 int *ip = ctcv; local
H A Dp3.cpp11 int* const ip = ap; local
18 const int* const &ip = ap; local
/external/clang/test/CXX/temp/temp.names/
H A Dp4.cpp14 void test_f(int *ip) { argument
15 f<meta, int>(ip);
/external/clang/test/SemaCXX/
H A Dnew-delete-cxx0x.cpp3 void ugly_news(int *ip) { argument
/external/clang/test/CXX/basic/basic.stc/basic.stc.dynamic/
H A Dp2.cpp9 void use_delete(int* ip, int N) { argument
11 delete ip;
13 delete [] ip;
/external/clang/test/Parser/
H A Dpointer_promotion.c5 int *ip; local
11 if (ip < cp) {} // expected-warning {{comparison of distinct pointer types ('int *' and 'char *')}}
14 if (ip < 7) {} // expected-warning {{comparison between pointer and integer ('int *' and 'int')}}
15 if (sint < ip) {} // expected-warning {{comparison between pointer and integer ('int' and 'int *')}}
16 if (ip == cp) {} // expected-warning {{comparison of distinct pointer types ('int *' and 'char *')}}
/external/compiler-rt/BlocksRuntime/tests/
H A Dcast.c25 int *ip; local
29 ip = (int *)aBlock;
32 aBlock = (void (^)(void))ip;
/external/valgrind/main/memcheck/tests/
H A Dfprw.c13 int* ip = (int*)0x1234567; local
22 free(ip);
23 ip = malloc(sizeof(int));
24 * ((double*)ip) = 1.2 + d;
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.mptr/
H A Dp3.cpp19 int A::*ip = &A::s; // expected-error {{cannot initialize a variable of type 'int A::*' with an rvalue of type 'int *'}} member in class:A
/external/clang/test/CXX/except/except.handle/
H A Dp16.cpp13 int *ip = 0; local
14 ptr = ip; // expected-error{{assigning to 'float *' from incompatible type 'int *'}}
/external/clang/test/Misc/
H A Dmessage-length.c21 void a_very_long_line(int *ip, float *FloatPointer) { argument
22 for (int ALongIndexName = 0; ALongIndexName < 100; ALongIndexName++) if (ip[ALongIndexName] == 17) a_func_to_call(ip == FloatPointer, ip[ALongIndexName], FloatPointer[ALongIndexName]);
/external/valgrind/main/helgrind/tests/
H A Dhg03_inherit.c15 volatile int *ip = (int *)v; local
17 *ip += 44;
18 *ip *= 2;
25 volatile int *ip = (int *)v; local
28 *ip += 88;
29 *ip *= 3;
/external/iproute2/doc/
H A Dip-cref.tex24 This document presents a comprehensive description of the \verb|ip| utility
33 This document is split into sections explaining \verb|ip| commands
34 and options, decrypting \verb|ip| output and containing a few examples.
41 \section{{\tt ip} --- command syntax}
43 The generic form of an \verb|ip| command is:
45 ip [ OPTIONS ] OBJECT [ COMMAND [ ARGUMENTS ]]
48 general behaviour of the \verb|ip| utility or changing its output. All options
55 --- print the version of the \verb|ip| utility and exit.
70 line does not give enough information to guess the family, \verb|ip| falls back to the default
103 \verb|ip| neve
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dudpport.h51 uint32 ip, int min_port, int max_port) {
53 ip, min_port, max_port);
71 talk_base::Network* network, uint32 ip, int min_port, int max_port);
48 Create(talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port) argument
/external/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp19.cpp14 int *ip = I; // expected-error{{cannot initialize}} local
36 int *ip = I; // expected-error{{cannot initialize}} local
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dbasic.cpp7 void test_f0(int *ip, float const *cfp) { argument
8 A<int> a0 = f0(ip);
14 void test_f1(int *ip, float fv) { argument
15 f1(ip, fv);
25 void test_f2(int *ip, float *fp) { argument
26 f2(ip, ConvToIntPtr()); // expected-error{{no matching function}}
27 f2(ip, ip); // okay
28 f2(ip, fp); // expected-error{{no matching function}}
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/
H A Dp11.cpp7 int *ip = f<int>(1); // calls #1 local
21 int* ip = f2<int>(1); local
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp9-linkage.cpp31 int *&test(X0<int*> xi, int *ip) { argument
33 xi.f(ip);
35 xi.g(ip);
37 xi.h(ip);
54 void test_f0(int *ip, float *fp) { argument
56 f0(ip);
61 void test_f1(int *ip, float *fp) { argument
63 f1(ip);
H A Dp9.cpp31 int *&test(X0<int*> xi, int *ip) { argument
32 xi.f(ip); // expected-note{{instantiation}}
33 xi.g(ip); // expected-note{{instantiation}}
34 xi.h(ip);
51 void test_f0(int *ip, float *fp) { argument
52 f0(ip);
56 void test_f1(int *ip, float *fp) { argument
57 f1(ip); // expected-note{{instantiation}}

Completed in 407 milliseconds

1234567891011>>