Searched defs:hasInfo (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/CodeGen/ | ||
H A D | CGLoopInfo.h | 99 return hasInfo() ? getInfo().getAttributes().IsParallel : false; 123 bool hasInfo() const { return !Active.empty(); } function in class:clang::CodeGen::LoopInfoStack |
Completed in 77 milliseconds