/third_party/zlib/old/ |
D | visual-basic.txt | 32 Declare Function compress Lib "ZLIB.DLL" (ByVal compr As 33 String, comprLen As Any, ByVal buf As String, ByVal buflen 35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr 36 As String, uncomprLen As Any, ByVal compr As String, ByVal 38 Declare Function gzopen Lib "ZLIB.DLL" (ByVal filePath As 39 String, ByVal mode As String) As Long 40 Declare Function gzread Lib "ZLIB.DLL" (ByVal file As 41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) 43 Declare Function gzwrite Lib "ZLIB.DLL" (ByVal file As 44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer) [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 168 return get(Context, ByVal, Ty); in getWithByValType() 396 if (hasAttribute(Attribute::ByVal)) { in getAsString() 778 case Attribute::ByVal: in get() 854 if (I.hasAttribute(Attribute::ByVal)) in getByValType() 1468 else if (Kind == Attribute::ByVal) in addAttribute() 1492 else if (Val == Attribute::ByVal) in removeAttribute() 1577 Attrs[Attribute::ByVal] = true; in addByValAttr() 1707 Incompatible.addAttribute(Attribute::ByVal) in typeIncompatible()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.inc | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Attributes.gen | 8 ByVal, 65 .Case("byval", Attribute::ByVal) 174 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | Attributes.inc | 8 ByVal, 77 .Case("byval", Attribute::ByVal) 198 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/IR/ |
D | AttributesCompatFunc.inc | 8 ByVal, 77 .Case("byval", Attribute::ByVal) 198 return llvm::Attribute::ByVal;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetCallingConv.td | 39 /// CCIfByVal - If the current argument has ByVal parameter attribute, apply 135 /// slot to implement ByVal aggregate parameter passing. Size and alignment
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | CallSite.h | 608 return paramHasAttr(ArgNo, Attribute::ByVal); in isByValArgument() 618 return paramHasAttr(ArgNo, Attribute::ByVal) || in isByValOrInAllocaArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CallLowering.cpp | 95 if (Attrs.hasAttribute(OpIdx, Attribute::ByVal)) in setArgFlags() 103 auto Ty = Attrs.getAttribute(OpIdx, Attribute::ByVal).getValueAsType(); in setArgFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | ValueMapper.cpp | 903 if (Attrs.hasAttribute(i, Attribute::ByVal)) { in remapInstruction() 904 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in remapInstruction() 908 Attrs = Attrs.removeAttribute(C, i, Attribute::ByVal); in remapInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | Lint.cpp | 275 if (PAL.hasParamAttribute(ArgNo, Attribute::ByVal)) in visitCallSite() 308 if (PAL.hasParamAttribute(ArgNo++, Attribute::ByVal)) in visitCallSite()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/ |
D | IRMover.cpp | 639 if (Attrs.hasAttribute(i, Attribute::ByVal)) { in mapAttributeTypes() 640 Type *Ty = Attrs.getAttribute(i, Attribute::ByVal).getValueAsType(); in mapAttributeTypes() 644 Attrs = Attrs.removeAttribute(C, i, Attribute::ByVal); in mapAttributeTypes()
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/ |
D | spirv.lua | 306 ByVal = 2,
|
/third_party/spirv-headers/include/spirv/1.1/ |
D | spirv.cs | 331 ByVal = 2, enumerator
|
D | spirv.lua | 306 ByVal = 2,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
D | spirv.lua | 302 ByVal = 2,
|
D | spirv.cs | 327 ByVal = 2, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
D | spirv.lua | 309 ByVal = 2,
|
/third_party/spirv-headers/include/spirv/1.0/ |
D | spirv.cs | 327 ByVal = 2, enumerator
|
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
D | spirv.lua | 302 ByVal = 2,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/ |
D | spirv.lua | 309 ByVal = 2,
|