OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/MC/
MCInst.h
60
bool
isInst
() const { return Kind == kInst; }
103
assert(
isInst
() && "This is not a sub-instruction");
107
assert(
isInst
() && "This is not a sub-instruction");
/external/llvm/lib/MC/
MCInst.cpp
30
} else if (
isInst
()) {
/external/clang/include/clang/AST/
DeclObjC.h
420
void setInstanceMethod(bool
isInst
) { IsInstance =
isInst
; }
[
all
...]
Completed in 578 milliseconds