Searched refs:gbuf (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CodeGen/
H A Dobject-size.c12 char gbuf[63]; variable
18 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i64 4), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 59)
19 strcpy(&gbuf[4], "Hi there");
24 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i32 0), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 63)
25 strcpy(gbuf, "Hi there");
30 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i64 1, i64 37), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 0)
31 strcpy(&gbuf[100], "Hi there");
36 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i32 0, i64 -1), i8* getelementptr inbounds ([9 x i8]* @.str, i32 0, i32 0), i64 0)
37 strcpy((char*)(void*)&gbuf[-1], "Hi there");
61 // CHECK: = call i8* @__strcpy_chk(i8* getelementptr inbounds ([63 x i8]* @gbuf, i3
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcdattst.c181 char gbuf[2048]; local
183 u_austrcpy(gbuf, result);
184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);
/external/icu/icu4c/source/test/cintltst/
H A Dcdattst.c181 char gbuf[2048]; local
183 u_austrcpy(gbuf, result);
184 log_err("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf);

Completed in 76 milliseconds