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

/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp898 unsigned FnIndex = AttributeSet::FunctionIndex; local
899 bool OptForSize = F->getAttributes().hasAttribute(FnIndex, SzAttr);
900 bool NoFloat = F->getAttributes().hasAttribute(FnIndex, FlAttr);
/external/clang/lib/Sema/
H A DSemaType.cpp2462 unsigned FnIndex; local
2464 D.isFunctionDeclarator(FnIndex) && FnIndex == Index)

Completed in 79 milliseconds