HomeSort by relevance Sort by last modified time
    Searched refs:SubTypes (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
Analysis.cpp 377 /// @param SubTypes List of the partial components making up the type from
379 /// represented is SubTypes.back()->getTypeAtIndex(Path.back() - 1).
382 /// (SubTypes[0]) to the leaf node currently represented.
386 /// false. SubTypes.back()->getTypeAtIndex(Path.back()) is either an empty
388 static bool advanceToNextLeafType(SmallVectorImpl<CompositeType *> &SubTypes,
392 while (!Path.empty() && !indexReallyValid(SubTypes.back(), Path.back() + 1)) {
394 SubTypes.pop_back();
404 Type *DeeperType = SubTypes.back()->getTypeAtIndex(Path.back());
410 SubTypes.push_back(CT);
427 /// Path as [1, 1] and SubTypes as [Next, {{}, i32, {}}] to represent the firs
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientshim.c 152 if (x->s.SubTypes) mDNSPlatformMemFree(x->s.SubTypes);
229 AuthRecord *SubTypes = mDNSNULL;
265 SubTypes, NumSubTypes, // Subtypes
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]
mDNSEmbeddedAPI.h     [all...]

Completed in 84 milliseconds