OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LexMotorolaIntegers
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h
56
bool
LexMotorolaIntegers
= false;
180
void setLexMotorolaIntegers(bool V) {
LexMotorolaIntegers
= V; }
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp
36
LexMotorolaIntegers
= MAI.shouldUseMotorolaIntegers();
433
if (
LexMotorolaIntegers
&& CurPtr[-1] == '$') {
446
if (
LexMotorolaIntegers
&& CurPtr[-1] == '%') {
826
if (
LexMotorolaIntegers
&& isHexDigit(*CurPtr))
870
if (
LexMotorolaIntegers
&& (*CurPtr == '0' || *CurPtr == '1')) {
/src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp
176
static cl::opt<bool>
LexMotorolaIntegers
(
312
Parser->getLexer().setLexMotorolaIntegers(
LexMotorolaIntegers
);
Completed in 26 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026