OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getName
(Results
1 - 25
of
182
) sorted by relevancy
1
2
3
4
5
6
7
8
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteMacros.cpp
131
if (II->
getName
() == "warning") {
134
} else if (II->
getName
() == "pragma" &&
136
(RawTokens[CurRawTok+1].getIdentifierInfo()->
getName
() ==
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIATable.cpp
22
std::string DIATable::
getName
() const {
DIADataStream.cpp
23
std::string DIADataStream::
getName
() const {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeTypedef.cpp
18
dumpSymbolField(OS, "name",
getName
(), Indent);
23
std::string NativeTypeTypedef::
getName
() const {
NativeCompilandSymbol.cpp
35
dumpSymbolField(OS, "name",
getName
(), Indent);
46
// The usage of getObjFileName for getLibraryName and getModuleName for
getName
55
std::string NativeCompilandSymbol::
getName
() const {
NativePublicSymbol.cpp
29
dumpSymbolField(OS, "name",
getName
(), Indent);
38
std::string NativePublicSymbol::
getName
() const {
NativeSymbolEnumerator.cpp
37
dumpSymbolField(OS, "name",
getName
(), Indent);
54
std::string NativeSymbolEnumerator::
getName
() const {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Comdat.cpp
26
StringRef Comdat::
getName
() const { return Name->first(); }
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.h
51
const char *
getName
(unsigned RegNo) const {
/src/external/apache2/llvm/dist/clang/tools/diagtool/
DiagTool.h
31
llvm::StringRef
getName
() const { return cmd; }
DiagnosticNames.cpp
74
llvm::StringRef GroupRecord::
getName
() const {
/src/external/apache2/llvm/dist/clang/utils/TableGen/
ASTTableGen.cpp
23
llvm::StringRef clang::tblgen::HasProperties::
getName
() const {
25
return node.
getName
();
34
StringRef nodeName = node->
getName
();
46
return (Twine(
getName
()) + "Decl").str();
49
return
getName
();
55
return
getName
();
67
return
getName
();
70
return (Twine(
getName
()) + "Class").str();
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
LoopNestAnalysis.h
149
StringRef
getName
() const { return Loops.front()->
getName
(); }
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
RegisterBank.h
51
const char *
getName
() const { return Name; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GCStrategy.h
86
const std::string &
getName
() const { return Name; }
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MIRVRegNamerUtils.h
43
const std::string &
getName
() const { return Name; }
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/GISel/
PPCInstructionSelector.cpp
39
static const char *
getName
() { return DEBUG_TYPE; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ProvenanceAnalysisEvaluator.cpp
42
static StringRef
getName
(Value *V) {
43
StringRef Name = V->
getName
();
72
StringRef NameV1 =
getName
(V1);
74
StringRef NameV2 =
getName
(V2);
/src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
CodeTemplate.cpp
70
StringRef
getName
(ExecutionMode Bit) {
/src/external/apache2/llvm/dist/llvm/utils/TableGen/GlobalISel/
GIMatchDagEdge.h
48
StringRef
getName
() const { return Name; }
/src/external/bsd/nsd/dist/contrib/bind2nsd/bind2nsd/
Key.py
60
def
getName
(self):
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
Tool.h
48
const char *
getName
() const { return Name; }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Pragma.h
73
StringRef
getName
() const { return Name; }
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ReturnValueChecker.cpp
60
static std::string
getName
(const CallEvent &Call) {
66
Name += Call.getCalleeIdentifier()->
getName
();
100
std::string Name =
getName
(Call);
147
std::string Name =
getName
(*Call);
/src/external/apache2/llvm/dist/clang/tools/scan-view/share/
Reporter.py
43
def
getName
(self):
46
return getConfigOption(r.
getName
(),self.
getName
())
56
</tr>"""%(self.
getName
(),r.
getName
(),self.
getName
(),self.getValue(r,bugtype,getConfigOption))
69
</select></td>"""%(self.
getName
(),r.
getName
(),self.
getName
(),'\n'.join(["""\
79
def
getName
(self)
[
all
...]
Completed in 51 milliseconds
1
2
3
4
5
6
7
8
Indexes created Mon Aug 17 00:26:26 UTC 2026