OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LexMasmHexFloats
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h
53
bool
LexMasmHexFloats
= false;
172
void setLexMasmHexFloats(bool V) {
LexMasmHexFloats
= V; }
/src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
llvm-mc.cpp
172
static cl::opt<bool>
LexMasmHexFloats
(
311
Parser->getLexer().setLexMasmHexFloats(
LexMasmHexFloats
);
/src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
AsmLexer.cpp
367
if (
LexMasmHexFloats
&& (*CurPtr == 'r' || *CurPtr == 'R')) {
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026