Home
last modified time | relevance | path

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

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