Searched defs:ATTR_NONE (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp282 ATTR_NONE, enumerator in enum:__anon9332
1463 bitAttrs.push_back(ATTR_NONE);
1472 case ATTR_NONE:
1513 bitAttr_t RA = ATTR_NONE;
1519 assert(bitAttr != ATTR_NONE && "Bit without attributes");
1522 case ATTR_NONE:
1544 RA = ATTR_NONE;
1550 RA = ATTR_NONE;
1566 RA = ATTR_NONE;
1575 RA = ATTR_NONE;
[all...]
/external/kernel-headers/original/linux/
H A Dmsdos_fs.h30 #define ATTR_NONE 0 /* no attribute bits */ macro
296 return ((inode->i_mode & S_IWUGO) ? ATTR_NONE : ATTR_RO) |
297 (S_ISDIR(inode->i_mode) ? ATTR_DIR : ATTR_NONE) |

Completed in 109 milliseconds