Searched defs:x1a (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp21 X1 f(const X1& x1a) { X1 x1b(x1a); return x1b; } argument
/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp9 X1<int> x1a; variable
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp27 X1<Y2> x1a; variable
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp52 X1<f> x1a; local
H A Dp5.cpp204 X1<&Y::y> x1a; member in namespace:pointer_to_member_data
/external/clang/test/CXX/temp/temp.param/
H A Dp15-cxx0x.cpp24 X1<X1<>> x1a; variable
/external/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp63 X1<HasConstantValue> x1a; variable
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c4317 static struct s_x1 *x1a; variable in typeref:struct:s_x1
4321 if( x1a ) return;
4322 x1a = (struct s_x1*)malloc( sizeof(struct s_x1) );
4323 if( x1a ){
4324 x1a->size = 1024;
4325 x1a->count = 0;
4326 x1a->tbl = (x1node*)malloc(
4328 if( x1a->tbl==0 ){
4329 free(x1a);
4330 x1a
[all...]

Completed in 588 milliseconds