Searched defs:isNest (Results 1 – 2 of 2) sorted by relevance
| /external/llvm/include/llvm/Target/ | ||
| D | TargetCallingConv.h | 82 bool isNest() const { return Flags & Nest; } in isNest() function |
| D | TargetLowering.h | 2315 bool isNest : 1; member |