Home
last modified time | relevance | path

Searched refs:Done (Results 1 – 25 of 117) sorted by relevance

12345

/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dmax-number-of-runs.test4 CHECK1: Done 2 runs
7 CHECK2: Done 3 runs
10 CHECK3: Done 4 runs
H A Dstandalone.test7 CHECK: Done: {{.*}}hi.txt: (3 bytes)
8 CHECK: Done: {{.*}}dict1.txt: (61 bytes)
/llvm-project-15.0.7/llvm/test/Transforms/ADCE/
H A D2003-11-16-MissingPostDominanceInfo.ll8 br i1 %C, label %Cond, label %Done
11 br i1 %C, label %Loop, label %Done
17 Done: ; preds = %Cond, %0
/llvm-project-15.0.7/lld/docs/
H A Dwindows_support.rst34 :good:`Done`. LLD can read import libraries needed to link against DLL. Both
38 :good:`Done`. The format of static library (.lib) on Windows is actually the
42 :good:`Done`. LLD creates a DLL if ``/DLL`` option is given. Exported
48 :good:`Done`. If an ``.res`` file is given, LLD converts the file to a COFF
52 :good:`Done` for both x86 and x64.
59 :good:`Done`. LLD can emit PDBs that are at parity with those generated by
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp52 bool Done = false; in decode() local
53 while (!Done) { in decode()
71 Done = true; in decode()
180 bool Done = false; in lookup() local
183 while (!Done) { in lookup()
197 Done = true; in lookup()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLoopTraversal.cpp43 bool Done = isBlockDone(ActiveMBB); in traverse() local
44 MBBTraversalOrder.push_back(TraversedMBBInfo(ActiveMBB, Primary, Done)); in traverse()
52 if (Done) in traverse()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/
H A Dswitch_thread.ll30 i32 17, label %Done
47 br i1 %cond2, label %Done, label %C
52 br i1 %cond, label %Done, label %C
53 Done: ; preds = %B, %A, %A2, %0
59 br i1 %cond3, label %Done, label %C
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dscudo_unit_test_main.cpp23 static bool Done = []() { in EnableMemoryTaggingIfSupported() local
28 (void)Done; in EnableMemoryTaggingIfSupported()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DThreading.h61 enum InitStatus { Uninitialized = 0, Wait = 1, Done = 2 }; enumerator
100 flag.status = Done; in call_once()
106 while (tmp != Done) { in call_once()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/
H A Dmalloc_size_crash.mm12 fprintf(stderr, "Done.\n");
13 // CHECK: Done.
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLoopTraversal.h98 bool Done = true)
99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Dvptr_harmful_race2.cpp11 void Done() { in Done() function
32 obj->Done(); in Thread1()
H A Dvptr_harmful_race.cpp11 void Done() { in Done() function
31 obj->Done(); in Thread1()
H A Dvptr_harmful_race3.cpp11 void Done() { in Done() function
33 obj->Done(); in Thread1()
H A Dvptr_benign_race.cpp13 void Done() { in Done() function
41 obj->Done(); in Thread1()
/llvm-project-15.0.7/compiler-rt/test/tsan/Darwin/
H A Dlibcxx-call-once.mm29 fprintf(stderr, "Done.\n");
34 // CHECK: Done.
H A Dlibcxx-shared-ptr-recursive.mm29 fprintf(stderr, "Done.\n");
35 // CHECK: Done.
H A Dlibcxx-future.mm25 fprintf(stderr, "Done.\n");
30 // CHECK: Done.
H A Dxpc-cancel.mm34 fprintf(stderr, "Done.\n");
39 // CHECK: Done.
H A Ddeadlock.mm41 fprintf(stderr, "Done.\n");
47 // CHECK: Done.
H A Dlibcxx-shared-ptr.mm45 fprintf(stderr, "Done.\n");
49 // CHECK: Done.
H A Dworkerthreads.mm31 fprintf(stderr, "Done.\n");
43 // CHECK: Done.
H A Dobjc-race.mm44 NSLog(@"Done.");
55 // CHECK: Done.
H A Dgcd-sync-block-copy.mm33 NSLog(@"Done.");
37 // CHECK: Done.
/llvm-project-15.0.7/llvm/test/Analysis/LoopInfo/
H A D2003-02-19-LoopInfoNestingBug.ll24 br i1 false, label %Top, label %Done
26 Done: ; preds = %Out

12345