Searched refs:Swift (Results 1 – 25 of 65) sorted by relevance
123
/external/protobuf/docs/swift/ |
D | DesignDoc.md | 1 # 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/ |
D | CallingConv.h | 73 Swift = 16, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | CallingConv.h | 73 Swift = 16, enumerator
|
/external/llvm/lib/Target/ARM/ |
D | ARMSubtarget.h | 48 Krait, Swift, ExynosM1 enumerator 415 bool isSwift() const { return ARMProcFamily == Swift; } in isSwift()
|
D | ARM.td | 116 // 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", []>;
|
D | ARMSubtarget.cpp | 241 case Swift: in initSubtargetFeatures()
|
D | ARMScheduleSwift.td | 1 //=- 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.
|
D | ARMFastISel.cpp | 1853 case CallingConv::Swift: in CCAssignFnForCall() 2999 case CallingConv::Swift: in fastLowerArguments()
|
/external/llvm/test/CodeGen/ARM/ |
D | zero-cycle-zero.ll | 50 ; It doesn't particularly matter what Swift does here, there isn't carefully
|
D | neon-spfp.ll | 51 ; Swift is *always* unsafe
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 258 // 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/ |
D | README.md | 124 The Objective C classes/enums can be used from Swift code.
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.def | 321 HANDLE_DW_LANG(0x001e, Swift)
|
/external/protobuf/docs/ |
D | third_party.md | 83 * Swift: https://github.com/alexeyxo/protobuf-swift
|
/external/icu/icu4c/source/data/zone/ |
D | mt.txt | 475 ec{"Swift Current"}
|
D | nl.txt | 568 ec{"Swift Current"}
|
D | pl.txt | 568 ec{"Swift Current"}
|
D | da.txt | 568 ec{"Swift Current"}
|
D | sv.txt | 568 ec{"Swift Current"}
|
D | ee.txt | 523 ec{"Swift Kurrent nutomegaƒoƒome"}
|
D | fo.txt | 568 ec{"Swift Current"}
|
D | af.txt | 568 ec{"Swift Current"}
|
D | de.txt | 568 ec{"Swift Current"}
|
/external/clang/tools/libclang/ |
D | CXType.cpp | 540 TCALLINGCONV(Swift); in clang_getFunctionTypeCallingConv()
|
/external/clang/include/clang/Basic/ |
D | AttrDocs.td | 2177 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