Home
last modified time | relevance | path

Searched refs:flatten (Results 1 – 25 of 80) sorted by relevance

1234

/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dbinemul.c43 bool verbose, bool flatten) in ar_emul_append() argument
51 verbose, flatten); in ar_emul_append()
58 bool verbose, bool flatten) in ar_emul_append_bfd() argument
62 verbose, flatten); in ar_emul_append_bfd()
75 bool verbose, bool flatten, in do_ar_emul_append() argument
80 if (flatten && bfd_check_format (new_bfd, bfd_archive)) in do_ar_emul_append()
112 bool verbose, bool flatten) in ar_emul_default_append() argument
114 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, any_ok); in ar_emul_default_append()
H A Demul_aix.c71 bool verbose, bool flatten) in ar_emul_aix_append() argument
73 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix); in ar_emul_aix_append()
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dbinemul.c43 bool verbose, bool flatten) in ar_emul_append() argument
51 verbose, flatten); in ar_emul_append()
58 bool verbose, bool flatten) in ar_emul_append_bfd() argument
62 verbose, flatten); in ar_emul_append_bfd()
75 bool verbose, bool flatten, in do_ar_emul_append() argument
80 if (flatten && bfd_check_format (new_bfd, bfd_archive)) in do_ar_emul_append()
112 bool verbose, bool flatten) in ar_emul_default_append() argument
114 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, any_ok); in ar_emul_default_append()
H A Demul_aix.c71 bool verbose, bool flatten) in ar_emul_aix_append() argument
73 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix); in ar_emul_aix_append()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DPathDiagnostic.h365 void flatten();
389 void flatten() { in flatten() function
390 Start.flatten(); in flatten()
391 End.flatten(); in flatten()
500 PathPieces flatten(bool ShouldFlattenMacros) const { in flatten() function
525 void flattenLocations() override { Pos.flatten(); } in flattenLocations()
613 callEnter.flatten(); in flattenLocations()
614 callReturn.flatten(); in flattenLocations()
687 I.flatten(); in flattenLocations()
886 Loc.flatten(); in flattenLocations()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.h90 virtual Statements *flatten(Scope *sc);
143 Statements *flatten(Scope *sc);
171 Statements *flatten(Scope *sc);
185 Statements *flatten(Scope *sc);
242 Statements *flatten(Scope *sc);
375 Statements *flatten(Scope *sc);
387 Statements *flatten(Scope *sc);
662 Statements *flatten(Scope *sc);
696 Statements *flatten(Scope *sc);
768 Statements *flatten(Scope *sc);
H A Dstatement.c262 Statements *Statement::flatten(Scope *) in flatten() function
445 Statements *ExpStatement::flatten(Scope *sc) in flatten() function
506 Statements *CompileStatement::flatten(Scope *sc) in flatten() function
573 Statements *CompoundStatement::flatten(Scope *) in flatten() function
736 Statements *ForwardingStatement::flatten(Scope *sc) in flatten() function
743 Statements *a = statement->flatten(sc); in flatten()
991 Statements *ConditionalStatement::flatten(Scope *sc) in flatten() function
1035 Statements *StaticForeachStatement::flatten(Scope *sc) in flatten() function
1041 Statements *result = s->flatten(sc); in flatten()
1513 Statements *DebugStatement::flatten(Scope *sc) in flatten() function
[all …]
/netbsd-src/external/bsd/ntp/dist/sntp/unity/auto/
H A Dunity_test_summary.rb56 @report += ignore_output.flatten.join("\n")
64 @report += failure_output.flatten.join("\n")
H A Dgenerate_test_runner.rb152 :local => source.scan(/^\s*#include\s+\"\s*(.+)\.[hH]\s*\"/).flatten,
153 :system => source.scan(/^\s*#include\s+<\s*(.+)\s*>/).flatten.map { |inc| "<#{inc}>" }
176 @options[:includes].flatten.uniq.compact.each do |inc|
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dgeneric-morestack.c125 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
129 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
133 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
137 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
141 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
145 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dgeneric-morestack.c125 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
129 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
133 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
137 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
141 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
145 __attribute__ ((no_split_stack, flatten, visibility ("hidden")));
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A DFindSpecRefs789 def flatten((key, children, data)): function
790 children = sorted(map(flatten,children.values()))
793 return flatten(root)
/netbsd-src/sys/arch/acorn32/stand/
H A Dmodule.ldscript7 * flatten this into a binary file. We also don't bother page-aligning
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_gcc_func_attribute.m444 # flatten
140 [flatten], [
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/
H A Dattributes.d169 enum flatten = attribute("flatten"); variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp116 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
H A DSarifDiagnostics.cpp285 const PathPieces &Path = Diag.path.flatten(false); in createResult()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h165 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { in flatten() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatementsem.d233 Statements* a = cs.flatten(sc); in package()
261 Statements* flt = s.flatten(sc); in package()
388 void flatten(Statements* statements) in package()
395 if (auto flt = s.flatten(sc)) in package()
410 flatten(cs.statements); in package()
469 Statements* a = ss.statement.flatten(sc); in package()
4595 private Statements* flatten(Statement statement, Scope* sc) in flatten() function
4666 auto a = fs.statement.flatten(sc); in flatten()
4708 auto result = s.flatten(sc); in flatten()
4722 Statements* a = ds.statement ? ds.statement.flatten(sc) : null; in flatten()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dtypelist.h107 struct flatten; in _GLIBCXX_VISIBILITY()
476 struct flatten in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dtypelist.h107 struct flatten; in _GLIBCXX_VISIBILITY()
476 struct flatten in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp185 StoredValue = flatten(IRB, StoredValue); in applyStore()
264 Value *flatten(IRBuilder<> &IRB, Value *V) { in flatten() function in __anonce6747890111::InitializerBuilder
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp331 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format)); in addInclude()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1035 def flatten (list): member in Tr1UnorderedMapPrinter
1052 data = self.flatten (imap (self.format_one, Tr1HashtableIterator (self.hashtable())))
1055 data = self.flatten (imap (self.format_one, StdHashtableIterator (self.hashtable())))
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py1129 def flatten(list): member in Tr1UnorderedMapPrinter
1146 data = self.flatten(
1150 data = self.flatten(

1234