Home
last modified time | relevance | path

Searched refs:not_match (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/fs/fat/
Dfat.c483 goto not_match; in vfat_find_entry()
495 goto not_match; in vfat_find_entry()
509 goto not_match; in vfat_find_entry()
519 goto not_match; in vfat_find_entry()
535 not_match: in vfat_find_entry()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DPatternMatch.h581 struct not_match { struct
584 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() argument
607 inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument
/external/llvm/include/llvm/IR/
DPatternMatch.h833 template <typename LHS_t> struct not_match { struct
836 not_match(const LHS_t &LHS) : L(LHS) {} in not_match() function
854 template <typename LHS> inline not_match<LHS> m_Not(const LHS &L) { return L; } in m_Not() argument