/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
H A D | copy.verify.cpp | 28 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local 33 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local 38 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local 43 LG Copy(Orig); // expected-error{{call to deleted constructor of 'LG'}} in main() local
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | nested-deduction-guides.cpp | 17 using Copy = A<void>::B<int>; typedef 18 using Copy = A<void>::B<int>; global() typedef
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | undefined-memory-manipulation.cpp | 38 struct Copy { struct 39 Copy() {} in Copy() function 40 Copy(const Copy &) {} in Copy() function
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/ |
H A D | unnecessary-copy-initialization.cpp | 593 const ExpensiveToCopyType Copy = freeFunctionWithArg(Orig); negativeInitializedFromFreeFunctionWithArg() local 597 const ExpensiveToCopyType Copy = freeFunctionWithDefaultArg(); negativeInitializedFromFreeFunctionWithDefaultArg() local 602 const ExpensiveToCopyType Copy = freeFunctionWithDefaultArg(&Orig); negativeInitialzedFromFreeFunctionWithNonDefaultArg() local 623 std::function<int()> Copy = Orig; negativeStdFunction() local 631 Functor Copy = Orig; negativeAliasedStdFunction() local 639 TypedefFunc Copy = Orig; negativeTypedefedStdFunction() local 654 auto Copy = F; positiveFakeStdFunction() local 665 auto Copy = Orig.reference(); positiveInvokedOnStdFunction() local 674 auto Copy = Orig.reference(); negativeInvokedOnStdFunction() local 753 const auto Copy = Element; positiveLoopedOverObjectIsConst() local 763 const auto Copy = Element; positiveLoopedOverObjectIsConst() local 775 const auto Copy = Element; negativeLoopedOverObjectIsModified() local 783 const auto Copy = Element; negativeLoopedOverObjectIsModified() local 896 auto Copy = Orig; negativeNonConstMemberExpr() local 900 auto Copy = Orig; negativeNonConstMemberExpr() local 904 auto Copy = Orig; negativeNonConstMemberExpr() local [all...] |
/llvm-project/llvm/include/llvm/Support/ |
H A D | InstructionCost.h | 174 InstructionCost Copy = *this; variable 185 InstructionCost Copy = *this; variable
|
H A D | TypeSize.h | 126 LeafTy Copy = LHS; variable 131 LeafTy Copy = LHS; variable 136 LeafTy Copy = LHS; variable 143 LeafTy Copy = LHS; variable
|
/llvm-project/clang/unittests/Tooling/Syntax/ |
H A D | SynthesisTest.cpp | 176 auto *Copy = deepCopyExpandingMacros(*Arena, *TM, StatementContinue); TEST_P() local 185 auto *Copy = deepCopyExpandingMacros(*Arena, *TM, OriginalTree); TEST_P() local 200 auto *Copy = TEST_P() local 221 auto *Copy = deepCopyExpandingMacros(*Arena, *TM, OriginalTree); TEST_P() local
|
/llvm-project/compiler-rt/test/fuzzer/ |
H A D | SingleStrcmpTest.cpp | 13 char Copy[7]; in LLVMFuzzerTestOneInput() local
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZLDCleanup.cpp | 120 MachineInstr *Copy = BuildMI(*I->getParent(), I, I->getDebugLoc(), ReplaceTLSCall() local 140 MachineInstr *Copy = BuildMI(*I->getParent(), Next, I->getDebugLoc(), SetRegister() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64CleanupLocalDynamicTLSPass.cpp | 105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), replaceTLSBaseAddrCall() local 130 MachineInstr *Copy = setRegister() local
|
/llvm-project/libcxx/benchmarks/algorithms/ |
H A D | make_heap.bench.cpp |
|
H A D | make_heap_then_sort_heap.bench.cpp |
|
H A D | ranges_make_heap.bench.cpp |
|
H A D | ranges_make_heap_then_sort_heap.bench.cpp |
|
H A D | sort_heap.bench.cpp |
|
H A D | ranges_sort_heap.bench.cpp |
|
H A D | min_max_element.bench.cpp |
|
H A D | sort.bench.cpp |
|
H A D | pstl.stable_sort.bench.cpp |
|
H A D | ranges_stable_sort.bench.cpp |
|
H A D | ranges_sort.bench.cpp |
|
H A D | ranges_pop_heap.bench.cpp |
|
H A D | stable_sort.bench.cpp |
|
H A D | pop_heap.bench.cpp |
|
/llvm-project/llvm/test/DebugInfo/Inputs/ |
H A D | dwarfdump-objc.m | 11 @property (copy) NSObject *Copy; property
|