Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h364 void flatten();
388 void flatten() { in flatten() function
389 Start.flatten(); in flatten()
390 End.flatten(); in flatten()
499 PathPieces flatten(bool ShouldFlattenMacros) const { in flatten() function
524 void flattenLocations() override { Pos.flatten(); } in flattenLocations()
610 callEnter.flatten(); in flattenLocations()
611 callReturn.flatten(); in flattenLocations()
684 I.flatten(); in flattenLocations()
889 Loc.flatten(); in flattenLocations()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Demupac.cpp101 extern "C" [[gnu::flatten]] uint64_t __emupac_pacda_impl(uint64_t ptr, in __emupac_pacda_impl()
132 extern "C" [[gnu::flatten]] uint64_t __emupac_autda_impl(uint64_t ptr, in __emupac_autda_impl()
/freebsd/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/contrib/lyaml/build-aux/
H A Dluke69 return except(flatten(parsed.targets,keys(luke.modules)),'all')end
93 local function incdirs(...)return map(flatten(...),function(v)return'-I'..v
95 local function libdirs(...)return map(flatten(...),function(v)return'-L'..v
105 return run(L,env,flatten('$CC $CFLAGS $LIBFLAG $PKGFLAGS $CPPFLAGS',defines(env,except(list(rules.d…
130 local function bindirs(...)return map(flatten(...),function(v)return v..':'end)end
131 local function compile_command(L,env,config,filename)local command=flatten('$CC','-c','$CFLAGS',inc…
132 local function link_command(L,env,config,a_out,source,lib)local command=flatten('$CC','$CFLAGS',inc…
272 …nctional',}local function run_ldocs(L,env,ldocs)return run_command(L,env,flatten{'$LDOC -c',ldocs.…
413 local function flatten(...)local r={}for v in wrap(visit),except(list(...),nil)do
475 end,flatten=flatten,foldkeys=function(keymap,dict,combinator)local r={}for k,v in next,dict or{}do
/freebsd/contrib/llvm-project/clang/include/clang/CIR/Dialect/
H A DPasses.td61 def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
62 let summary = "Produces flatten CFG";
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDirectXPassRegistry.def28 MODULE_PASS("dxil-flatten-arrays", DXILFlattenArrays())
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp107 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
H A DSarifDiagnostics.cpp130 const PathPieces &Pieces = Diag->path.flatten(false); in createThreadFlows()
H A DHTMLDiagnostics.cpp278 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false); in ReportDiag()
H A DBugReporter.cpp1994 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true); in updateExecutedLinesWithDiagnosticPieces()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfFlattening.cpp170 const auto FlattenedProfile = CtxProf.flatten(); in run()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCtxProfAnalysis.h108 LLVM_ABI const CtxProfFlatProfile flatten() const;
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DPassRegistry.def66 MODULE_PASS("ctx-prof-flatten",
68 MODULE_PASS("ctx-prof-flatten-prethinlink",
435 FUNCTION_PASS("flatten-cfg", FlattenCFGPass())
724 LOOPNEST_PASS("loop-flatten", LoopFlattenPass())
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp584 auto Flat = C.flatten(); in run()
689 const CtxProfFlatProfile PGOContextualProfile::flatten() const { in flatten() function in PGOContextualProfile
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp202 StoredValue = flatten(IRB, StoredValue); in applyStore()
281 Value *flatten(IRBuilder<> &IRB, Value *V) { in flatten() function in __anon5c1a1a7e0111::InitializerBuilder
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DRewriteRule.h172 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { in flatten() function
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DRewriteRule.cpp361 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format)); in addInclude()
/freebsd/contrib/pkgconf/
H A DNEWS133 * Significant solver rework to flatten both requires and requires.private
165 * Do not flatten the solver solution into the original world used as
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp826 void PathDiagnosticLocation::flatten() { in flatten() function in PathDiagnosticLocation
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td1947 let Spellings = [GCC<"flatten">];
4539 /// [flatten]
4540 let Spellings = [Microsoft<"branch">, Microsoft<"flatten">];
H A DAttrDocs.td3864 The ``flatten`` attribute causes calls within the attributed function to
H A DDiagnosticSemaKinds.td4624 "'%select{always_inline|flatten|noinline}1'">,
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES7720 flatten out demand so that load average limiting can kick in.
/freebsd/share/dict/
H A Dweb270768 flatten

12