Searched defs:TN (Results 1 - 15 of 15) sorted by relevance

/external/strace/tests/
H A Dksysent.c34 #define TN 0 macro
/external/clang/include/clang/AST/
H A DTemplateName.h548 static inline void *getAsVoidPointer(clang::TemplateName TN) { argument
549 return TN.getAsVoidPointer();
H A DDeclCXX.h2916 void setTypename(bool TN) { FirstUsingShadow.setInt(TN); } argument
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h155 Arg(TypeName TN) : Kind(AK_TypeName), String(TN.getName()) {} argument
205 Diag &operator<<(TypeName TN) { return AddArg(TN); } argument
/external/llvm/include/llvm/ADT/
H A DFoldingSet.h404 T *TN = static_cast<T *>(N); variable
405 FoldingSetTrait<T>::Profile(*TN, ID);
411 T *TN = static_cast<T *>(N); variable
412 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
417 T *TN = static_cast<T *>(N); variable
418 return FoldingSetTrait<T>::ComputeHash(*TN, TempID);
487 T *TN = static_cast<T *>(N); variable
488 ContextualFoldingSetTrait<T, Ctx>::Profile(*TN, ID, Context);
492 T *TN = static_cast<T *>(N); variable
493 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, I
498 T *TN = static_cast<T *>(N); variable
[all...]
/external/strace/
H A Dsyscall.c76 #define TN TRACE_NETWORK macro
110 #undef TN macro
/external/clang/lib/AST/
H A DItaniumMangle.cpp1421 void CXXNameMangler::mangleType(TemplateName TN) { argument
1422 if (mangleSubstitution(TN))
1427 switch (TN.getKind()) {
1429 TD = TN.getAsQualifiedTemplateName()->getTemplateDecl();
1433 TD = TN.getAsTemplateDecl();
1447 const DependentTemplateName *Dependent = TN.getAsDependentTemplateName();
1463 = TN.getAsSubstTemplateTemplateParm();
1478 addSubstitution(TN);
1560 TemplateName TN = TST->getTemplateName(); local
1561 switch (TN
[all...]
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp885 const auto *TN = cast<TypedefNameDecl>(DclIt); local
886 if (TN->getUnderlyingType()->isVariablyModifiedType()) {
888 TypeLoc TL = TN->getTypeSourceInfo()->getTypeLoc();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1779 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); local
1780 if (TN->getVT() == MVT::i1) {
1958 VTSDNode *TN = cast<VTSDNode>(N1.getOperand(1)); local
1959 if (TN->getVT() == MVT::i1) {
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 436 milliseconds