Home
last modified time | relevance | path

Searched defs:isPseudo (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXCursor.h169 bool isPseudo() const { return C.data[1] != nullptr; } in isPseudo() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInstrDesc.h273 bool isPseudo() const { return Flags & (1ULL << MCID::Pseudo); } in isPseudo() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h283 bool isPseudo : 1; variable
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86BaseInfo.h984 inline bool isPseudo(uint64_t TSFlags) { in isPseudo() function