Home
last modified time | relevance | path

Searched refs:FnIndex (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp246 BasicBlock *ResumeEntry, int8_t FnIndex) { in createClone() argument
310 bool IsDestroy = FnIndex != 0; in createClone()
319 auto *NewValue = Builder.getInt8(FnIndex ? 1 : 0); in createClone()
332 /*Elide=*/FnIndex == 2); in createClone()
/external/clang/lib/Sema/
DSemaType.cpp3527 unsigned FnIndex; in GetFullTypeForDeclarator() local
3529 D.isFunctionDeclarator(FnIndex) && FnIndex == Index) in GetFullTypeForDeclarator()