Home
last modified time | relevance | path

Searched full:conventions (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h1 //===- llvm/CallingConv.h - LLVM Calling Conventions ------------*- C++ -*-===//
9 // This file defines LLVM's set of calling conventions.
19 /// the well-known calling conventions.
27 /// calling conventions.
32 /// conventions, the callee/caller have to tolerate certain amounts of
36 // Generic LLVM calling conventions. None of these support varargs calls,
92 /// This is the start of the target-specific calling conventions, e.g.
165 /// Placeholders for HHVM calling conventions (deprecated, removed).
/freebsd-src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kCallingConv.td1 //===-- M68kCallingConv.td - Calling Conventions for M68k --*- tablegen -*-===//
10 /// This describes the calling conventions for the M68k architectures. These
11 /// conventions assume Int to be 4 bytes and 4 byte aligned.
22 // Return Value Calling Conventions
56 /// CC_M68k_Common - In all M68k calling conventions, extra integers and FP
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRCallingConv.td1 //===-- AVRCallingConv.td - Calling Conventions for AVR ----*- tablegen -*-===//
8 // This describes the calling conventions for AVR architecture.
23 // AVR Argument Calling Conventions
26 // The calling conventions are implemented in custom C++ code
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiCallingConv.td1 //===- LanaiCallingConv.td - Calling Conventions Lanai -------*- tablegen -*-===//
9 // This describes the calling conventions for the Lanai architectures.
14 // Return Value Calling Conventions
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430CallingConv.td1 //==- MSP430CallingConv.td - Calling Conventions for MSP430 -*- tablegen -*-==//
8 // This describes the calling conventions for MSP430 architecture.
23 // MSP430 Argument Calling Conventions
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreCallingConv.td1 //===- XCoreCallingConv.td - Calling Conventions for XCore -*- tablegen -*-===//
8 // This describes the calling conventions for XCore architecture.
24 // XCore Argument Calling Conventions
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCCallingConv.td1 //===- ARCCallingConv.td - Calling Conventions for ARC -----*- tablegen -*-===//
8 // This describes the calling conventions for ARC architecture.
25 // ARC Argument Calling Conventions
/freebsd-src/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchCallingConv.td1 //=- LoongArchCallingConv.td - Calling Conventions LoongArch -*- tablegen -*-=//
9 // This describes the calling conventions for the LoongArch architecture.
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp1 //=- NSErrorChecker.cpp - Coding conventions for uses of NSError -*- C++ -*-==//
78 "Coding conventions (Apple)", err, L); in checkASTDecl()
136 "Coding conventions (Apple)", err, L); in checkASTDecl()
150 "Coding conventions (Apple)") {} in NSErrorDerefBug()
157 "Coding conventions (Apple)") {} in CFErrorDerefBug()
H A DLLVMConventionsChecker.cpp1 //=== LLVMConventionsChecker.cpp - Check LLVM codebase conventions ---*- C++ -*-
10 // for checking specific coding conventions in the LLVM/Clang codebase.
183 BR.EmitBasicReport(DeclWithIssue, Checker, desc, "LLVM Conventions", desc, in VisitVarDecl()
288 "LLVM Conventions", os.str(), L); in ReportError()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h51 // Target hooks supporting Swift calling conventions. The target must
52 // initialize this field if it claims to support these calling conventions
236 /// compatible parameters. Therefore, splitting the conventions
242 /// conventions compatible.
245 /// - the conventions are exactly the same, because it does not
248 /// - the conventions are substantively different in how they pass
252 /// However, some platforms make the conventions identical except
/freebsd-src/contrib/llvm-project/lld/docs/
H A DWebAssembly.rst14 the WebAssembly tool conventions on linking_.
150 For more specific details on how this is achieved see the tool conventions on
264 https://github.com/WebAssembly/tool-conventions/blob/main/DynamicLinking.md
266 .. _linking: https://github.com/WebAssembly/tool-conventions/blob/main/Linking.md
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFCallingConv.td1 //===-- BPFCallingConv.td - Calling Conventions BPF --------*- tablegen -*-===//
9 // This describes the calling conventions for the BPF architecture.
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVCallingConv.td1 //===-- RISCVCallingConv.td - Calling Conventions RISC-V ---*- tablegen -*-===//
9 // This describes the calling conventions for the RISC-V architecture.
/freebsd-src/usr.sbin/mailwrapper/
H A Dmailwrapper.861 the path and calling conventions expected by
79 but still follow the same calling conventions as
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZCallingConv.td1 //=- SystemZCallingConv.td - Calling conventions for SystemZ -*- tablegen -*-=//
8 // This describes the calling conventions for the SystemZ ABI.
65 // z/Linux argument calling conventions for GHC
88 // z/Linux argument calling conventions
204 // z/OS XPLINK64 argument calling conventions
300 // s390x argument calling conventions
H A DSystemZRegisterInfo.h44 /// particular for calling conventions.
45 /// It is abstract, all calling conventions must override and
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetCallingConv.td1 //===- TargetCallingConv.td - Target Calling Conventions ---*- tablegen -*-===//
10 // describe their calling conventions.
210 /// conventions that are implemented using a custom function of the same name.
/freebsd-src/sys/contrib/zstd/lib/
H A DREADME.md10 …d, supporting [Makefile conventions](https://www.gnu.org/prep/standards/html_node/Makefile-Convent…
/freebsd-src/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYCallingConv.td1 //===-- CSKYCallingConv.td - Calling Conventions CSKY ----*- tablegen -*---===//
9 // This describes the calling conventions for the CSKY architecture.
/freebsd-src/share/doc/smm/18.net/
H A D8.t37 \fIpr_ctloutput\fP routines. The calling conventions for all
42 will examine the conventions used for some of the Internet
/freebsd-src/stand/i386/loader/
H A Dversion2 1.1: New calling conventions for fopen.
/freebsd-src/share/man/man4/
H A Dfdt.4110 They are certain conventions describing definitions (encoding) of particular
112 Such reference conventions were provided by the legacy Open Firmware bindings,
/freebsd-src/contrib/ncurses/man/
H A Dterminfo.head130 be chosen using the following conventions.
160 For more on terminal naming conventions, see the \fBterm\fP(7) manual page.
/freebsd-src/contrib/arm-optimized-routines/pl/
H A DREADME.contributors

12345678910>>...21