Home
last modified time | relevance | path

Searched refs:FirstD (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c34 const __llvm_profile_data *FirstD = __llvm_profile_begin_data(); in lprofGetLoadModuleSignature() local
37 (NumVnodes << 10) + (DataSize > 0 ? FirstD->NameRef : 0); in lprofGetLoadModuleSignature()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp2165 DeclContext::lookup_iterator FirstD = FirstPath->Decls.begin(); in LookupQualifiedName() local
2168 while (FirstD != FirstPath->Decls.end() && in LookupQualifiedName()
2170 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() != in LookupQualifiedName()
2174 ++FirstD; in LookupQualifiedName()
2178 if (FirstD == FirstPath->Decls.end() && in LookupQualifiedName()