OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsGlobalLV
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParser.h
54
bool
IsGlobalLV
;
77
void setVar(void *decl, bool
isGlobalLV
, unsigned size, unsigned type) {
81
Var.
IsGlobalLV
=
isGlobalLV
;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
752
bool
IsGlobalLV
= false;
754
IsGlobalLV
= Eval.isGlobalLValue();
755
Info.setVar(Res,
IsGlobalLV
, Size, Type);
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp
1751
bool
IsGlobalLV
= false;
1756
IsGlobalLV
= Info.Var.
IsGlobalLV
;
1760
if (
IsGlobalLV
&& (BaseReg || IndexReg)) {
2542
Info.Var.
IsGlobalLV
));
Completed in 60 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026