HomeSort by relevance Sort by last modified time
    Searched defs:TP (Results 1 - 25 of 33) sorted by null

1 2

  /external/libcxx/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::max() == TP(Duration::max()));
min.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::min() == TP(Duration::min()));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/time/time.point/time.point.special/
max.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::max() == TP(Duration::max()));
min.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::min() == TP(Duration::min()));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.special/
max.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::max() == TP(Duration::max()));
min.pass.cpp 23 typedef std::chrono::time_point<Clock, Duration> TP;
24 assert(TP::min() == TP(Duration::min()));
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 49 const Type *TP = T.getTypePtr();
50 QualType PointeeT = TP->getPointeeType();
63 if (const Type *TElem = TP->getArrayElementTypeNoTypeQual())
  /external/strace/tests/
ksysent.c 41 #define TP 0
nsyscalls.c 42 #define TP 0
  /external/strace/tests-m32/
ksysent.c 41 #define TP 0
nsyscalls.c 42 #define TP 0
  /external/strace/tests-mx32/
ksysent.c 41 #define TP 0
nsyscalls.c 42 #define TP 0
  /external/llvm/utils/TableGen/
DAGISelMatcherEmitter.cpp 70 TreePattern *TP = Pred.getOrigPatFragRecord();
71 unsigned &Entry = NodePredicateMap[TP];
86 SameCodePreds.push_back(TP);
DAGISelMatcherGen.cpp 175 // TP - Get *SOME* tree pattern, we don't care which. It is only used for
177 TreePattern &TP = *CGP.pf_begin()->second;
181 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 68 const Type *TP = T.getTypePtrOrNull();
69 if (!TP)
73 switch (TP->getTypeClass()) {
75 return GetBuiltinTypeKind(cast<BuiltinType>(TP));
353 const Type *TP = T.getTypePtrOrNull();
355 if (!TP)
358 switch (TP->getTypeClass()) {
360 T = cast<PointerType>(TP)->getPointeeType();
363 T = cast<BlockPointerType>(TP)->getPointeeType();
367 T = cast<ReferenceType>(TP)->getPointeeType()
    [all...]
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 559 Transform TL, TP, S;
575 TP.set(dst_x, dst_y);
580 mGlobalTransform = R * TP * S * TL;
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 171 // TP - Get *SOME* tree pattern, we don't care which. It is only used for
173 TreePattern &TP = *CGP.pf_begin()->second;
178 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
    [all...]
  /external/strace/
syscall.c 77 #define TP TRACE_PROCESS
119 #undef TP
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]

Completed in 1325 milliseconds

1 2