Home
last modified time | relevance | path

Searched refs:cdo (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc2198 ClassDeclaration *cdo = fdoverride->isThis ()->isClassDeclaration (); in get_frame_for_symbol() local
2200 gcc_assert (cdo && cd); in get_frame_for_symbol()
2203 if (cdo->isBaseOf (cd, &offset) && offset != 0) in get_frame_for_symbol()
2340 ClassDeclaration *cdo = outer->isClassDeclaration (); in build_vthis() local
2343 if (cdo) in build_vthis()
2345 vthis_value = find_this_tree (cdo); in build_vthis()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2501 ClassDeclaration *cdo = fdoverride->isThis ()->isClassDeclaration (); in get_frame_for_symbol() local
2503 gcc_assert (cdo && cd); in get_frame_for_symbol()
2506 if (cdo->isBaseOf (cd, &offset) && offset != 0) in get_frame_for_symbol()
2625 ClassDeclaration *cdo = outer->isClassDeclaration (); in build_vthis() local
2628 if (cdo) in build_vthis()
2630 vthis_value = find_this_tree (cdo); in build_vthis()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c5054 u8 cdo = B85_DNOS(c); in fromBase85() local
5056 if( cdo==0 ) break; in fromBase85()
5057 qv = 85 * qv + (c - cdo); in fromBase85()