OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OT
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
1165
const ObjCObjectType *
OT
= dyn_cast<ObjCObjectType>(T);
1166
if (!
OT
)
1169
return MakeCXType(
OT
->getBaseType(), GetTU(CT));
1177
const ObjCObjectType *
OT
= dyn_cast<ObjCObjectType>(T);
1178
if (!
OT
)
1181
return
OT
->getNumProtocols();
1189
const ObjCObjectType *
OT
= dyn_cast<ObjCObjectType>(T);
1190
if (!
OT
)
1193
const ObjCProtocolDecl *PD =
OT
->getProtocol(i);
1205
const ObjCObjectType *
OT
= dyn_cast<ObjCObjectType>(T)
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.h
120
const std::string &EMN, const std::string &
OT
, unsigned MION,
123
OperandType(
OT
), MIOperandNo(MION), MINumOperands(MINO),
/src/external/gpl3/binutils/dist/opcodes/
mcore-opc.h
25
O0,
OT
, O1, OC, O2, X1, OI, OB,
55
{ "trap",
OT
, 0, 0x0008 },
mcore-dis.c
33
/*
OT
*/ 0xFFFC,
137
case
OT
:
/src/external/gpl3/binutils.old/dist/opcodes/
mcore-opc.h
25
O0,
OT
, O1, OC, O2, X1, OI, OB,
55
{ "trap",
OT
, 0, 0x0008 },
mcore-dis.c
33
/*
OT
*/ 0xFFFC,
137
case
OT
:
/src/external/gpl3/gdb.old/dist/opcodes/
mcore-opc.h
25
O0,
OT
, O1, OC, O2, X1, OI, OB,
55
{ "trap",
OT
, 0, 0x0008 },
mcore-dis.c
33
/*
OT
*/ 0xFFFC,
137
case
OT
:
/src/external/gpl3/gdb/dist/opcodes/
mcore-opc.h
25
O0,
OT
, O1, OC, O2, X1, OI, OB,
55
{ "trap",
OT
, 0, 0x0008 },
mcore-dis.c
33
/*
OT
*/ 0xFFFC,
137
case
OT
:
/src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp
194
auto
OT
= OperandTable[WasmInst->OperandStart + OPI];
195
switch (
OT
) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
1488
const ObjCObjectType *
OT
= OPT->getObjectType();
1491
if (
OT
->isObjCId()) {
1533
if (
OT
->isObjCClass()) {
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugFrame.h
489
static const char *operandTypeString(OperandType
OT
);
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugFrame.cpp
381
const char *CFIProgram::operandTypeString(CFIProgram::OperandType
OT
) {
385
switch (
OT
) {
/src/external/gpl3/binutils/dist/gas/config/
tc-mcore.c
901
case
OT
:
/src/external/gpl3/binutils.old/dist/gas/config/
tc-mcore.c
901
case
OT
:
/src/external/apache2/llvm/dist/clang/lib/AST/
Type.cpp
1723
if (const auto *
OT
= getAs<ObjCObjectType>()) {
1724
if (
OT
->getInterface())
1725
return
OT
;
ASTContext.cpp
8392
auto *
OT
= new (memory) OverloadedTemplateStorage(size);
8394
NamedDecl **Storage =
OT
->getStorage();
8404
return TemplateName(
OT
);
8410
auto *
OT
= new (*this) AssumedTemplateStorage(Name);
8411
return TemplateName(
OT
);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
ItaniumCXXABI.cpp
3888
void ItaniumRTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *
OT
) {
3890
const Type *T =
OT
->getBaseType().getTypePtr();
Completed in 45 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026