Home
last modified time | relevance | path

Searched refs:RefName (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp86 StringRef RefName) { in simpleCondition() argument
93 .bind(RefName))), in simpleCondition()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1340 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local
1341 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()
1345 Protocol, RefName); in GenerateProtocolRef()
1346 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp6761 std::string RefName = createPlatformSpecificName({VarName, "ref"}); in registerTargetGlobalVariable() local
6763 if (!M.getNamedValue(RefName)) { in registerTargetGlobalVariable()
6765 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()