Home
last modified time | relevance | path

Searched refs:ATTR_NONE (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp187 ATTR_NONE, enumerator
1082 bitAttrs.push_back(ATTR_NONE); in filterProcessor()
1091 case ATTR_NONE: in filterProcessor()
1132 bitAttr_t RA = ATTR_NONE; in filterProcessor()
1138 assert(bitAttr != ATTR_NONE && "Bit without attributes"); in filterProcessor()
1141 case ATTR_NONE: in filterProcessor()
1163 RA = ATTR_NONE; in filterProcessor()
1169 RA = ATTR_NONE; in filterProcessor()
1185 RA = ATTR_NONE; in filterProcessor()
1194 RA = ATTR_NONE; in filterProcessor()
[all …]
/external/kernel-headers/original/linux/
Dmsdos_fs.h30 #define ATTR_NONE 0 /* no attribute bits */ macro
296 return ((inode->i_mode & S_IWUGO) ? ATTR_NONE : ATTR_RO) | in fat_attr()
297 (S_ISDIR(inode->i_mode) ? ATTR_DIR : ATTR_NONE) | in fat_attr()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoderCommon.h51 ENUM_ENTRY(ATTR_NONE, 0x00) \
DX86DisassemblerDecoder.c728 attrMask = ATTR_NONE; in getID()