Home
last modified time | relevance | path

Searched defs:has_name (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/synthetic/recognizer_function/
H A Dprogram.cpp47 bool has_name() { return _has_name_; } in has_name() function in Customer
/openbsd-src/gnu/usr.bin/perl/
H A Dop.c10527 bool has_name; Perl_newATTRSUB_x() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp1295 bool has_name = !name.empty(); in CreateRecordType() local