OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isPseudo
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
169
bool
isPseudo
() const { return C.data[1] != nullptr; }
171
assert(
isPseudo
());
175
assert(!
isPseudo
());
179
assert(
isPseudo
());
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
970
inline bool
isPseudo
(uint64_t TSFlags) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h
264
bool
isPseudo
() const { return Flags & (1ULL << MCID::Pseudo); }
Completed in 22 milliseconds
Indexes created Tue Apr 14 00:22:26 UTC 2026