Searched refs:flatten (Results 1 - 12 of 12) sorted by relevance

/freebsd-current/contrib/ntp/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|
/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h364 void flatten();
388 void flatten() { function in class:clang::ento::PathDiagnosticLocationPair
389 Start.flatten();
390 End.flatten();
499 PathPieces flatten(bool ShouldFlattenMacros) const { function in class:clang::ento::PathPieces
524 void flattenLocations() override { Pos.flatten(); }
610 callEnter.flatten();
611 callReturn.flatten();
684 I.flatten();
883 Loc.flatten();
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp113 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true);
H A DSarifDiagnostics.cpp132 const PathPieces &Pieces = Diag->path.flatten(false);
H A DHTMLDiagnostics.cpp277 // First flatten out the entire path to make it easier to use.
278 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false);
H A DBugReporter.cpp1965 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true);
/freebsd-current/crypto/openssl/crypto/
H A Dc64xpluscpuid.pl223 STW B5,*B4 ; [!B1] is removed to flatten samples
268 STW B5,*B4 ; [!B1] is removed to flatten samples
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp191 StoredValue = flatten(IRB, StoredValue);
270 Value *flatten(IRBuilder<> &IRB, Value *V) { function in class:__anon2218::InitializerBuilder
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h172 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { function in namespace:clang::transformer
460 /// flatten(
/freebsd-current/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp46 // `flatten`. Here, we abort (without error), whereas flatten, if it hits an
48 // equivalent to `flatten(edit(A), edit(B))`. The former will abort if `A`
362 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format));
/freebsd-current/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp140 // We need to flatten the locations (convert Stmt* to locations) because
828 void PathDiagnosticLocation::flatten() { function in class:PathDiagnosticLocation

Completed in 235 milliseconds