Home
last modified time | relevance | path

Searched defs:AppendEmplace (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/
Dxray_segmented_array.h353 T *AppendEmplace(Args &&... args) XRAY_NEVER_INSTRUMENT { in AppendEmplace() function
/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dsegmented_array_test.cpp67 TEST(SegmentedArrayTest, AppendEmplace) { in TEST() argument