OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isValidGCCRegisterName
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/Targets/
BPF.h
70
bool
isValidGCCRegisterName
(StringRef Name) const override { return true; }
/src/external/apache2/llvm/dist/clang/lib/Basic/
TargetInfo.cpp
483
return (
isValidGCCRegisterName
(Name) || Name == "memory" || Name == "cc" ||
487
///
isValidGCCRegisterName
- Returns whether the passed in string
490
bool TargetInfo::
isValidGCCRegisterName
(StringRef Name) const {
537
assert(
isValidGCCRegisterName
(Name) && "Invalid register passed in");
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TargetInfo.h
917
virtual bool
isValidGCCRegisterName
(StringRef Name) const;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp
200
if (Target.
isValidGCCRegisterName
(Attr->getLabel()))
SemaDecl.cpp
7330
if (!Context.getTargetInfo().
isValidGCCRegisterName
(Label) &&
7345
if (!TI.
isValidGCCRegisterName
(Label))
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp
2034
assert(Target.
isValidGCCRegisterName
(Register));
Completed in 133 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026