| /src/external/gpl3/gcc/dist/gcc/ |
| rtl-iter.h | 71 bool at_end () const; 154 generic_subrtx_iterator <T>::at_end () const function in class:generic_subrtx_iterator 279 for (subrtx_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \ 284 for (subrtx_var_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \ 291 for (subrtx_ptr_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \
|
| passes.cc | 172 int at_end) 216 if ((at_end 224 if (in_lto_p && !at_end) 234 top_level, at_end); 256 if (in_lto_p && !at_end)
|
| varasm.cc | 2295 AT_END is nonzero if this is the special handling, at end of compilation, 2302 int at_end ATTRIBUTE_UNUSED, int dont_output_data)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| rtl-iter.h | 71 bool at_end () const; 154 generic_subrtx_iterator <T>::at_end () const function in class:generic_subrtx_iterator 279 for (subrtx_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \ 284 for (subrtx_var_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \ 291 for (subrtx_ptr_iterator ITER (ARRAY, X, TYPE##_BOUNDS); !ITER.at_end (); \
|
| passes.cc | 172 int at_end) 216 if ((at_end 224 if (in_lto_p && !at_end) 234 top_level, at_end); 256 if (in_lto_p && !at_end)
|
| dbxout.cc | 1209 dbxout_handle_pch (unsigned at_end) 1211 if (! at_end)
|
| tree-ssa-loop-niter.cc | 3702 bool sign, upper = true, at_end = false; local 3713 at_end = true; 3748 if (at_end
|
| varasm.cc | 2269 AT_END is nonzero if this is the special handling, at end of compilation, 2276 int at_end ATTRIBUTE_UNUSED, int dont_output_data)
|
| /src/external/gpl3/binutils/dist/gas/ |
| listing.c | 128 int at_end; member in struct:file_info_struct 273 p->at_end = 0; 520 if (file->at_end) 538 file->at_end = 1; 569 file->at_end = 1; 620 file->at_end = 1; 1116 if (!current_file->at_end) 1121 && !current_file->at_end) 1273 && !list->file->at_end) 1298 && !list->file->at_end) [all...] |
| /src/external/gpl3/binutils.old/dist/gas/ |
| listing.c | 128 int at_end; member in struct:file_info_struct 273 p->at_end = 0; 520 if (file->at_end) 538 file->at_end = 1; 569 file->at_end = 1; 620 file->at_end = 1; 1116 if (!current_file->at_end) 1121 && !current_file->at_end) 1273 && !list->file->at_end) 1298 && !list->file->at_end) [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
| gtest-param-util.h | 847 bool at_end = false; local 849 (at_end = at_end || std::get<I>(current_) == std::get<I>(end_))...}; 851 return at_end;
|
| /src/external/gpl2/groff/dist/src/preproc/pic/ |
| object.cpp | 1198 void add_arrows(int at_start, int at_end, const arrow_head_type &); 1245 void linear_object::add_arrows(int at_start, int at_end, 1249 arrow_at_end = at_end; 1809 int at_end = (flags & HAS_RIGHT_ARROW_HEAD) != 0; local 1821 obj->add_arrows(at_start, at_end, a);
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ia64-gen.c | 2534 int at_end = 0; 2545 while (! at_end) 2551 at_end = (prefix[plen] == '\0'); 2581 if (! at_end) 2513 int at_end = 0; local
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ia64-gen.c | 2534 int at_end = 0; 2545 while (! at_end) 2551 at_end = (prefix[plen] == '\0'); 2581 if (! at_end) 2513 int at_end = 0; local
|
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ia64-gen.c | 2534 int at_end = 0; 2545 while (! at_end) 2551 at_end = (prefix[plen] == '\0'); 2581 if (! at_end) 2513 int at_end = 0; local
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| ia64-gen.c | 2534 int at_end = 0; 2545 while (! at_end) 2551 at_end = (prefix[plen] == '\0'); 2581 if (! at_end) 2513 int at_end = 0; local
|
| /src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| bfin.cc | 4019 int at_end; 4054 at_end = insn == BB_END (bb); 4055 if (delete_this == NULL_RTX && (at_end || GET_MODE (next) == TImode)) 4076 if (at_end) 4002 int at_end; local
|
| /src/external/gpl3/gcc/dist/gcc/config/c6x/ |
| c6x.cc | 4657 int at_end; 4696 at_end = insn == BB_END (bb); 4698 && (at_end || (GET_MODE (next) == TImode 4707 if (at_end) 4638 int at_end; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/bfin/ |
| bfin.cc | 4018 int at_end; 4053 at_end = insn == BB_END (bb); 4054 if (delete_this == NULL_RTX && (at_end || GET_MODE (next) == TImode)) 4075 if (at_end) 4001 int at_end; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| c6x.cc | 4656 int at_end; 4695 at_end = insn == BB_END (bb); 4697 && (at_end || (GET_MODE (next) == TImode 4706 if (at_end) 4637 int at_end; local
|
| /src/sys/arch/powerpc/oea/ |
| pmap.c | 2997 pmap_boot_find_memory(psize_t size, psize_t alignment, int at_end) 3006 "pmap_boot_find_memory: size=%#" _PRIxpa ", alignment=%#" _PRIxpa ", at_end=%d", 3007 size, alignment, at_end); 3013 if (at_end) {
|
| /src/external/gpl3/gcc/dist/gcc/config/mips/ |
| mips.cc | 10121 mips_finish_declare_object (FILE *stream, tree decl, int top_level, int at_end) 10128 && !at_end
|
| /src/external/gpl3/gcc.old/dist/gcc/config/mips/ |
| mips.cc | 9951 mips_finish_declare_object (FILE *stream, tree decl, int top_level, int at_end) 9958 && !at_end
|