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

/macosx-10.10.1/libunwind-35.3/include/
H A Dunwind.h191 uintptr_t tbase; member in struct:dwarf_eh_bases
/macosx-10.10.1/swig-12/Source/CParse/
H A Dtempl.c245 String *tbase; local
260 tbase = Swig_scopename_last(tname);
360 /* Printf(stdout,"name = '%s', value = '%s', tbase = '%s', iname='%s' s = '%s' --> ", name, dvalue, tbase, iname, s); */
362 SwigType_typename_replace(s, tbase, iname);
396 SwigType_typename_replace(s, tbase, iname);
417 Delete(tbase);
H A Dparser.y3282 String *fbase, *tbase, *prefix;
3286 tbase = NewStringf("%s::%s", Namespaceprefix, prefix);
3289 tbase = Copy(prefix);
3291 Swig_name_inherit(tbase,fbase);
3293 Delete(tbase);
3650 String *tbase = SwigType_templateprefix(tname);
3651 tempn = Swig_symbol_clookup_local(tbase,0);
3654 Swig_warning(WARN_PARSE_TEMPLATE_SP_UNDEF, Getfile($$),Getline($$),"Specialization of non-template '%s'.\n", tbase);
3659 Delete(tbase);
H A Dparser.c6469 String *fbase, *tbase, *prefix;
6473 tbase = NewStringf("%s::%s", Namespaceprefix, prefix);
6476 tbase = Copy(prefix);
6478 Swig_name_inherit(tbase,fbase);
6480 Delete(tbase);
6856 String *tbase = SwigType_templateprefix(tname);
6857 tempn = Swig_symbol_clookup_local(tbase,0);
6860 Swig_warning(WARN_PARSE_TEMPLATE_SP_UNDEF, Getfile((yyval.node)),Getline((yyval.node)),"Specialization of non-template '%s'.\n", tbase);
6865 Delete(tbase);
6466 String *fbase, *tbase, *prefix; local
6853 String *tbase = SwigType_templateprefix(tname); local
/macosx-10.10.1/libunwind-35.3/src/
H A DUnwindLevel1-gcc-ext.c161 bases->tbase = info.extra;
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-exception.mm271 uintptr_t tbase;
850 result += bases->tbase;
1032 bases.tbase = 0; // from unwind-dw2-fde-darwin.c:examine_objects()
/macosx-10.10.1/emacs-93/emacs/src/
H A Dterm.c841 register Lisp_Object *tbase = GLYPH_TABLE_BASE;
878 GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
880 if (GLYPH_SIMPLE_P (tbase, tlen, g))
895 string = tbase[g];
835 register Lisp_Object *tbase = GLYPH_TABLE_BASE; local
H A Dmsdos.c966 register Lisp_Object *tbase = GLYPH_TABLE_BASE;
1041 GLYPH_FOLLOW_ALIASES (tbase, tlen, g);
1070 if (glyph_not_in_table || GLYPH_SIMPLE_P (tbase, tlen, g))
1079 chlen = GLYPH_LENGTH (tbase, g);
1080 buf = GLYPH_STRING (tbase, g);
964 register Lisp_Object *tbase = GLYPH_TABLE_BASE; local

Completed in 278 milliseconds