OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitDeclRefLValue
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp
570
llvm::Value *value = CGF.EmitLoadOfScalar(CGF.
EmitDeclRefLValue
(&DRE),
590
llvm::Value *Addr = CGF.
EmitDeclRefLValue
(&DRE).getPointer(CGF);
CGExpr.cpp
1317
return
EmitDeclRefLValue
(cast<DeclRefExpr>(E));
2669
LValue CodeGenFunction::
EmitDeclRefLValue
(const DeclRefExpr *E) {
4140
return
EmitDeclRefLValue
(DRE);
CGBlocks.cpp
951
src =
EmitDeclRefLValue
(&declRef).getAddress(*this);
CGObjC.cpp
1696
return EmitLoadOfScalar(
EmitDeclRefLValue
(&DRE), SourceLocation());
CodeGenFunction.h
3840
LValue
EmitDeclRefLValue
(const DeclRefExpr *E);
Completed in 42 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026