/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/ |
H A D | array.d | 263 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 D | Error.h | 198 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 D | OnDiskHashTable.h | 432 const unsigned char *Payload; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | PatternInit.cpp | 57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/ |
H A D | ir.d | 990 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 D | mutation.d | 1345 struct Payload in Array() struct 1347 ~this() {} in Array()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | mutation.d | 1406 struct Payload in Array() struct 1408 ~this() {} in Array()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/ |
H A D | Object.h | 93 std::vector<uint8_t> Payload; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
H A D | InstrProfReader.cpp | 615 const unsigned char *Buckets, const unsigned char *const Payload, in InstrProfReaderIndex()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 199 yaml::BinaryRef Payload; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Constants.cpp | 987 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 D | AsmWriter.cpp | 1403 APInt Payload = apf.bitcastToAPInt(); in WriteConstantInternal() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | APFloat.cpp | 2873 APInt Payload; in convertFromStringSpecials() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 5627 APInt Payload = ID.APFloatVal.bitcastToAPInt(); in convertValIDToValue() local
|