OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OpName
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclarationName.cpp
177
const char *
OpName
= getOperatorSpelling(getCXXOverloadedOperator());
178
assert(
OpName
&& "not an overloaded operator");
181
if (
OpName
[0] >= 'a' &&
OpName
[0] <= 'z')
183
OS <<
OpName
;
DeclPrinter.cpp
1677
const char *
OpName
=
1679
assert(
OpName
&& "not an overloaded operator");
1680
Out <<
OpName
;
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Stencil.cpp
120
StringRef
OpName
;
123
OpName
= "expression";
126
OpName
= "deref";
129
OpName
= "maybeDeref";
132
OpName
= "addressOf";
135
OpName
= "maybeAddressOf";
138
OpName
= "describe";
141
return (
OpName
+ "(\"" + Data.Id + "\")").str();
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp
185
StringRef
OpName
= Op.substr(1);
189
StringRef::size_type DotIdx =
OpName
.find_first_of('.');
191
SubOpName =
OpName
.substr(DotIdx+1);
196
OpName
=
OpName
.substr(0, DotIdx);
199
unsigned OpIdx = getOperandNamed(
OpName
);
346
StringRef
OpName
;
347
std::tie(
OpName
, DisableEncoding) = getToken(DisableEncoding, " ,\t");
348
if (
OpName
.empty()) break;
351
std::pair<unsigned,unsigned> Op = ParseOperandName(
OpName
, false)
[
all
...]
CodeGenDAGPatterns.cpp
2786
StringRef
OpName
) {
2797
OpName
);
2801
if (R->getName() == "node" && !
OpName
.empty()) {
2802
if (
OpName
.empty())
2804
Args.push_back(std::string(
OpName
));
2807
Res->setName(
OpName
);
2813
if (
OpName
.empty())
2816
Args.push_back(std::string(
OpName
));
2817
Res->setName(
OpName
);
2822
if (!
OpName
.empty()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
1235
DeclarationName
OpName
= Context.DeclarationNames.getCXXOperatorName(
1239
DeclarationNameInfo(
OpName
, EllipsisLoc), Functions);
SemaCoroutine.cpp
256
DeclarationName
OpName
=
258
LookupResult Operators(SemaRef,
OpName
, SourceLocation(),
269
DeclarationNameInfo(
OpName
, Loc), /*RequiresADL*/ true, IsOverloaded,
SemaCodeComplete.cpp
5785
DeclarationName
OpName
=
5787
LookupResult R(*this,
OpName
, Loc, LookupOrdinaryName);
SemaExpr.cpp
1768
DeclarationName
OpName
=
1770
DeclarationNameInfo OpNameInfo(
OpName
, UDSuffixLoc);
1773
LookupResult R(S,
OpName
, UDSuffixLoc, Sema::LookupOrdinaryName);
1870
DeclarationName
OpName
=
1872
DeclarationNameInfo OpNameInfo(
OpName
, UDSuffixLoc);
1879
LookupResult R(*this,
OpName
, UDSuffixLoc, LookupOrdinaryName);
3699
DeclarationName
OpName
=
3701
DeclarationNameInfo OpNameInfo(
OpName
, UDSuffixLoc);
3708
LookupResult R(*this,
OpName
, UDSuffixLoc, LookupOrdinaryName);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600Defines.h
62
namespace
OpName
{
/src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
ItaniumDemangle.h
798
const Node *
OpName
;
802
: Node(KLiteralOperator),
OpName
(OpName_) {}
804
template<typename Fn> void match(Fn F) const { F(
OpName
); }
808
OpName
->print(S);
Completed in 77 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026