Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPTHLexer.cpp241 uint32_t NextIdx = endian::readNext<uint32_t, little, aligned>(NextPPCondPtr); in SkipBlock() local
245 bool isEndif = NextIdx == 0; in SkipBlock()
/external/clang/tools/libclang/
DCIndex.cpp5978 unsigned &NextIdx, unsigned NumTokens) { in lexNext() argument
5979 if (NextIdx >= NumTokens) in lexNext()
5982 ++NextIdx; in lexNext()
6019 unsigned NextIdx = 0; in annotatePreprocessorTokens() local
6024 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6026 unsigned TokIdx = NextIdx-1; in annotatePreprocessorTokens()
6039 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6044 if (lexNext(Lex, Tok, NextIdx, NumTokens)) in annotatePreprocessorTokens()
6058 if (lexNext(Lex, Tok, NextIdx, NumTokens)) { in annotatePreprocessorTokens()
6070 Cursors[NextIdx-1] = MakeMacroExpansionCursor(MacroDef, in annotatePreprocessorTokens()
[all …]
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp2447 Value *NextIdx = Builder.CreateAdd(Induction, Step, "index.next"); in createEmptyLoop() local
2449 Induction->addIncoming(NextIdx, VecBody); in createEmptyLoop()
2451 Value *ICmp = Builder.CreateICmpEQ(NextIdx, IdxEndRoundDown); in createEmptyLoop()