Home
last modified time | relevance | path

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

/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-16.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h623 const TreeNodePtr TN = DT.getNode(N); in reattachExistingSubtree() local
776 TreeNodePtr TN = II.Bucket.top(); in InsertReachable() local
848 for (const TreeNodePtr TN : II.Affected) { in UpdateInsertion() local
855 for (const TreeNodePtr TN : II.VisitedUnaffected) in UpdateInsertion() local
1057 const TreeNodePtr TN = DT.getNode(To); in DeleteUnreachable() local
1075 const TreeNodePtr TN = DT.getNode(N); in DeleteUnreachable() local
1099 const TreeNodePtr TN = DT.getNode(N); in DeleteUnreachable() local
1269 const TreeNodePtr TN = NodeToTN.second.get(); in verifyReachability() local
1302 const TreeNodePtr TN = NodeToTN.second.get(); in VerifyLevels() local
1470 const TreeNodePtr TN = NodeToTN.second.get(); in verifyParentProperty() local
[all …]
/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/strace/
Dsysent_shorthand_defs.h6 # define TN 0 macro
30 # define TN TRACE_NETWORK macro
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DFoldingSet.h528 T *TN = static_cast<T *>(N); in GetNodeProfile() local
537 T *TN = static_cast<T *>(N); in NodeEquals() local
545 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
592 T *TN = static_cast<T *>(N); in GetNodeProfile() local
599 T *TN = static_cast<T *>(N); in NodeEquals() local
606 T *TN = static_cast<T *>(N); in ComputeNodeHash() local
/external/sdv/vsomeip/third_party/boost/type_index/examples/
Dconstexpr14_sort_check.cpp49 constexpr bool is_asc_sorted(types<Lhs, Rhs, TN...>) noexcept { in is_asc_sorted() argument
/external/clang/lib/Analysis/
DThreadSafetyTIL.cpp270 BasicBlock::TopologyNode BasicBlock::*TN) { in computeNodeSize()
281 BasicBlock::TopologyNode BasicBlock::*TN) { in computeNodeID()
/external/dtc/
Dfdtdump.c30 #define TN(t) [t] = #t in tagname() macro
/external/flashrom/util/flashrom_tester/src/
Dtests.rs88 test_names: Option<TN>, in generic()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DInlineSizeEstimatorAnalysis.cpp146 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()
DDeclCXX.h3094 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); } in setTypename()
/external/v4l-utils/lib/include/libdvbv5/
Dcountries.h769 TN, enumerator
/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.cpp2146 TypeNode *TN = demangleType(MangledName, QualifierMangleMode::Drop); in demangleFunctionParameterList() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp2138 TypeNode *TN = demangleType(MangledName, QualifierMangleMode::Drop); in demangleFunctionParameterList() local
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp159 unsigned int TN; member
/external/clang/lib/Sema/
DSemaDeclAttr.cpp473 TypedefNameDecl *TN = TD->getDecl(); in checkTypedefTypeForCapability() local
DSemaDeclCXX.cpp885 const auto *TN = cast<TypedefNameDecl>(DclIt); in CheckConstexprDeclStmt() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1768 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); in visitADD() local
1950 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); in visitSUB() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2481 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); in visitADDLikeCommutative() local
3239 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); in visitSUB() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2879 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); in visitADDLikeCommutative() local
3737 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); in visitSUB() local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…