Searched refs:TP (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DUnix.h88 inline struct timespec toTimeSpec(TimePoint<> TP) { argument
92 RetVal.tv_sec = toTimeT(TP);
93 RetVal.tv_nsec = (TP.time_since_epoch() % seconds(1)).count();
98 inline struct timeval toTimeVal(TimePoint<std::chrono::microseconds> TP) { argument
102 RetVal.tv_sec = toTimeT(TP);
103 RetVal.tv_usec = (TP.time_since_epoch() % seconds(1)).count();
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLazyReexports.h44 JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP);
71 void setTrampolinePool(TrampolinePool &TP) { this->TP = &TP; } argument
81 TrampolinePool *TP = nullptr; member in class:llvm::orc::LazyCallThroughManager
96 auto TP = LocalTrampolinePool<ORCABI>::Create( local
104 if (!TP)
105 return TP.takeError();
107 this->TP = std::move(*TP);
112 std::unique_ptr<TrampolinePool> TP; member in class:llvm::orc::LocalLazyCallThroughManager
[all...]
H A DIndirectionUtils.h211 JITCompileCallbackManager(std::unique_ptr<TrampolinePool> TP, argument
214 : TP(std::move(TP)), ES(ES),
218 void setTrampolinePool(std::unique_ptr<TrampolinePool> TP) { argument
219 this->TP = std::move(TP);
224 std::unique_ptr<TrampolinePool> TP; member in class:llvm::orc::JITCompileCallbackManager
259 auto TP = LocalTrampolinePool<ORCABI>::Create( local
265 if (!TP) {
266 Err = TP
[all...]
H A DTPCIndirectionUtils.h153 std::unique_ptr<TrampolinePool> TP; member in class:llvm::orc::TPCIndirectionUtils
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/projects/
H A DMakefile.am28 PROJECTS = TP KDE GNOME
30 TP/trigger TP/team-address \
34 TP/teams.url TP/teams.html \
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68k/
H A Dtls-gd-ie-1.d23 [0-9a-f]+ [0-9a-f]+ R_68K_TLS_.?TP.....? 00000000 x \+ 0
24 [0-9a-f]+ [0-9a-f]+ R_68K_TLS_.?TP.....? 00000000 x \+ 0
25 [0-9a-f]+ [0-9a-f]+ R_68K_TLS_.?TP.....? 00000000 x \+ 0
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp85 const Type *TP = T.getTypePtrOrNull(); local
86 if (!TP)
90 switch (TP->getTypeClass()) {
92 return GetBuiltinTypeKind(cast<BuiltinType>(TP));
445 const Type *TP = T.getTypePtrOrNull(); local
447 if (!TP)
451 switch (TP->getTypeClass()) {
453 T = cast<PointerType>(TP)->getPointeeType();
456 T = cast<BlockPointerType>(TP)->getPointeeType();
460 T = cast<ReferenceType>(TP)
486 const Type *TP = T.getTypePtrOrNull(); local
795 const Type *TP = T.getTypePtrOrNull(); local
830 const Type *TP = T.getTypePtrOrNull(); local
853 const Type *TP = T.getTypePtrOrNull(); local
879 const Type *TP = T.getTypePtrOrNull(); local
923 const Type *TP = T.getTypePtrOrNull(); local
1289 const Type *TP = T.getTypePtrOrNull(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DChrono.cpp25 static inline struct tm getStructTM(TimePoint<> TP) { argument
27 std::time_t OurTime = toTimeT(TP);
43 raw_ostream &operator<<(raw_ostream &OS, TimePoint<> TP) { argument
44 struct tm LT = getStructTM(TP);
49 long((TP.time_since_epoch() % std::chrono::seconds(1))
/netbsd-current/external/apache2/llvm/dist/clang/tools/diagtool/
H A DTreeView.cpp177 TreePrinter TP(out);
178 TP.Internal = Internal;
179 TP.showKey();
180 return ShowAll ? TP.showAll() : TP.showGroup(RootGroup);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DChrono.h36 inline std::time_t toTimeT(TimePoint<> TP) { argument
39 time_point_cast<system_clock::time_point::duration>(TP));
59 raw_ostream &operator<<(raw_ostream &OS, sys::TimePoint<> TP);
71 static void format(const sys::TimePoint<> &TP, llvm::raw_ostream &OS,
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h260 TypeInfer(TreePattern &T) : TP(T), ForceMode(0) {}
356 TreePattern &TP; member in struct:llvm::TypeInfer
417 TreePattern &TP) const;
482 bool ApplyTypeConstraints(TreePatternNode *N, TreePattern &TP) const;
710 bool isTypeCompletelyUnknown(unsigned ResNo, TreePattern &TP) const {
817 TreePattern &TP,
823 bool ApplyTypeConstraints(TreePattern &TP, bool NotRegisters);
830 TreePattern &TP);
832 TreePattern &TP);
834 TreePattern &TP);
979 UpdateNodeType(unsigned ResNo, const TypeSetByHwMode &InTy, TreePattern &TP) argument
987 UpdateNodeType(unsigned ResNo, MVT::SimpleValueType InTy, TreePattern &TP) argument
995 UpdateNodeType(unsigned ResNo, ValueTypeByHwMode InTy, TreePattern &TP) argument
[all...]
H A DCodeGenDAGPatterns.cpp343 if (In.empty() || Out == In || TP.hasError())
352 TP.error("Type contradiction");
359 if (TP.hasError())
378 if (TP.hasError())
388 if (TP.hasError())
398 if (TP.hasError())
408 if (TP.hasError())
418 if (TP.hasError() || !Out.empty())
457 if (TP.hasError())
492 TP
1695 UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP) argument
2031 InlinePatternFragments( TreePatternNodePtr T, TreePattern &TP, std::vector<TreePatternNodePtr> &OutAlternatives) argument
2178 getImplicitType(Record *R, unsigned ResNo, bool NotRegisters, bool Unnamed, TreePattern &TP) argument
2394 emitTooManyOperandsError(TreePattern &TP, StringRef InstName, unsigned Expected, unsigned Actual) argument
2402 emitTooFewOperandsError(TreePattern &TP, StringRef InstName, unsigned Actual) argument
2412 ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) argument
4139 ForceArbitraryInstResultType(TreePatternNode *N, TreePattern &TP) argument
[all...]
H A DDAGISelMatcherGen.cpp174 // TP - Get *SOME* tree pattern, we don't care which. It is only used for
176 TreePattern &TP = *CGP.pf_begin()->second; local
177 TP.getInfer().CodeGen = true;
178 TP.getInfer().ForceMode = ForceMode;
182 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
543 TreePattern *TP = Pred.Fn.getOrigPatFragRecord(); local
544 for (unsigned i = 0; i < TP->getNumArgs(); ++i) {
546 ("pred:" + Twine(Pred.Scope) + ":" + TP->getArgName(i)).str();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DLazyReexports.cpp20 ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP)
21 : ES(ES), ErrorHandlerAddr(ErrorHandlerAddr), TP(TP) {}
26 assert(TP && "TrampolinePool not set");
29 auto Trampoline = TP->getTrampoline();
19 LazyCallThroughManager( ExecutionSession &ES, JITTargetAddress ErrorHandlerAddr, TrampolinePool *TP) argument
H A DTPCIndirectionUtils.cpp275 if (TP)
277 static_cast<TPCTrampolinePool &>(*TP).deallocatePool());
319 if (!TP)
320 TP = std::make_unique<TPCTrampolinePool>(*this);
321 return *TP;
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DRecursiveSymbolVisitor.h101 if (const Type *TP = Loc.getTypePtr()) {
102 if (TP->getTypeClass() == clang::Type::Record)
103 return visit(TP->getAsCXXRecordDecl(), TypeBeginLoc, TypeEndLoc);
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DObjCContainersASTChecker.cpp48 const Type *TP = T.getTypePtr(); local
49 QualType PointeeT = TP->getPointeeType();
62 if (const Type *TElem = TP->getArrayElementTypeNoTypeQual())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DMemory.inc77 TOKEN_PRIVILEGES TP{};
78 TP.PrivilegeCount = 1;
79 TP.Privileges[0].Luid = Luid;
80 TP.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
81 if (!AdjustTokenPrivileges(Token, FALSE, &TP, 0, 0, 0)) {
/netbsd-current/usr.bin/xlint/lint2/
H A Dchk.c107 TP(sym->s_type)->t_tspec == FUNC &&
108 TP(sym->s_type)->t_proto) {
184 if (TP(sym->s_type)->t_tspec == FUNC)
249 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
251 tp2 = TP(call->f_type)->t_subt;
303 tp1 = TP(def->s_type);
308 tp2 = TP(sym->s_type);
350 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
353 } else if (decl != NULL && TP(decl->s_type)->t_proto) {
354 if ((tp1 = TP(dec
[all...]
H A Demit2.c136 if (TP(sym->s_type)->t_tspec == FUNC) {
144 outtype(TP(sym->s_type));
H A Dlint2.h188 TP(unsigned short type_id) function
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/Windows/
H A DWindowsSupport.h222 inline FILETIME toFILETIME(TimePoint<> TP) { argument
224 TimeInteger.QuadPart = TP.time_since_epoch().count() / 100;
/netbsd-current/external/bsd/top/dist/machine/
H A Dm_macosx.c89 #define TP(mp, field) ((mp)->task_info . field) macro
101 #define TASKSIZE(t) (TP(t, virtual_size) + TP(t, resident_size))
463 // TP(pp, base_priority),
470 100.0 * TP(pp, resident_size) / maxmem,
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dinterval.d92 struct Interval(TP)
111 this(U)(in TP begin, in U end) pure
112 if (is(Unqual!TP == Unqual!U))
116 _begin = cast(TP) begin;
117 _end = cast(TP) end;
136 this(D)(in TP begin, in D duration) pure
139 _begin = cast(TP) begin;
152 _begin = cast(TP) rhs._begin;
153 _end = cast(TP) rhs._end;
164 _begin = cast(TP) rh
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dinterval.d120 struct Interval(TP)
139 this(U)(scope const TP begin, scope const U end) pure
140 if (is(immutable TP == immutable U))
144 _begin = cast(TP) begin;
145 _end = cast(TP) end;
164 this(D)(scope const TP begin, scope const D duration) pure
167 _begin = cast(TP) begin;
180 _begin = cast(TP) rhs._begin;
181 _end = cast(TP) rhs._end;
192 _begin = cast(TP) rh
[all...]

Completed in 285 milliseconds

123