OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isVariable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
MCInstrDescView.cpp
52
bool Operand::
isVariable
() const { return VariableIndex.hasValue(); }
165
if (Op.
isVariable
())
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCSymbol.h
268
assert(!
isVariable
() && "Cannot set fragment of variable");
289
///
isVariable
- Check if this is a variable symbol.
290
bool
isVariable
() const {
296
assert(
isVariable
() && "Invalid accessor!");
391
if (Fragment || !
isVariable
())
Completed in 17 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026