Searched refs:FEnd (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 126 FEnd = Dependencies.end(); in OutputGraphFile() local 127 F != FEnd; ++F) { in OutputGraphFile()
|
D | LayoutOverrideSource.cpp | 174 FEnd = Record->field_end(); in layoutRecordType() local 175 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
|
D | ASTUnit.cpp | 1414 F = FilesInPreamble.begin(), FEnd = FilesInPreamble.end(); in getMainBufferWithPrecompiledPreamble() local 1415 !AnyFileChanged && F != FEnd; in getMainBufferWithPrecompiledPreamble()
|
/external/llvm-project/clang/lib/Frontend/ |
D | DependencyGraph.cpp | 127 FEnd = Dependencies.end(); in OutputGraphFile() local 128 F != FEnd; ++F) { in OutputGraphFile()
|
D | LayoutOverrideSource.cpp | 173 FEnd = Record->field_end(); in layoutRecordType() local 174 F != FEnd; ++F, ++NumFields) { in layoutRecordType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 617 const CharUnits FEnd = in computeVolatileBitfields() local 623 if (End < FOffset || FEnd < StorageOffset) in computeVolatileBitfields()
|
/external/clang/lib/Sema/ |
D | SemaExprMember.cpp | 856 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()
|
D | SemaExprCXX.cpp | 2514 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/ |
D | SemaExprMember.cpp | 839 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()
|
D | SemaDeclCXX.cpp | 11138 auto FIt = Info->Record->field_begin(), FEnd = Info->Record->field_end(); in CheckComparisonCategoryType() local 11139 if (std::distance(FIt, FEnd) != 1 || in CheckComparisonCategoryType()
|