Home
last modified time | relevance | path

Searched refs:isMarker (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/dialog/
H A Dguage.c36 #define isMarker(buf) !strncmp(buf, "XXX", (size_t) 3) macro
195 if (isMarker(buf)) { in handle_input()
211 && !isMarker(buf)) { in handle_input()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/
H A DWebAssemblyUtilities.cpp
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyUtilities.cpp156 (Pos->isLabel() || Pos->isDebugInstr() || isMarker(Pos->getOpcode()))) in findCatch()
H A DWebAssemblyCFGStackify.cpp1922 else if (RangeEnd && WebAssembly::isMarker(MI.getOpcode())) in fixCallUnwindMismatches()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyMCTargetDesc.h450 inline bool isMarker(unsigned Opc) { in isMarker() function