Home
last modified time | relevance | path

Searched refs:real_decl (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvarpool.cc400 tree real_decl; in ctor_for_folding() local
433 real_decl = real_node->decl; in ctor_for_folding()
436 real_decl = decl; in ctor_for_folding()
443 if (decl != real_decl) in ctor_for_folding()
455 if ((!DECL_VIRTUAL_P (real_decl) in ctor_for_folding()
456 || DECL_INITIAL (real_decl) == error_mark_node in ctor_for_folding()
457 || !DECL_INITIAL (real_decl)) in ctor_for_folding()
463 if (DECL_INITIAL (real_decl) != error_mark_node in ctor_for_folding()
465 return DECL_INITIAL (real_decl); in ctor_for_folding()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvarpool.c398 tree real_decl; in ctor_for_folding() local
424 real_decl = real_node->decl; in ctor_for_folding()
427 real_decl = decl; in ctor_for_folding()
434 if (decl != real_decl) in ctor_for_folding()
446 if ((!DECL_VIRTUAL_P (real_decl) in ctor_for_folding()
447 || DECL_INITIAL (real_decl) == error_mark_node in ctor_for_folding()
448 || !DECL_INITIAL (real_decl)) in ctor_for_folding()
454 if (DECL_INITIAL (real_decl) != error_mark_node in ctor_for_folding()
456 return DECL_INITIAL (real_decl); in ctor_for_folding()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Drtti.cc966 tree real_decl = TYPE_NAME (real_type); in tinfo_base_init() local
967 DECL_SOURCE_LOCATION (real_decl) = BUILTINS_LOCATION; in tinfo_base_init()
H A Dparser.cc41848 tree &real_decl) in cp_parser_omp_for_loop_init() argument
42059 real_decl = TREE_OPERAND (init, 0); in cp_parser_omp_for_loop_init()
42429 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local
42513 init = orig_init = decl = real_decl = orig_decl = NULL_TREE; in cp_parser_omp_for_loop()
42580 init, orig_init, decl, real_decl); in cp_parser_omp_for_loop()
42599 real_decl = decl; in cp_parser_omp_for_loop()
42602 && real_decl != NULL_TREE in cp_parser_omp_for_loop()
42608 && OMP_CLAUSE_DECL (*c) == real_decl) in cp_parser_omp_for_loop()
42611 " should not be firstprivate", real_decl); in cp_parser_omp_for_loop()
42615 && OMP_CLAUSE_DECL (*c) == real_decl) in cp_parser_omp_for_loop()
[all …]
H A DChangeLog-2011241 calling cp_parser_omp_for_incr, use real_decl instead of decl.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c38516 tree &real_decl) in cp_parser_omp_for_loop_init() argument
38727 real_decl = TREE_OPERAND (init, 0); in cp_parser_omp_for_loop_init()
38985 tree real_decl, initv, condv, incrv, declv, orig_declv; in cp_parser_omp_for_loop() local
39069 init = orig_init = decl = real_decl = orig_decl = NULL_TREE; in cp_parser_omp_for_loop()
39136 init, orig_init, decl, real_decl); in cp_parser_omp_for_loop()
39155 real_decl = decl; in cp_parser_omp_for_loop()
39158 && real_decl != NULL_TREE in cp_parser_omp_for_loop()
39164 && OMP_CLAUSE_DECL (*c) == real_decl) in cp_parser_omp_for_loop()
39167 " should not be firstprivate", real_decl); in cp_parser_omp_for_loop()
39171 && OMP_CLAUSE_DECL (*c) == real_decl) in cp_parser_omp_for_loop()
[all …]