HomeSort by: relevance | last modified time | path
    Searched defs:local_entity (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc 1149 function scope. local_entity tracks context one scope
1153 tree local_entity = decl; local
1165 write_local_name (context, local_entity, decl);
1169 local_entity = context;
2315 LOCAL_ENTITY is the entity that's directly scoped in FUNCTION_DECL,
2323 write_local_name (tree function, const tree local_entity,
2360 if (DECL_DISCRIMINATOR_P (local_entity)
2361 && !(TREE_CODE (local_entity) == TYPE_DECL
2362 && TYPE_ANON_P (TREE_TYPE (local_entity))))
2363 write_discriminator (discriminator_for_local_entity (local_entity));
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc 1030 function scope. local_entity tracks context one scope
1034 tree local_entity = decl; local
1046 write_local_name (context, local_entity, decl);
1050 local_entity = context;
2064 LOCAL_ENTITY is the entity that's directly scoped in FUNCTION_DECL,
2072 write_local_name (tree function, const tree local_entity,
2109 if (DECL_DISCRIMINATOR_P (local_entity)
2110 && !(TREE_CODE (local_entity) == TYPE_DECL
2111 && TYPE_ANON_P (TREE_TYPE (local_entity))))
2112 write_discriminator (discriminator_for_local_entity (local_entity));
    [all...]

Completed in 14 milliseconds