OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TD
(Results
1 - 25
of
41
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFTypeUnit.cpp
21
DWARFDie
TD
= getDIEForOffset(getTypeOffset() + getOffset());
22
const char *Name =
TD
.getName(DINameKind::ShortName);
/src/regress/sys/kern/execve/
Makefile
18
TD
= ${.CURDIR}/tests
27
${x}: ${
TD
}/${x}
28
cp ${
TD
}/${x} .
43
${RP} ${
TD
}/nonexistent | diff ${OD}/nonexistent -
63
goodaout: ${
TD
}/goodaout.c
64
${LINK.c} ${GOODAOUT_LIB} -o ${.TARGET} ${
TD
}/goodaout.c ${LDLIBS}
/src/external/apache2/llvm/dist/clang/lib/AST/
QualTypeNames.cpp
39
/// \param[in]
TD
- the TagDecl for which a NestedNameSpecifier is
46
const ASTContext &Ctx, const TypeDecl *
TD
,
199
} else if (const auto *
TD
= dyn_cast<TagDecl>(DC)) {
200
return createNestedNameSpecifier(Ctx,
TD
, FullyQualify, WithGlobalNsPrefix);
241
const TagDecl *
TD
= nullptr;
243
TD
= TagDeclType->getDecl();
245
TD
= Type->getAsCXXRecordDecl();
247
if (
TD
) {
248
return TypeName::createNestedNameSpecifier(Ctx,
TD
,
296
} else if (const auto *
TD
= dyn_cast<TagDecl>(Outer))
[
all
...]
DeclPrinter.cpp
193
TagDecl*
TD
= dyn_cast<TagDecl>(*Begin);
194
if (
TD
)
202
if(
TD
)
458
} else if (auto
TD
= dyn_cast<FunctionTemplateDecl>(*D)) {
459
if (
TD
->getTemplatedDecl()->isThisDeclarationADefinition())
1142
} else if (auto *
TD
= D->getTemplatedDecl())
1143
Visit(
TD
);
MicrosoftMangle.cpp
401
mangleTemplateInstantiationName(const TemplateDecl *
TD
,
421
void mangleType(const TagDecl *
TD
);
433
void mangleTemplateArgs(const TemplateDecl *
TD
,
435
void mangleTemplateArg(const TemplateDecl *
TD
, const TemplateArgument &TA,
851
if (const TemplateDecl *
TD
= FD->getPrimaryTemplate()) {
853
return
TD
;
883
if (const TemplateDecl *
TD
= isTemplate(ND, TemplateArgs)) {
887
if (isa<FunctionTemplateDecl>(
TD
)) {
888
mangleTemplateInstantiationName(
TD
, *TemplateArgs);
908
// It's important to key cache reads off ND, not
TD
-- the same TD ca
[
all
...]
ODRHash.cpp
504
const ClassTemplateDecl *
TD
= Record->getDescribedClassTemplate();
505
AddBoolean(
TD
);
506
if (
TD
) {
507
AddTemplateParameterList(
TD
->getTemplateParameters());
ASTDiagnostic.cpp
562
TemplateDecl *
TD
= nullptr;
616
FlatTree[CurrentNode].FromArgInfo.
TD
= FromTD;
617
FlatTree[CurrentNode].ToArgInfo.
TD
= ToTD;
645
FlatTree[CurrentNode].FromArgInfo.
TD
= FromTD;
646
FlatTree[CurrentNode].ToArgInfo.
TD
= ToTD;
782
FromTD = FlatTree[ReadNode].FromArgInfo.
TD
;
783
ToTD = FlatTree[ReadNode].ToArgInfo.
TD
;
802
FromTD = FlatTree[ReadNode].FromArgInfo.
TD
;
803
ToTD = FlatTree[ReadNode].ToArgInfo.
TD
;
2086
TemplateDiff
TD
(OS, Context, FromType, ToType, PrintTree, PrintFromType
[
all
...]
Decl.cpp
615
if (auto *
TD
= dyn_cast<TemplateDecl>(D))
616
D =
TD
->getTemplatedDecl();
889
} else if (auto *
TD
= dyn_cast<TypedefNameDecl>(D)) {
892
if (!
TD
->getAnonDeclWithTypedefName(/*AnyRedecl*/true))
1153
const auto *
TD
= spec->getSpecializedTemplate()->getTemplatedDecl();
1154
while (
TD
!= nullptr) {
1155
auto Vis = getVisibilityOf(
TD
, kind);
1158
TD
=
TD
->getPreviousDecl();
1202
if (const auto *
TD
= dyn_cast<TemplateDecl>(ND)
[
all
...]
TypePrinter.cpp
1439
TemplateDecl *
TD
= T->getTemplateName().getAsTemplateDecl();
1440
if (FullyQualify &&
TD
) {
1442
AppendScope(
TD
->getDeclContext(), OS,
TD
->getDeclName());
1444
IdentifierInfo *II =
TD
->getIdentifier();
1450
const TemplateParameterList *TPL =
TD
?
TD
->getTemplateParameters() : nullptr;
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexTypeSourceInfo.cpp
210
const ClassTemplateDecl *
TD
=
212
if (!
TD
)
214
CXXRecordDecl *RD =
TD
->getTemplatedDecl();
IndexBody.cpp
163
const ClassTemplateDecl *
TD
=
165
if (!
TD
)
167
CXXRecordDecl *RD =
TD
->getTemplatedDecl();
USRGeneration.cpp
549
if (const TypedefNameDecl *
TD
= D->getTypedefNameForAnonDecl()) {
551
Out << '@' << *
TD
;
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LLVMConventionsChecker.cpp
57
const TypedefNameDecl *
TD
= TT->getDecl();
59
if (!
TD
->isInStdNamespace())
62
return
TD
->getName() == "string";
87
TemplateDecl *
TD
= TM.getAsTemplateDecl();
89
if (!
TD
|| !InNamespace(
TD
, "std"))
92
return
TD
->getName() == "vector";
101
TemplateDecl *
TD
= TM.getAsTemplateDecl();
103
if (!
TD
|| !InNamespace(
TD
, "llvm")
[
all
...]
/src/libexec/getty/
gettytab.h
103
#define
TD
gettynums[5].value
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
70
while (const auto *
TD
= dyn_cast<TypedefNameDecl>(D)) {
72
if (const auto *TT =
TD
->getUnderlyingType()->getAs<TagType>()) {
289
if (const auto *
TD
= dyn_cast<TagDecl>(D)) {
291
Lexer::getLocForEndOfToken(
TD
->getInnerLocStart(), 0, SM, LangOpts);
384
if (const auto *
TD
= dyn_cast<TagDecl>(Enclosing))
385
if (
TD
->getDeclName().isEmpty()) {
386
S.Diag(
TD
->getLocation(),
388
<< /*Anonymous*/ 1 <<
TD
->getKindName();
864
TagDecl *
TD
= TT->getDecl();
865
DiagnoseDeclAvailability(
TD
, Range)
[
all
...]
SemaExprCXX.cpp
222
if (auto *
TD
= dyn_cast<TypeDecl>(D->getUnderlyingDecl()))
224
<< Context.getTypeDeclType(
TD
);
431
if (auto *
TD
= dyn_cast<TypeDecl>(FoundDecls[0]->getUnderlyingDecl())) {
434
QualType T = Context.getTypeDeclType(
TD
);
448
if (auto *
TD
= dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl()))
450
<< Context.getTypeDeclType(
TD
);
690
const auto *
TD
= Ty->getAsTagDecl();
691
if (!
TD
)
694
if (const auto *Uuid =
TD
->getMostRecentDecl()->getAttr<UuidAttr>()) {
700
if (const auto *CTSD = dyn_cast<ClassTemplateSpecializationDecl>(
TD
)) {
[
all
...]
SemaTemplateInstantiate.cpp
1327
TagDecl*
TD
= TT->getDecl();
1331
IdentifierInfo *Id =
TD
->getIdentifier();
1337
if (!SemaRef.isAcceptableTagRedeclaration(
TD
, Kind, /*isDefinition*/false,
1342
TD
->getKindName());
1343
SemaRef.Diag(
TD
->getLocation(), diag::note_previous_use);
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
234
if (const TypeDecl *
TD
= dyn_cast<TypeDecl>(D))
235
return MakeCXType(Context.getTypeDeclType(
TD
), TU);
313
if (const TypedefNameDecl *
TD
= dyn_cast_or_null<TypedefNameDecl>(D)) {
314
QualType T =
TD
->getUnderlyingType();
331
if (const EnumDecl *
TD
= dyn_cast_or_null<EnumDecl>(D)) {
332
QualType T =
TD
->getIntegerType();
348
if (const EnumConstantDecl *
TD
= dyn_cast_or_null<EnumConstantDecl>(D)) {
349
return
TD
->getInitVal().getSExtValue();
364
if (const EnumConstantDecl *
TD
= dyn_cast_or_null<EnumConstantDecl>(D)) {
365
return
TD
->getInitVal().getZExtValue()
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp
69
return SimplifyInstruction(I, {*
TD
, TLI, DT});
72
const DataLayout *
TD
;
211
unsigned ArgSize =
TD
->getTypeAllocSizeInBits(ArgType);
233
ArgSize =
TD
->getTypeAllocSizeInBits(ArgType);
465
uint64_t Size =
TD
->getTypeAllocSizeInBits(ArgType);
522
TD
->getTypeAllocSizeInBits(TheBtCast->getType()) / 8;
580
TD
= &M.getDataLayout();
/src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
llvm-cxxdump.cpp
270
TypeDescriptor
TD
;
272
TD
.AlwaysZero = *reinterpret_cast<const little64_t *>(DataPtr);
274
TD
.AlwaysZero = *reinterpret_cast<const little32_t *>(DataPtr);
275
TD
.MangledName = SymContents.drop_front(BytesInAddress * 2);
276
StringRef *I = std::begin(
TD
.Symbols), *E = std::end(
TD
.Symbols);
278
TDs[SymName] =
TD
;
395
const TypeDescriptor &
TD
= TDPair.second;
396
outs() << TDName << "[VFPtr]: " <<
TD
.Symbols[0] << '\n';
397
outs() << TDName << "[AlwaysZero]: " <<
TD
.AlwaysZero << '\n'
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCUDANV.cpp
1034
const auto *
TD
= cast<ClassTemplateSpecializationDecl>(
1036
const TemplateArgumentList &Args =
TD
->getTemplateArgs();
1037
if (
TD
->hasAttr<CUDADeviceBuiltinSurfaceTypeAttr>()) {
CodeGenFunction.cpp
2455
// the
td
file with the default cpu, for an always_inline function this is any
2477
const TargetAttr *
TD
= TargetDecl->getAttr<TargetAttr>();
2479
CGM.getContext().filterFunctionTargetAttrs(
TD
);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp
553
const DataLayout &
TD
= MF->getDataLayout();
555
unsigned Size = CPs[i].getSizeInBytes(
TD
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h
936
void setInstantiatedFromMemberTemplate(RedeclarableTemplateDecl *
TD
) {
938
getCommonPtr()->InstantiatedFromMember.setPointer(
TD
);
3348
auto *
TD
= dyn_cast<TemplateDecl>(D);
3349
return
TD
&& (isa<ClassTemplateDecl>(
TD
) ||
3350
isa<ClassTemplatePartialSpecializationDecl>(
TD
) ||
3351
isa<TypeAliasTemplateDecl>(
TD
) ||
3352
isa<TemplateTemplateParmDecl>(
TD
))
3353
?
TD
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantIslandPass.cpp
543
const DataLayout &
TD
= MF->getDataLayout();
545
unsigned Size = CPs[i].getSizeInBytes(
TD
);
Completed in 44 milliseconds
1
2
Indexes created Tue Sep 22 00:26:15 UTC 2026