OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resetAlloc
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
BumpPtrListTest.cpp
226
TEST(BumpPtrListTest,
resetAlloc
) {
231
L.
resetAlloc
();
234
L.
resetAlloc
();
239
EXPECT_DEATH(L.
resetAlloc
(), "Cannot reset allocator if not empty");
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
AllocatorList.h
231
void
resetAlloc
() {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
YAMLParser.cpp
820
TokenQueue.
resetAlloc
();
[
all
...]
Completed in 329 milliseconds