Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp86 StringRef RefName) { in simpleCondition() argument
93 .bind(RefName))), in simpleCondition()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1326 std::string RefName = SymbolForProtocolRef(Name); in GenerateProtocolRef() local
1327 assert(!TheModule.getGlobalVariable(RefName)); in GenerateProtocolRef()
1331 llvm::ConstantExpr::getBitCast(Protocol, ProtocolPtrTy), RefName); in GenerateProtocolRef()
1332 GV->setComdat(TheModule.getOrInsertComdat(RefName)); in GenerateProtocolRef()
H A DCGOpenMPRuntime.cpp10385 std::string RefName = getName({VarName, "ref"}); in registerTargetGlobalVariable() local
10386 if (!CGM.GetGlobalValue(RefName)) { in registerTargetGlobalVariable()
10388 OMPBuilder.getOrCreateInternalVariable(Addr->getType(), RefName); in registerTargetGlobalVariable()