| /src/external/gpl3/binutils/dist/binutils/ |
| binemul.c | 43 bool verbose, bool flatten) 51 verbose, flatten); 58 bool verbose, bool flatten) 62 verbose, flatten); 75 bool verbose, bool flatten, 80 if (flatten && bfd_check_format (new_bfd, bfd_archive)) 112 bool verbose, bool flatten) 114 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, any_ok);
|
| emul_aix.c | 71 bool verbose, bool flatten) 73 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix);
|
| /src/external/gpl3/binutils.old/dist/binutils/ |
| binemul.c | 43 bool verbose, bool flatten) 51 verbose, flatten); 58 bool verbose, bool flatten) 62 verbose, flatten); 75 bool verbose, bool flatten, 80 if (flatten && bfd_check_format (new_bfd, bfd_archive)) 112 bool verbose, bool flatten) 114 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, any_ok);
|
| emul_aix.c | 71 bool verbose, bool flatten) 73 return do_ar_emul_append (after_bfd, new_bfd, verbose, flatten, check_aix);
|
| /src/external/bsd/ntp/dist/sntp/unity/auto/ |
| unity_test_summary.rb | 56 @report += ignore_output.flatten.join("\n") 64 @report += failure_output.flatten.join("\n")
|
| generate_test_runner.rb | 152 :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|
|
| /src/external/apache2/llvm/dist/clang/include/clang/Analysis/ |
| PathDiagnostic.h | 365 void flatten(); 389 void flatten() { function in class:clang::ento::PathDiagnosticLocationPair 390 Start.flatten(); 391 End.flatten(); 500 PathPieces flatten(bool ShouldFlattenMacros) const { function in class:clang::ento::PathPieces 525 void flattenLocations() override { Pos.flatten(); } 613 callEnter.flatten(); 614 callReturn.flatten(); 687 I.flatten(); 886 Loc.flatten(); [all...] |
| /src/external/gpl3/gcc/dist/libgcc/ |
| generic-morestack.c | 119 flatten attribute in order to minimize their stack usage--here we 125 __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")));
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| generic-morestack.c | 119 flatten attribute in order to minimize their stack usage--here we 125 __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")));
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/ |
| attributes.d | 158 * The `@flatten` attribute is used to inform the compiler that every call 166 * @flatten int func(); 169 enum flatten = attribute("flatten");
|
| /src/external/apache2/llvm/dist/clang/utils/ |
| FindSpecRefs | 789 def flatten((key, children, data)): function in function:buildRefTree 790 children = sorted(map(flatten,children.values())) 793 return flatten(root)
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| TextDiagnostics.cpp | 116 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true);
|
| SarifDiagnostics.cpp | 285 const PathPieces &Path = Diag.path.flatten(false);
|
| HTMLDiagnostics.cpp | 227 // First flatten out the entire path to make it easier to use. 228 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| c64xpluscpuid.pl | 223 STW B5,*B4 ; [!B1] is removed to flatten samples 268 STW B5,*B4 ; [!B1] is removed to flatten samples
|
| /src/crypto/external/bsd/openssl/dist/crypto/ |
| c64xpluscpuid.pl | 223 STW B5,*B4 ; [!B1] is removed to flatten samples 268 STW B5,*B4 ; [!B1] is removed to flatten samples
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ |
| c64xpluscpuid.pl | 223 STW B5,*B4 ; [!B1] is removed to flatten samples 268 STW B5,*B4 ; [!B1] is removed to flatten samples
|
| /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Transformer/ |
| RewriteRule.h | 165 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { function in namespace:clang::transformer 373 /// flatten(
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| statementsem.d | 233 Statements* a = cs.flatten(sc); 261 Statements* flt = s.flatten(sc); 386 /* Flatten them in place 388 void flatten(Statements* statements) 395 if (auto flt = s.flatten(sc)) 408 * (eg. CaseRangeStatement), so flatten it here. 410 flatten(cs.statements); 469 Statements* a = ss.statement.flatten(sc); 4587 * Flatten out the scope by presenting `statement` 4590 * statement = the statement to flatten [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64StackTagging.cpp | 185 StoredValue = flatten(IRB, StoredValue); 264 Value *flatten(IRBuilder<> &IRB, Value *V) { function in class:__anon4606::InitializerBuilder
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| typelist.h | 107 struct flatten; 476 struct flatten struct in namespace:typelist
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| typelist.h | 107 struct flatten; 476 struct flatten struct in namespace:typelist
|
| /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
| RewriteRule.cpp | 47 // `flatten`. Here, we abort (without error), whereas flatten, if it hits an 49 // equivalent to `flatten(edit(A), edit(B))`. The former will abort if `A` 331 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format));
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 1139 def flatten(list): member in class:Tr1UnorderedMapPrinter 1154 # Map over the hash table and flatten the result. 1156 data = self.flatten( 1160 data = self.flatten(
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| PathDiagnostic.cpp | 146 // We need to flatten the locations (convert Stmt* to locations) because 829 void PathDiagnosticLocation::flatten() { function in class:PathDiagnosticLocation
|