Home
last modified time | relevance | path

Searched defs:Payload (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Darray.d263 private struct Payload struct
287 void opAssign(Payload rhs) @disable; argument
289 @property size_t length() const in length()
294 @property void length(size_t newLength) in length()
350 auto newPayloadPtr = cast(T*) malloc(sz); in reserve() argument
413 private alias Data = RefCounted!(Payload, RefCountedAutoInitialize.no); argument
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DError.h198 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error()
324 ErrorInfoBase *Payload = nullptr; variable
885 inline Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) { in handleErrorImpl()
890 Error handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload, in handleErrorImpl()
910 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); in handleErrors() local
1261 std::unique_ptr<ErrorInfoBase> Payload; in build() local
H A DOnDiskHashTable.h432 const unsigned char *Payload; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DPatternInit.cpp57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dir.d990 static struct Payload struct
992 size_t refcount;
994 inout(T)* ptr() inout { return placeholder.ptr; } in inout()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
H A Dmutation.d1345 struct Payload in Array() struct
1347 ~this() {} in Array()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dmutation.d1406 struct Payload in Array() struct
1408 ~this() {} in Array()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
H A DObject.h93 std::vector<uint8_t> Payload; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp615 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h199 yaml::BinaryRef Payload; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp987 Constant *ConstantFP::getNaN(Type *Ty, bool Negative, uint64_t Payload) { in getNaN()
998 Constant *ConstantFP::getQNaN(Type *Ty, bool Negative, APInt *Payload) { in getQNaN()
1009 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN()
H A DAsmWriter.cpp1403 APInt Payload = apf.bitcastToAPInt(); in WriteConstantInternal() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp2873 APInt Payload; in convertFromStringSpecials() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5627 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local