Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp83 StringRef RefName) { in simpleCondition() argument
90 .bind(RefName))), in simpleCondition()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1323 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local
1324 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()
1328 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1329 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
H A DCGOpenMPRuntime.cpp10811 std::string RefName = getName({VarName, "ref"}); in registerTargetGlobalVariable() local
10812 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
10814 getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()