Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp374 ATTR_NONE, enumerator
1633 bitAttrs.push_back(ATTR_NONE); in filterProcessor()
1642 case ATTR_NONE: in filterProcessor()
1683 bitAttr_t RA = ATTR_NONE; in filterProcessor()
1689 assert(bitAttr != ATTR_NONE && "Bit without attributes"); in filterProcessor()
1692 case ATTR_NONE: in filterProcessor()
1714 RA = ATTR_NONE; in filterProcessor()
1720 RA = ATTR_NONE; in filterProcessor()
1736 RA = ATTR_NONE; in filterProcessor()
1745 RA = ATTR_NONE; in filterProcessor()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DX86DisassemblerDecoderCommon.h58 ATTR_NONE = 0x00, enumerator
/freebsd/contrib/jemalloc/src/
H A Dextent.c116 #define ATTR_NONE /* does nothing */ macro
118 ph_gen(ATTR_NONE, extent_avail_, extent_tree_t, extent_t, ph_link,
121 #undef ATTR_NONE
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp1197 attrMask = ATTR_NONE; in getInstructionID()