OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInst
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MC/
MCInst.cpp
39
} else if (
isInst
()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInst.h
66
bool
isInst
() const { return Kind == kInst; }
125
assert(
isInst
() && "This is not a sub-instruction");
130
assert(
isInst
() && "This is not a sub-instruction");
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp
383
else if (Op.
isInst
())
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
432
void setInstanceMethod(bool
isInst
) {
433
ObjCMethodDeclBits.IsInstance =
isInst
;
Completed in 26 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026