Home
last modified time | relevance | path

Searched refs:PTR (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm93 mov DWORD PTR _eax$[ edi ], eax
94 mov DWORD PTR _ebx$[ edi ], ebx
95 mov DWORD PTR _ecx$[ edi ], ecx
96 mov DWORD PTR _edx$[ edi ], edx
230 lock cmpxchg8b QWORD PTR [edi]
326 fld DWORD PTR [esi]
466 fldcw WORD PTR [eax]
653 mov DWORD PTR 4[ r10 ], ebx
654 mov DWORD PTR 8[ r10 ], ecx
1133 fldcw WORD PTR [rcx]
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
44 void VisitDeclRefExpr(PTR(DeclRefExpr) E) { } in VisitDeclRefExpr()
45 void VisitOffsetOfExpr(PTR(OffsetOfExpr) E) { } in VisitOffsetOfExpr()
48 void VisitBlockExpr(PTR(BlockExpr) E) { } in VisitBlockExpr()
52 void VisitMemberExpr(PTR(MemberExpr) E) { in VisitMemberExpr()
57 void VisitChooseExpr(PTR(ChooseExpr) E) { in VisitChooseExpr()
87 void VisitCallExpr(PTR(CallExpr) CE) { in VisitCallExpr()
92 void VisitLambdaExpr(PTR(LambdaExpr) LE) { in VisitLambdaExpr()
103 void VisitStmt(PTR(Stmt) S) { in VisitStmt()
109 void VisitIfStmt(PTR(IfStmt) If) { in VisitIfStmt()
[all …]
H A DDeclVisitor.h33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
35 return static_cast<ImplClass*>(this)->Visit##NAME(static_cast<PTR(CLASS)>(D))
37 RetTy Visit(PTR(Decl) D) { in Visit()
50 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
53 RetTy VisitDecl(PTR(Decl) D) { return RetTy(); } in VisitDecl()
55 #undef PTR
H A DAttrVisitor.h27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
29 return static_cast<ImplClass *>(this)->Visit##NAME(static_cast<PTR(NAME)>(A))
31 RetTy Visit(PTR(Attr) A) { in Visit()
45 RetTy Visit##NAME##Attr(PTR(NAME##Attr) A) { DISPATCH(Attr); }
48 RetTy VisitAttr(PTR(Attr)) { return RetTy(); } in VisitAttr()
50 #undef PTR
H A DCommentVisitor.h22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
25 static_cast<PTR(CLASS)>(C), std::forward<ParamTys>(P)...)
27 RetTy visit(PTR(Comment) C, ParamTys... P) { in visit()
47 RetTy visit##CLASS(PTR(CLASS) C, ParamTys... P) { DISPATCH(PARENT, PARENT); }
52 RetTy visitComment(PTR(Comment) C, ParamTys... P) { return RetTy(); } in visitComment()
54 #undef PTR
H A DStmtVisitor.h38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
41 static_cast<PTR(CLASS)>(S), std::forward<ParamTys>(P)...)
43 RetTy Visit(PTR(Stmt) S, ParamTys... P) { in Visit()
47 if (PTR(BinaryOperator) BinOp = dyn_cast<BinaryOperator>(S)) { in Visit()
85 } else if (PTR(UnaryOperator) UnOp = dyn_cast<UnaryOperator>(S)) { in Visit()
117 RetTy Visit ## CLASS(PTR(CLASS) S, ParamTys... P) { DISPATCH(PARENT, PARENT); }
123 RetTy VisitBin ## NAME(PTR(BinaryOperator) S, ParamTys... P) { \
145 RetTy VisitBin ## NAME(PTR(CompoundAssignOperator) S, ParamTys... P) { \ in BINOP_FALLBACK()
157 RetTy VisitUnary ## NAME(PTR(UnaryOperator) S, ParamTys... P) { \
171 RetTy VisitStmt(PTR(Stmt) Node, ParamTys... P) { return RetTy(); }
[all …]
H A DOpenMPClause.h8808 #define PTR(CLASS) Ptr<CLASS> macro
8810 return static_cast<ImplClass*>(this)->Visit##CLASS(static_cast<PTR(CLASS)>(S))
8814 RetTy Visit##Class(PTR(Class) S) { DISPATCH(Class); }
8817 RetTy Visit(PTR(OMPClause) S) { in Visit()
8823 return Visit##Class(static_cast<PTR(Class)>(S)); in Visit()
8831 RetTy VisitOMPClause(PTR(OMPClause) Node) { return RetTy(); } in VisitOMPClause()
8832 #undef PTR
/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpmod.h102 __typeof (PTR) _lelem; \
108 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
114 __typeof (PTR) _lelem; \
120 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
126 __typeof (PTR) _lelem; \
129 if ((FUNC)(_lelem, (PTR)) > 0) \
132 TAILQ_INSERT_TAIL((LIST), (PTR), LINK); \
138 __typeof (PTR) _lelem; \
141 if ((FUNC)(_lelem, (PTR)) < 0) \
234 #define INSERT_OBJECT_OID(PTR, LIST) \ argument
[all …]
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S78 #define PTR %rcx macro
81 #define PTR %rdi macro
86 movq %rax, (PTR)
87 movq %rbx, 8(PTR)
88 movq %rcx, 16(PTR)
89 movq %rdx, 24(PTR)
90 movq %rdi, 32(PTR)
91 movq %rsi, 40(PTR)
92 movq %rbp, 48(PTR)
93 movq %rsp, 56(PTR)
[all …]
/freebsd/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h20 PTR(const uintptr_t addr48) in PTR() function
42 next = PTR(old_top.ptr); in pop()
63 val->pNext = PTR(old_top.ptr); in push()
82 lac_mem_blk_t *next = PTR(old_top.ptr); in top()
/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h201 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument
202 #define list_first_entry(PTR, TYPE, FIELD) \ argument
203 list_entry(list_first((PTR)), TYPE, FIELD)
204 #define list_last_entry(PTR, TYPE, FIELD) \ argument
205 list_entry(list_last((PTR)), TYPE, FIELD)
/freebsd/crypto/openssl/crypto/perlasm/
H A Dx86_64-xlate.pl81 my $PTR=" PTR";
99 { $nasm = $1 + $2*0.01; $PTR=""; }
223 "mov rsi,QWORD$PTR\[16+rsp\]\n\t";
277 my %szmap = ( b=>"BYTE$PTR", w=>"WORD$PTR",
278 l=>"DWORD$PTR", d=>"DWORD$PTR",
279 q=>"QWORD$PTR", o=>"OWORD$PTR",
280 x=>"XMMWORD$PTR", y=>"YMMWORD$PTR",
474 $func .= " mov QWORD$PTR\[8+rsp\],rdi\t;WIN64 prologue\n";
475 $func .= " mov QWORD$PTR\[16+rsp\],rsi\n";
486 $func .= " mov r8,QWORD$PTR\[40+rsp\]\n" if ($narg>4);
[all …]
H A Dx86masm.pl26 if ($opcode =~ /lea/ && @arg[1] =~ s/.*PTR\s+(\(.*\))$/OFFSET $1/) # no []
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h76 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun() argument
77 PassesToRun = PTR; in setPassesToRun()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.def19 HANDLE_BTF_KIND(2, PTR)
/freebsd/sys/dev/smc/
H A Dif_smcreg.h179 #define PTR 0x6 macro
H A Dif_smc.c632 smc_write_2(sc, PTR, 0 | PTR_AUTO_INCR); in smc_task_tx()
726 smc_write_2(sc, PTR, 0 | PTR_READ | PTR_RCV | PTR_AUTO_INCR); in smc_task_rx()
762 smc_write_2(sc, PTR, 4 | PTR_READ | PTR_RCV | PTR_AUTO_INCR); in smc_task_rx()
883 smc_write_2(sc, PTR, 0 | PTR_READ | in smc_task_intr()
/freebsd/contrib/unbound/doc/
H A Dcontrol_proto_spec.txt47 removes the A, AAAA, NS, SOA, CNAME, DNAME, MX, PTR, SRV, NAPTR types.
H A DTODO23 o library add convenience functions for A, AAAA, PTR, getaddrinfo, libresolve.
H A Dexample.conf.in888 # Shorthand to make PTR records, "IPv4 name" or "IPv6 name".
889 # You can also add PTR records using local-data directly, but then
/freebsd/contrib/tcp_wrappers/
H A DREADME.NIS32 And of course there are PTR records in zones 210.155.131.in-addr.arpa
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMips.td26 // Predicates for the PTR size such as IsPTR64bit
/freebsd/contrib/wpa/wpa_supplicant/
H A DREADME-P2P515 # AFP Over TCP (PTR)
520 # IP Printing over TCP (PTR) (RDATA=MyPrinter._ipp._tcp.local.)
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h4300 LLVMValueRef PTR, LLVMValueRef Val,
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf1190 R<TEMP> $#TEMP $@ 4.4.0 $: "450 Relaying temporarily denied. Cannot resolve PTR record for " $&{c…

12