Home
last modified time | relevance | path

Searched refs:NextIdx (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Lex/
DPTHLexer.cpp242 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr); in SkipBlock() local
246 bool isEndif = NextIdx == 0; in SkipBlock()
/external/clang/tools/libclang/
DCIndex.cpp5717 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument
5718 if (NextIdx >= NumTokens) in lexNext()
5721 ++NextIdx; in lexNext()
5758 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
5763 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
5765 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens()
5778 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
5783 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
5797 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
5809 Cursors[NextIdx-1] = MakeMacroExpansionCursor(MacroDef, in annotatePreprocessorTokens()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2405 Value *NextIdx = Builder.CreateAdd(Induction, Step, "index.next"); in createEmptyLoop() local
2407 Induction->addIncoming(NextIdx, VecBody); in createEmptyLoop()
2409 Value *ICmp = Builder.CreateICmpEQ(NextIdx, IdxEndRoundDown); in createEmptyLoop()