Home
last modified time | relevance | path

Searched refs:COND_NONE (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430.h30 COND_NONE, // unconditional enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp350 CondCode = MSP430CC::COND_NONE; in parseJccInstruction()
354 if (CondCode == (unsigned)MSP430CC::COND_NONE) in parseJccInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/
H A DMSP430Disassembler.cpp333 case 7: return MSP430CC::COND_NONE; in getCondCode()
/freebsd/contrib/file/src/
H A Dapprentice.c1811 { "", 0, COND_NONE }, in get_cond()
1834 if (last_cond != COND_NONE && last_cond != COND_ELIF) { in check_cond()
1857 last_cond = COND_NONE; in check_cond()
1860 case COND_NONE: in check_cond()
1861 last_cond = COND_NONE; in check_cond()
H A Dfile.h343 #define COND_NONE 0 macro
H A Dfuncs.c635 ms->c.li[level].last_cond = COND_NONE; in file_check_mem()