| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 364 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 D | emupac.cpp | 101 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 D | unity_test_summary.rb | 56 @report += ignore_output.flatten.join("\n") 64 @report += failure_output.flatten.join("\n")
|
| H A D | 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|
|
| /freebsd/contrib/lyaml/build-aux/ |
| H A D | luke | 69 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 D | Passes.td | 61 def CIRFlattenCFG : Pass<"cir-flatten-cfg"> { 62 let summary = "Produces flatten CFG";
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DirectXPassRegistry.def | 28 MODULE_PASS("dxil-flatten-arrays", DXILFlattenArrays())
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | TextDiagnostics.cpp | 107 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
|
| H A D | SarifDiagnostics.cpp | 130 const PathPieces &Pieces = Diag->path.flatten(false); in createThreadFlows()
|
| H A D | HTMLDiagnostics.cpp | 278 PathPieces path = D.path.flatten(/*ShouldFlattenMacros=*/false); in ReportDiag()
|
| H A D | BugReporter.cpp | 1994 PathPieces path = PD.path.flatten(/*ShouldFlattenMacros=*/true); in updateExecutedLinesWithDiagnosticPieces()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PGOCtxProfFlattening.cpp | 170 const auto FlattenedProfile = CtxProf.flatten(); in run()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | CtxProfAnalysis.h | 108 LLVM_ABI const CtxProfFlatProfile flatten() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 66 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 D | CtxProfAnalysis.cpp | 584 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 D | AArch64StackTagging.cpp | 202 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 D | RewriteRule.h | 172 template <typename... Ts> EditGenerator flatten(Ts &&...Edits) { in flatten() function
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | RewriteRule.cpp | 361 Case.Edits = flatten(std::move(Case.Edits), addInclude(Header, Format)); in addInclude()
|
| /freebsd/contrib/pkgconf/ |
| H A D | NEWS | 133 * 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 D | PathDiagnostic.cpp | 826 void PathDiagnosticLocation::flatten() { in flatten() function in PathDiagnosticLocation
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 1947 let Spellings = [GCC<"flatten">]; 4539 /// [flatten] 4540 let Spellings = [Microsoft<"branch">, Microsoft<"flatten">];
|
| H A D | AttrDocs.td | 3864 The ``flatten`` attribute causes calls within the attributed function to
|
| H A D | DiagnosticSemaKinds.td | 4624 "'%select{always_inline|flatten|noinline}1'">,
|
| /freebsd/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 7720 flatten out demand so that load average limiting can kick in.
|
| /freebsd/share/dict/ |
| H A D | web2 | 70768 flatten
|