OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfilingFile.c
83
char *
Copy
= malloc(strlen(Filename) + 1);
84
strcpy(
Copy
, Filename);
85
__llvm_profile_recursive_mkdir(
Copy
);
86
free(
Copy
);
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_segmented_array.h
128
Iterator
Copy
(*this);
130
return
Copy
;
134
Iterator
Copy
(*this);
136
return
Copy
;
384
// FIXME: This is a duplication of AppenEmplace with the
copy
semantics
385
// explicitly used, as a work-around to GCC 4.8 not invoking the
copy
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026