Home
last modified time | relevance | path

Searched refs:Clean (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/exploded-graph-rewriter/
H A Dprogram_points.dot74 // CHECK-SAME: <font color="crimson">ExprEngine : Clean Node</font>
93 "tag": "ExprEngine : Clean Node",
121 "tag": "ExprEngine : Clean Node",
151 // CHECK-SAME: <font color="crimson">ExprEngine : Clean Node</font>
171 "tag": "ExprEngine : Clean Node",
/llvm-project-15.0.7/lldb/test/Shell/BuildScript/
H A Dscript-args.test15 CHECK: Clean: True
28 MULTI-INPUT-NEXT: Clean: True
H A Dtoolchain-clang-cl.test17 CHECK-32: Clean: True
38 CHECK-64: Clean: True
H A Dtoolchain-msvc.test17 32BIT: Clean: True
45 64BIT: Clean: True
/llvm-project-15.0.7/clang/unittests/AST/
H A DTypePrinterTest.cpp88 auto Clean = [](PrintingPolicy &Policy) { in TEST() local
97 "const f<Tp &> *", Clean)); in TEST()
H A DStmtPrinterTest.cpp307 auto Clean = [](PrintingPolicy &Policy) { in TEST() local
316 "return typename C<T>::_F(I, j);\n", Clean)); in TEST()
H A DDeclPrinterTest.cpp1341 auto Clean = [](PrintingPolicy &Policy) { in TEST() local
1348 "void _A(__c *param)", Clean)); in TEST()
1356 auto Clean = [](PrintingPolicy &Policy) { in TEST() local
1368 Clean)); in TEST()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dswitch-default-block-unreachable.ll3 ; Clean up the unreachable blocks introduced with LowerSwitch pass.
H A Didot8u.ll2098 ; TODO: Clean up the code(by default pk_mad_I16 should be generated), then
/llvm-project-15.0.7/llvm/test/Transforms/ObjCARC/
H A Dpost-inlining.ll9 ; Clean up residue left behind after inlining.
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dmagic-numbers.rst16 * Chapter 17 in "Clean Code - A handbook of agile software craftsmanship."
/llvm-project-15.0.7/lld/test/COFF/
H A Dpdb-relative-source-lines.test46 Clean up copy of large binary copied into temp directory to avoid bloat.
/llvm-project-15.0.7/llvm/lib/Passes/
H A DStandardInstrumentations.cpp368 StringRef Clean = in makeHTMLReady() local
370 S.append(Clean.str()); in makeHTMLReady()
371 SR = SR.drop_front(Clean.size()); in makeHTMLReady()
/llvm-project-15.0.7/runtimes/
H A DCMakeLists.txt174 # TODO: Clean this up as part of an interface standardization
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dopt-pipeline.ll84 ; CHECK-NEXT: Local Dynamic TLS Access Clean-up
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A DO3-pipeline.ll116 ; CHECK-NEXT: AArch64 Local Dynamic TLS Access Clean-up
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dinvalid-kernel-parameters.cl92 // TODO: Clean up needed - we don't really need to check for image, event, etc
/llvm-project-15.0.7/polly/lib/External/isl/imath/
H A DChangeLog473 9269d57 Clean up the Linux test image.
521 e43b0f5 imath: Clean up extraneous whitespace.
/llvm-project-15.0.7/llvm/docs/
H A DNVPTXUsage.rst743 // Clean up after ourselves
748 // Clean-up
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp4540 ~RestorePlanState() { Clean(); } in ~RestorePlanState()
4542 void Clean() { in Clean() function in __anon103d40f20911::RestorePlanState
4624 restorer.Clean(); in HandleStoppedEvent()
4637 restorer.Clean(); in HandleStoppedEvent()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64.td113 "true", "Enable v8.2 data Cache Clean to Point of Persistence" >;
385 "true", "Enable v8.5 Cache Clean to Point of Deep Persistence" >;
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DSignals.inc193 /// Clean up the list in a signal-friendly manner.
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DREADME.txt716 Clean up the test/MC/ARM files to have more robust register choices.
/llvm-project-15.0.7/lldb/source/Commands/
H A DOptions.td358 Desc<"Clean up program state if the expression causes a crash, or raises a "