Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DStatusTest.cpp75 ULONG nameLen = llvm::array_lengthof(name); in TEST() local
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp950 int nameLen{x.source.end()[-1] == 'n' ? 3 /*LEN*/ : 4 /*KIND*/}; in Analyze() local