Searched refs:NextIndex (Results 1 – 4 of 4) sorted by relevance
/external/llvm/unittests/ExecutionEngine/JIT/ |
D | JITEventListenerTest.cpp | 44 unsigned NextIndex; member 46 RecordingJITEventListener() : NextIndex(0) {} in RecordingJITEventListener() 51 FunctionEmittedEvent Event = {NextIndex++, &F, Code, Size, Details}; in NotifyFunctionEmitted() 56 FunctionFreedEvent Event = {NextIndex++, OldPtr}; in NotifyFreeingMachineCode()
|
/external/clang/lib/AST/ |
D | CommentSema.cpp | 961 unsigned NextIndex; member in clang::comments::__anonf4a792230211::SimpleTypoCorrector 967 BestIndex(0), NextIndex(0) in SimpleTypoCorrector() 986 unsigned CurrIndex = NextIndex++; in addDecl()
|
D | VTableBuilder.cpp | 2058 uint64_t NextIndex = Index + 1; in dumpLayout() local 2059 if (AddressPointsByIndex.count(NextIndex)) { in dumpLayout() 2060 if (AddressPointsByIndex.count(NextIndex) == 1) { in dumpLayout() 2062 AddressPointsByIndex.find(NextIndex)->second; in dumpLayout() 2070 AddressPointsByIndex.lower_bound(NextIndex)->second.getBaseOffset(); in dumpLayout() 2075 AddressPointsByIndex.lower_bound(NextIndex), E = in dumpLayout() 2076 AddressPointsByIndex.upper_bound(NextIndex); I != E; ++I) { in dumpLayout()
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 1393 unsigned NextIndex = 1; // Skip identifier ID. in ReadMacroRecord() local 1394 SubmoduleID SubModID = getGlobalSubmoduleID(F, Record[NextIndex++]); in ReadMacroRecord() 1395 SourceLocation Loc = ReadSourceLocation(F, Record, NextIndex); in ReadMacroRecord() 1397 MI->setDefinitionEndLoc(ReadSourceLocation(F, Record, NextIndex)); in ReadMacroRecord() 1398 MI->setIsUsed(Record[NextIndex++]); in ReadMacroRecord() 1399 MI->setUsedForHeaderGuard(Record[NextIndex++]); in ReadMacroRecord() 1403 bool isC99VarArgs = Record[NextIndex++]; in ReadMacroRecord() 1404 bool isGNUVarArgs = Record[NextIndex++]; in ReadMacroRecord() 1405 bool hasCommaPasting = Record[NextIndex++]; in ReadMacroRecord() 1407 unsigned NumArgs = Record[NextIndex++]; in ReadMacroRecord() [all …]
|