Home
last modified time | relevance | path

Searched defs:Copy (Results 1 – 25 of 140) sorted by relevance

123456

/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dcopy.verify.cpp28 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 Dnested-deduction-guides.cpp17 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 Dundefined-memory-manipulation.cpp38 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 Dunnecessary-copy-initialization.cpp593 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 DInstructionCost.h174 InstructionCost Copy = *this; variable
185 InstructionCost Copy = *this; variable
H A DTypeSize.h126 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 DSynthesisTest.cpp176 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 DSingleStrcmpTest.cpp13 char Copy[7]; in LLVMFuzzerTestOneInput() local
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp120 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 DAArch64CleanupLocalDynamicTLSPass.cpp105 MachineInstr *Copy = BuildMI(*I.getParent(), I, I.getDebugLoc(), replaceTLSBaseAddrCall() local
130 MachineInstr *Copy = setRegister() local
/llvm-project/libcxx/benchmarks/algorithms/
H A Dmake_heap.bench.cpp
H A Dmake_heap_then_sort_heap.bench.cpp
H A Dranges_make_heap.bench.cpp
H A Dranges_make_heap_then_sort_heap.bench.cpp
H A Dsort_heap.bench.cpp
H A Dranges_sort_heap.bench.cpp
H A Dmin_max_element.bench.cpp
H A Dsort.bench.cpp
H A Dpstl.stable_sort.bench.cpp
H A Dranges_stable_sort.bench.cpp
H A Dranges_sort.bench.cpp
H A Dranges_pop_heap.bench.cpp
H A Dstable_sort.bench.cpp
H A Dpop_heap.bench.cpp
/llvm-project/llvm/test/DebugInfo/Inputs/
H A Ddwarfdump-objc.m11 @property (copy) NSObject *Copy; property

123456