OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allowsMemory
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
295
if (Info.
allowsMemory
() &&
385
if (Info.
allowsMemory
() &&
390
if (Info.
allowsMemory
() && !Info.allowsRegister()) {
443
if (!Ty->isVoidType() || !Info.
allowsMemory
())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2056
if (Info.allowsRegister() || !Info.
allowsMemory
()) {
2087
if (!Info.allowsRegister() && !Info.
allowsMemory
()) {
2103
if (Info.allowsRegister() || !Info.
allowsMemory
())
2287
if (!Info.
allowsMemory
() && (hasScalarEvaluationKind(OutExpr->getType()) ||
2407
if (Info.
allowsMemory
())
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
647
return Info.
allowsMemory
() || Info.allowsRegister();
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
974
bool
allowsMemory
() const { return (Flags & CI_AllowsMemory) != 0; }
Completed in 20 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026