Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp4904 static std::string generateUniqueName(CodeGenModule &CGM,
4939 generateUniqueName(CGM, DRE->getDecl()->getNameAsString(), Privates); in emitPrivateReduction()
5484 static std::string generateUniqueName(CodeGenModule &CGM, StringRef Prefix, in generateUniqueName() function
5541 generateUniqueName(CGM, "reduction_size", RCG.getRefExpr(N))); in emitReduceInitFunction()
5607 generateUniqueName(CGM, "reduction_size", RCG.getRefExpr(N))); in emitReduceCombFunction()
5677 generateUniqueName(CGM, "reduction_size", RCG.getRefExpr(N))); in emitReduceFiniFunction()
5844 generateUniqueName(CGM, "reduction_size", RCG.getRefExpr(N))); in emitTaskReductionFixups()
11658 SmallString<16>(generateUniqueName(CGM, "pl_cond", Ref))));
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc1517 // TODO: For EEXIST, profile calling fs::generateUniqueName() and