Home
last modified time | relevance | path

Searched defs:isNest (Results 1 – 2 of 2) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetCallingConv.h81 bool isNest() const { return Flags & Nest; } in isNest() function
H A DTargetLowering.h2275 bool isNest : 1; member