Home
last modified time | relevance | path

Searched defs:TN (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DFoldingSet.h480 T *TN = static_cast<T *>(N); in GetNodeProfile() local
488 T *TN = static_cast<T *>(N); in NodeEquals() local
495 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
529 T *TN = static_cast<T *>(N); in GetNodeProfile() local
535 T *TN = static_cast<T *>(N); in NodeEquals() local
541 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
/external/llvm/include/llvm/ADT/
DFoldingSet.h418 T *TN = static_cast<T *>(N); in GetNodeProfile() local
425 T *TN = static_cast<T *>(N); in NodeEquals() local
431 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
501 T *TN = static_cast<T *>(N); in GetNodeProfile() local
506 T *TN = static_cast<T *>(N); in NodeEquals() local
512 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DFoldingSet.h424 T *TN = static_cast<T *>(N); in GetNodeProfile() local
432 T *TN = static_cast<T *>(N); in NodeEquals() local
439 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
509 T *TN = static_cast<T *>(N); in GetNodeProfile() local
515 T *TN = static_cast<T *>(N); in NodeEquals() local
522 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h622 const TreeNodePtr TN = DT.getNode(N); in reattachExistingSubtree() local
779 TreeNodePtr TN = II.Bucket.top(); in InsertReachable() local
852 for (const TreeNodePtr TN : II.Affected) { in UpdateInsertion() local
859 for (const TreeNodePtr TN : II.VisitedUnaffected) in UpdateInsertion() local
1062 const TreeNodePtr TN = DT.getNode(To); in DeleteUnreachable() local
1080 const TreeNodePtr TN = DT.getNode(N); in DeleteUnreachable() local
1104 const TreeNodePtr TN = DT.getNode(N); in DeleteUnreachable() local
1308 const TreeNodePtr TN = NodeToTN.second.get(); in verifyReachability() local
1341 const TreeNodePtr TN = NodeToTN.second.get(); in VerifyLevels() local
1509 const TreeNodePtr TN = NodeToTN.second.get(); in verifyParentProperty() local
[all …]
/external/llvm-project/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h624 const TreeNodePtr TN = DT.getNode(N); in reattachExistingSubtree() local
777 TreeNodePtr TN = II.Bucket.top(); in InsertReachable() local
849 for (const TreeNodePtr TN : II.Affected) { in UpdateInsertion() local
856 for (const TreeNodePtr TN : II.VisitedUnaffected) in UpdateInsertion() local
1058 const TreeNodePtr TN = DT.getNode(To); in DeleteUnreachable() local
1076 const TreeNodePtr TN = DT.getNode(N); in DeleteUnreachable() local
1100 const TreeNodePtr TN = DT.getNode(N); in DeleteUnreachable() local
1270 const TreeNodePtr TN = NodeToTN.second.get(); in verifyReachability() local
1303 const TreeNodePtr TN = NodeToTN.second.get(); in VerifyLevels() local
1471 const TreeNodePtr TN = NodeToTN.second.get(); in verifyParentProperty() local
[all …]
/external/llvm-project/llvm/include/llvm/ADT/
DFoldingSet.h501 T *TN = static_cast<T *>(N); in GetNodeProfile() local
510 T *TN = static_cast<T *>(N); in NodeEquals() local
518 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
565 T *TN = static_cast<T *>(N); in GetNodeProfile() local
572 T *TN = static_cast<T *>(N); in NodeEquals() local
579 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
/external/strace/
Dsysent_shorthand_defs.h6 # define TN 0 macro
30 # define TN TRACE_NETWORK macro
/external/llvm-project/clang/lib/Analysis/
DThreadSafetyTIL.cpp267 BasicBlock::TopologyNode BasicBlock::*TN) { in computeNodeSize()
278 BasicBlock::TopologyNode BasicBlock::*TN) { in computeNodeID()
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp270 BasicBlock::TopologyNode BasicBlock::*TN) { in computeNodeSize()
281 BasicBlock::TopologyNode BasicBlock::*TN) { in computeNodeID()
/external/llvm-project/llvm/tools/llvm-pdbutil/
DFormatUtil.cpp58 std::string TN = truncateStringFront(Name, MaxLen - RequiredExtraChars); in truncateQuotedNameFront() local
69 std::string TN = truncateStringBack(Name, MaxLen - RequiredExtraChars); in truncateQuotedNameBack() local
/external/llvm-project/llvm/unittests/ADT/
DIListSentinelTest.cpp58 TrackingNode TN; in TEST() local
/external/llvm-project/clang-tools-extra/clangd/
DDumpAST.cpp176 std::string getKind(const TemplateName &TN) { in getKind()
297 std::string getDetail(const TemplateName &TN) { in getDetail()
346 bool TraverseTemplateName(const TemplateName &TN) { in TraverseTemplateName()
/external/dtc/
Dfdtdump.c30 #define TN(t) [t] = #t in tagname() macro
/external/llvm-project/clang/lib/AST/
DCXXInheritance.cpp256 TemplateName TN = TST->getTemplateName(); in lookupInBases() local
422 TemplateName TN = TST->getTemplateName(); in findOrdinaryMemberInDependentClasses() local
DASTTypeTraits.cpp135 else if (const TemplateName *TN = get<TemplateName>()) in print() local
DQualTypeNames.cpp172 TemplateName TN(TSTDecl->getSpecializedTemplate()); in getFullyQualifiedTemplateType() local
/external/llvm-project/clang/lib/Index/
DIndexTypeSourceInfo.cpp209 TemplateName TN = TST->getTemplateName(); in VisitDependentNameTypeLoc() local
DIndexBody.cpp162 TemplateName TN = TST->getTemplateName(); in indexDependentReference() local
/external/llvm-project/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp147 if (const auto *TN = Tree.getNode(&BB)) in getMaxDominatorTreeDepth() local
/external/clang/lib/Tooling/Core/
DQualTypeNames.cpp188 TemplateName TN(TSTDecl->getSpecializedTemplate()); in getFullyQualifiedTemplateType() local
/external/clang/include/clang/AST/
DTemplateName.h520 static inline void *getAsVoidPointer(clang::TemplateName TN) { in getAsVoidPointer()
/external/clang/lib/AST/
DItaniumMangle.cpp1734 void CXXNameMangler::mangleType(TemplateName TN) { in mangleType()
1874 TemplateName TN = TST->getTemplateName(); in mangleUnresolvedTypeOrSimpleId() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2145 TypeNode *TN = demangleType(MangledName, QualifierMangleMode::Drop); in demangleFunctionParameterList() local
/external/llvm-project/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2145 TypeNode *TN = demangleType(MangledName, QualifierMangleMode::Drop); in demangleFunctionParameterList() local
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp176 unsigned int TN; member

12