Searched refs:gf (Results 1 - 8 of 8) sorted by relevance

/external/clang/test/CodeGen/
H A Dannotations-field.c11 static struct foo gf; variable in typeref:struct:foo
23 gf.v = argc;
24 // CHECK: bitcast i32* getelementptr inbounds (%struct.foo, %struct.foo* @gf, i32 0, i32 0) to i8*
/external/compiler-rt/test/asan/TestCases/Windows/
H A Ddll_host.cc43 test_function gf = (test_function)GetProcAddress(h, "test_function"); local
44 if (!gf) {
50 int ret = gf();
/external/clang/test/Sema/
H A Dattr-flag-enum.c16 gf = ~0x4, // no-warning enumerator in enum:flag2
/external/llvm/lib/Support/
H A Dregengine.inc140 const sopno gf = g->firststate+1; /* +1 for OEND */
185 endp = fast(m, start, stop, gf, gl);
199 endp = slow(m, m->coldp, stop, gf, gl);
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
243 endp = slow(m, m->coldp, endp-1, gf, gl);
254 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
/external/icu/icu4c/source/test/cintltst/
H A Dcustrtst.c498 gf[] = { 0x67, 0x66, 0 }; local
520 if (u_strpbrk(testString, gf) != NULL) {
521 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
547 if (u_strpbrk(testSurrogateString, gf) != NULL) {
548 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
586 if (u_strcspn(testString, gf) != u_strlen(testString)) {
587 log_err("u_strcspn didn't return NULL for \"gf\".\n");
610 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
611 log_err("u_strcspn didn't return NULL for \"gf\".\n");
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/valgrind/coregrind/m_syswrap/
H A Dsyswrap-linux.c7333 struct vki_getinfo_fid2path *gf = (struct vki_getinfo_fid2path *)ARG3; local
7335 PRE_FIELD_WRITE("VKI_OBD_IOC_FID2PATH(args).gf_recno", gf->gf_recno);
7336 PRE_FIELD_WRITE("VKI_OBD_IOC_FID2PATH(args).gf_linkno", gf->gf_linkno);
7337 PRE_MEM_WRITE("VKI_OBD_IOC_FID2PATH(args)", (Addr)gf->gf_path, gf->gf_pathlen);
/external/v8/tools/profviz/
H A Dgnuplot-4.6.3-emscripten.js[all...]

Completed in 380 milliseconds