Home
last modified time | relevance | path

Searched refs:FEnd (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/Frontend/
DDependencyGraph.cpp126 FEnd = Dependencies.end(); in OutputGraphFile() local
127 F != FEnd; ++F) { in OutputGraphFile()
DLayoutOverrideSource.cpp174 FEnd = Record->field_end(); in layoutRecordType() local
175 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
DASTUnit.cpp1414 F = FilesInPreamble.begin(), FEnd = FilesInPreamble.end(); in getMainBufferWithPrecompiledPreamble() local
1415 !AnyFileChanged && F != FEnd; in getMainBufferWithPrecompiledPreamble()
/external/llvm-project/clang/lib/Frontend/
DDependencyGraph.cpp127 FEnd = Dependencies.end(); in OutputGraphFile() local
128 F != FEnd; ++F) { in OutputGraphFile()
DLayoutOverrideSource.cpp173 FEnd = Record->field_end(); in layoutRecordType() local
174 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
/external/llvm-project/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp617 const CharUnits FEnd = in computeVolatileBitfields() local
623 if (End < FOffset || FEnd < StorageOffset) in computeVolatileBitfields()
/external/clang/lib/Sema/
DSemaExprMember.cpp856 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference() local
877 while (FI != FEnd) { in BuildAnonymousStructUnionMemberReference()
887 SourceLocation(), (FI == FEnd ? SS : EmptySS), in BuildAnonymousStructUnionMemberReference()
DSemaExprCXX.cpp2514 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2515 F != FEnd; ++F) { in FindDeallocationFunction()
2555 F = Matches.begin(), FEnd = Matches.end(); F != FEnd; ++F) in FindDeallocationFunction() local
2569 for (LookupResult::iterator F = Found.begin(), FEnd = Found.end(); in FindDeallocationFunction() local
2570 F != FEnd; ++F) in FindDeallocationFunction()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp839 FI = indirectField->chain_begin(), FEnd = indirectField->chain_end(); in BuildAnonymousStructUnionMemberReference() local
863 while (FI != FEnd) { in BuildAnonymousStructUnionMemberReference()
873 (FI == FEnd ? SS : EmptySS), field, in BuildAnonymousStructUnionMemberReference()
DSemaDeclCXX.cpp11138 auto FIt = Info->Record->field_begin(), FEnd = Info->Record->field_end(); in CheckComparisonCategoryType() local
11139 if (std::distance(FIt, FEnd) != 1 || in CheckComparisonCategoryType()