Home
last modified time | relevance | path

Searched refs:Swift (Results 1 – 25 of 65) sorted by relevance

123

/external/protobuf/docs/swift/
DDesignDoc.md1 # Protocol Buffers in Swift
6 proto2 and proto3 messages in Apple’s Swift programming language.
11 and Swift code in the same application should use the existing Objective-C proto
13 messages that uses features specific to Swift—optional types, algebraic
19 * By convention, both typical protobuf message names and Swift structs/classes
25 in Swift they are `lowerCamelCase` (as of the Swift 3 API design
26 guidelines). We will transform the names to match Swift convention, using
31 Swift they are `lowerCamelCase`. We will transform the names to match
32 Swift convention by removing the underscores and uppercasing the subsequent
35 ## Swift reserved words
[all …]
/external/llvm/include/llvm/IR/
DCallingConv.h73 Swift = 16, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DCallingConv.h73 Swift = 16, enumerator
/external/llvm/lib/Target/ARM/
DARMSubtarget.h48 Krait, Swift, ExynosM1 enumerator
415 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
DARM.td116 // Some targets (e.g. Swift) have microcoded VGETLNi32.
121 // Some targets (e.g. Swift) have microcoded VDUP32.
130 // Swift has ISHST barriers compatible with Atomic Release semantics but weaker
343 def ProcSwift : SubtargetFeature<"swift", "ARMProcFamily", "Swift",
344 "Swift ARM processors", []>;
DARMSubtarget.cpp241 case Swift: in initSubtargetFeatures()
DARMScheduleSwift.td1 //=- ARMScheduleSwift.td - Swift Scheduling Definitions -*- tablegen -*----===//
10 // This file defines the itinerary class data for the Swift processor..
40 // Swift machine model for scheduling and other instruction cost heuristics.
49 // Swift predicates.
52 // Swift resource mapping.
DARMFastISel.cpp1853 case CallingConv::Swift: in CCAssignFnForCall()
2999 case CallingConv::Swift: in fastLowerArguments()
/external/llvm/test/CodeGen/ARM/
Dzero-cycle-zero.ll50 ; It doesn't particularly matter what Swift does here, there isn't carefully
Dneon-spfp.ll51 ; Swift is *always* unsafe
/external/llvm/lib/Target/X86/
DX86CallingConv.td258 // Handle Swift calls.
259 CCIfCC<"CallingConv::Swift", CCDelegateTo<RetCC_X86_64_Swift>>,
306 // For Swift Calling Convention, pass sret in %RAX.
307 CCIfCC<"CallingConv::Swift",
/external/protobuf/objectivec/
DREADME.md124 The Objective C classes/enums can be used from Swift code.
/external/llvm/include/llvm/Support/
DDwarf.def321 HANDLE_DW_LANG(0x001e, Swift)
/external/protobuf/docs/
Dthird_party.md83 * Swift: https://github.com/alexeyxo/protobuf-swift
/external/icu/icu4c/source/data/zone/
Dmt.txt475 ec{"Swift Current"}
Dnl.txt568 ec{"Swift Current"}
Dpl.txt568 ec{"Swift Current"}
Dda.txt568 ec{"Swift Current"}
Dsv.txt568 ec{"Swift Current"}
Dee.txt523 ec{"Swift Kurrent nutomegaƒoƒome"}
Dfo.txt568 ec{"Swift Current"}
Daf.txt568 ec{"Swift Current"}
Dde.txt568 ec{"Swift Current"}
/external/clang/tools/libclang/
DCXType.cpp540 TCALLINGCONV(Swift); in clang_getFunctionTypeCallingConv()
/external/clang/include/clang/Basic/
DAttrDocs.td2177 using the Swift calling convention for a function or function pointer.
2179 The lowering for the Swift calling convention, as described by the Swift
2212 Swift parameter type.
2230 supported on every target that Swift supports. Query for this support

123