Searched refs:TypeIt (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Object/
H A DWindowsResource.cpp263 auto TypeIt = Root.IDChildren.find(/* RT_MANIFEST */ 24); local
264 if (TypeIt == Root.IDChildren.end())
267 TreeNode *TypeNode = TypeIt->second.get();
/openbsd-current/gnu/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp1734 auto TypeIt = KnownType.find(Identifier.lower()); local
1735 if (TypeIt != KnownType.end()) {
1736 Info.Type = TypeIt->second;
7286 auto TypeIt = KnownType.find(Base.lower()); local
7287 if (TypeIt != KnownType.end()) {
7288 StructIt = Structs.find(TypeIt->second.Name.lower());

Completed in 111 milliseconds