Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dnamelist01.f906 integer uniqueName variable
10 use dup, only: uniqueName, dupName
17 use dup, only: uniqueName
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DCodeGenHelpers.cpp37 std::string uniqueName; in getUniqueOutputLabel() local
40 uniqueName.push_back(c); in getUniqueOutputLabel()
42 uniqueName.append(llvm::utohexstr((unsigned char)c)); in getUniqueOutputLabel()
44 return uniqueName; in getUniqueOutputLabel()