Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp943 llvm::StringRef alloc_name = alloc->getName(); in RewritePersistentAllocs() local
945 if (alloc_name.starts_with("$") && !alloc_name.starts_with("$__lldb")) { in RewritePersistentAllocs()
946 if (alloc_name.find_first_of("0123456789") == 1) { in RewritePersistentAllocs()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_device.c140 static int alloc_name(char *name) in alloc_name() function
337 ret = alloc_name(device->name); in ib_register_device()