Searched defs:TP (Results 1 - 13 of 13) sorted by relevance

/external/libcxx/test/utilities/time/time.point/time.point.special/
H A Dmax.pass.cpp23 typedef std::chrono::time_point<Clock, Duration> TP; typedef
24 assert(TP::max() == TP(Duration::max()));
H A Dmin.pass.cpp23 typedef std::chrono::time_point<Clock, Duration> TP; typedef
24 assert(TP::min() == TP(Duration::min()));
/external/strace/linux/sparc/
H A Dsyscallent1.h29 { 6, TP, solaris_exit, "_exit" }, /* 1 */
30 { 6, TP, solaris_fork, "fork" }, /* 2 */
35 { 6, TP, solaris_wait, "wait" }, /* 7 */
39 { 6, TF|TP, solaris_exec, "exec" }, /* 11 */ variable
87 { 6, TF|TP, solaris_execve, "execve" }, /* 59 */ variable
135 { 6, TP, solaris_waitid, "waitid" }, /* 107 */
147 { 6, TP, solaris_vfork, "vfork" }, /* 119 */
171 { 6, TP, solaris_fork1, "fork1" }, /* 143 */
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAppearanceCharacteristicsDictionary_autogen.cpp131 int64_t SkPdfAppearanceCharacteristicsDictionary::TP(SkPdfNativeDoc* doc) { function in class:SkPdfAppearanceCharacteristicsDictionary
132 SkPdfNativeObject* ret = get("TP", "");
140 return get("TP", "") != NULL;
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfAppearanceCharacteristicsDictionary_autogen.cpp131 int64_t SkPdfAppearanceCharacteristicsDictionary::TP(SkPdfNativeDoc* doc) { function in class:SkPdfAppearanceCharacteristicsDictionary
132 SkPdfNativeObject* ret = get("TP", "");
140 return get("TP", "") != NULL;
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp49 const Type *TP = T.getTypePtr(); local
50 QualType PointeeT = TP->getPointeeType();
63 if (const Type *TElem = TP->getArrayElementTypeNoTypeQual())
/external/clang/tools/libclang/
H A DCXType.cpp67 const Type *TP = T.getTypePtrOrNull(); local
68 if (!TP)
72 switch (TP->getTypeClass()) {
74 return GetBuiltinTypeKind(cast<BuiltinType>(TP));
351 const Type *TP = T.getTypePtrOrNull(); local
353 if (!TP)
356 switch (TP->getTypeClass()) {
358 T = cast<PointerType>(TP)->getPointeeType();
361 T = cast<BlockPointerType>(TP)->getPointeeType();
365 T = cast<ReferenceType>(TP)
385 const Type *TP = T.getTypePtrOrNull(); local
604 const Type *TP = T.getTypePtrOrNull(); local
636 const Type *TP = T.getTypePtrOrNull(); local
656 const Type *TP = T.getTypePtrOrNull(); local
682 const Type *TP = T.getTypePtrOrNull(); local
719 const Type *TP = T.getTypePtrOrNull(); local
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp182 // TP - Get *SOME* tree pattern, we don't care which. It is only used for
184 TreePattern &TP = *CGP.pf_begin()->second; local
188 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
H A DCodeGenDAGPatterns.cpp47 EEVT::TypeSet::TypeSet(MVT::SimpleValueType VT, TreePattern &TP) { argument
49 EnforceInteger(TP);
51 EnforceFloatingPoint(TP);
53 EnforceVector(TP);
77 bool EEVT::TypeSet::FillWithPossibleTypes(TreePattern &TP, argument
82 TP.getDAGPatterns().getTargetInfo().getLegalValueTypes();
84 if (TP.hasError())
93 TP.error("Type inference contradiction found, no " +
165 bool EEVT::TypeSet::MergeInTypeInfo(const EEVT::TypeSet &InVT, TreePattern &TP){ argument
166 if (InVT.isCompletelyUnknown() || *this == InVT || TP
246 EnforceInteger(TreePattern &TP) argument
271 EnforceFloatingPoint(TreePattern &TP) argument
297 EnforceScalar(TreePattern &TP) argument
324 EnforceVector(TreePattern &TP) argument
355 EnforceSmallerThan(EEVT::TypeSet &Other, TreePattern &TP) argument
487 EnforceVectorEltTypeIs(EEVT::TypeSet &VTOperand, TreePattern &TP) argument
533 EnforceVectorSubVectorTypeIs(EEVT::TypeSet &VTOperand, TreePattern &TP) argument
966 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
1266 InlinePatternFragments(TreePattern &TP) argument
1344 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
1536 ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) argument
3231 ForceArbitraryInstResultType(TreePatternNode *N, TreePattern &TP) argument
[all...]
/external/llvm/lib/IR/
H A DAsmWriter.cpp2217 TypePrinting TP; local
2218 TP.print(const_cast<Type*>(this), OS);
2224 TP.printStructBody(STy, OS);
/external/strace/
H A Dsyscall.c96 #define TP TRACE_PROCESS macro
125 #undef TP macro
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1856 SDValue TP = DAG.getNode(ISD::OR, DL, PtrVT, TPHiShifted, TPLo); local
1869 return DAG.getNode(ISD::ADD, DL, PtrVT, TP, Offset);
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp105 // - TP (true positive) : a race exists and reported.
111 // TP and FP tests are annotated with ANNOTATE_EXPECT_RACE,
328 // test01: TP. Simple race (write vs write). {{{1
345 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP.");
665 // test09: TP. Simple race (read vs write). {{{1
682 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test09. TP.");
719 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test10. TP. FN in MSMHelgrind.");
1120 // test20: TP. Incorrect synchronization via AwaitWhen(), timeout. {{{1
1143 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test20. TP.");
1151 // test21: TP
7350 void TP() { function in namespace:test502
[all...]

Completed in 497 milliseconds