Home
last modified time | relevance | path

Searched refs:AllocatorName (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dheapprofd_end_to_end_test.cc126 std::string AllocatorName(AllocatorMode mode) { in AllocatorName() function
250 AllocatorName(mode)); in ForkContinuousAlloc()
615 std::string allocator_name() { return AllocatorName(allocator_mode()); } in allocator_name()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp12886 DeclarationName AllocatorName = &S.getASTContext().Idents.get(Allocator); in findOMPAllocatorHandleT() local
12888 S.LookupSingleName(S.TUScope, AllocatorName, Loc, Sema::LookupAnyName)); in findOMPAllocatorHandleT()
19292 DeclarationName AllocatorName = &Context.Idents.get(Allocator); in ActOnOpenMPUsesAllocatorClause() local
19294 TUScope, AllocatorName, StartLoc, Sema::LookupAnyName)); in ActOnOpenMPUsesAllocatorClause()