OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getASTAllocaAddressSpace
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenTypeCache.h
118
LangAS
getASTAllocaAddressSpace
() const { return ASTAllocaAddressSpace; }
TargetInfo.h
263
virtual LangAS
getASTAllocaAddressSpace
() const { return LangAS::Default; }
CGCall.cpp
4823
AS != CGM.
getASTAllocaAddressSpace
()))) {
4859
*this, V, LangAS::Default, CGM.
getASTAllocaAddressSpace
(), T,
CGExpr.cpp
90
if (
getASTAllocaAddressSpace
() != LangAS::Default) {
99
*this, V,
getASTAllocaAddressSpace
(), LangAS::Default,
CGDecl.cpp
2458
auto AllocaAS = CGM.
getASTAllocaAddressSpace
();
TargetInfo.cpp
9058
LangAS
getASTAllocaAddressSpace
() const override {
10096
LangAS
getASTAllocaAddressSpace
() const override {
CodeGenModule.cpp
135
ASTAllocaAddressSpace = getTargetCodeGenInfo().
getASTAllocaAddressSpace
();
Completed in 50 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026