OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copyFrom
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_bitvector_test.cc
34
t.
copyFrom
(bv);
62
t.
copyFrom
(bv);
143
t_bv.
copyFrom
(bv);
150
t_bv.
copyFrom
(bv);
159
t_bv.
copyFrom
(bv);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h
53
t1.
copyFrom
(from);
89
t1.
copyFrom
(from);
114
to_visit.
copyFrom
(v[from]);
sanitizer_bitvector.h
77
void
copyFrom
(const BasicBitVector &v) { bits_ = v.bits_; }
250
void
copyFrom
(const TwoLevelBitVector &v) {
sanitizer_deadlock_detector.h
318
tmp_bv_.
copyFrom
(dtls->getLocks(current_epoch_));
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_bvgraph.h
52
t1.
copyFrom
(from);
88
t1.
copyFrom
(from);
113
to_visit.
copyFrom
(v[from]);
sanitizer_dense_map.h
315
void
copyFrom
(
589
copyFrom
(other);
611
copyFrom
(other);
623
void
copyFrom
(const DenseMap &other) {
627
this->BaseT::
copyFrom
(other);
sanitizer_bitvector.h
76
void
copyFrom
(const BasicBitVector &v) { bits_ = v.bits_; }
249
void
copyFrom
(const TwoLevelBitVector &v) {
sanitizer_deadlock_detector.h
312
tmp_bv_.
copyFrom
(dtls->getLocks(current_epoch_));
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_bvgraph.h
52
t1.
copyFrom
(from);
88
t1.
copyFrom
(from);
113
to_visit.
copyFrom
(v[from]);
sanitizer_bitvector.h
76
void
copyFrom
(const BasicBitVector &v) { bits_ = v.bits_; }
249
void
copyFrom
(const TwoLevelBitVector &v) {
sanitizer_deadlock_detector.h
312
tmp_bv_.
copyFrom
(dtls->getLocks(current_epoch_));
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DenseMap.h
421
void
copyFrom
(
734
copyFrom
(other);
769
copyFrom
(other);
781
void
copyFrom
(const DenseMap& other) {
785
this->BaseT::
copyFrom
(other);
913
copyFrom
(other);
1006
copyFrom
(other);
1018
void
copyFrom
(const SmallDenseMap& other) {
1026
this->BaseT::
copyFrom
(other);
/src/external/apache2/llvm/dist/clang/lib/Format/
MacroExpander.cpp
209
New->
copyFrom
(*Tok);
FormatToken.h
696
void
copyFrom
(const FormatToken &Tok) { *this = Tok; }
699
// Only allow copying via the explicit
copyFrom
method.
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileSystem.h
1263
void
copyFrom
(const mapped_file_region &Copied) {
1273
copyFrom
(Moved);
1274
Moved.
copyFrom
(mapped_file_region());
1305
copyFrom
(mapped_file_region());
JSON.h
303
Value(const Value &M) {
copyFrom
(M); }
367
copyFrom
(M);
450
void
copyFrom
(const Value &M);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPULibFunc.cpp
515
EFuncId id, const AMDGPUMangledLibFunc &
copyFrom
) {
517
FKind =
copyFrom
.FKind;
518
Leads[0] =
copyFrom
.Leads[0];
519
Leads[1] =
copyFrom
.Leads[1];
1030
AMDGPULibFunc::AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &
CopyFrom
) {
1031
assert(AMDGPULibFuncBase::isMangled(Id) &&
CopyFrom
.isMangled() &&
1034
Id, *cast<AMDGPUMangledLibFunc>(
CopyFrom
.Impl.get())));
AMDGPULibFunc.h
362
///
CopyFrom
.
363
explicit AMDGPULibFunc(EFuncId Id, const AMDGPULibFunc &
CopyFrom
);
413
const AMDGPUMangledLibFunc &
copyFrom
);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Overload.h
461
void
copyFrom
(const AmbiguousConversionSequence &);
582
case AmbiguousConversion: Ambiguous.
copyFrom
(Other.Ambiguous); break;
/src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
Path.inc
854
copyFrom
(mapped_file_region());
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveInterval.h
70
void
copyFrom
(VNInfo &src) {
787
/// liveness information in @p
CopyFrom
.
790
const LiveRange &
CopyFrom
) {
791
SubRange *Range = new (Allocator) SubRange(LaneMask,
CopyFrom
, Allocator);
/src/external/apache2/llvm/dist/llvm/lib/Support/
JSON.cpp
105
void Value::
copyFrom
(const Value &M) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveInterval.cpp
759
V1->
copyFrom
(*V2);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOverload.cpp
578
AmbiguousConversionSequence::
copyFrom
(const AmbiguousConversionSequence &O) {
Completed in 54 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026