Home
last modified time | relevance | path

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

12

/llvm-project/libcxx/test/std/containers/sequences/list/list.ops/
H A Dsort.pass.cpp24 struct Payload struct
28 Payload(int v) : val(v), side(0) {} in Payload() function
29 Payload(int v, int s) : val(v), side(s) {} in Payload() function
30 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
H A Dsort_comp.pass.cpp42 struct Payload struct
46 Payload(int v) : val(v), side(0) {} in Payload() argument
47 Payload(int v, int s) : val(v), side(s) {} in Payload() argument
48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
/llvm-project/libcxx/test/std/containers/sequences/forwardlist/forwardlist.ops/
H A Dsort.pass.cpp42 struct Payload struct
46 Payload(int v) : val(v), side(0) {} in Payload() argument
47 Payload(int v, int s) : val(v), side(s) {} in Payload() argument
48 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
H A Dsort_pred.pass.cpp26 struct Payload struct
30 Payload(int v) : val(v), side(0) {} in Payload() argument
31 Payload(int v, int s) : val(v), side(s) {} in Payload() argument
32 bool operator< (const Payload &rhs) const { return val < rhs.val;} in operator <() argument
/llvm-project/polly/lib/CodeGen/
H A DIslAst.cpp251 IslAstUserPayload *Payload = new IslAstUserPayload(); in astBuildBeforeFor() local
279 IslAstUserPayload *Payload = (IslAstUserPayload *)isl_id_get_user(Id); in astBuildAfterFor() local
326 IslAstUserPayload *Payload = new IslAstUserPayload(); in AtEachDomain() local
569 IslAstUserPayload *Payload = (IslAstUserPayload *)Id.get_user(); in getNodePayload() local
574 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermost() local
584 IslAstUserPayload *Payload = getNodePayload(Node); in isInnermostParallel() local
589 IslAstUserPayload *Payload = getNodePayload(Node); in isOutermostParallel() local
594 IslAstUserPayload *Payload = getNodePayload(Node); in isReductionParallel() local
618 IslAstUserPayload *Payload = getNodePayload(Node); in getSchedule() local
624 IslAstUserPayload *Payload = getNodePayload(Node); in getMinimalDependenceDistance() local
[all …]
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DPostingList.h51 std::array<uint8_t, PayloadSize> Payload; member
H A DPostingList.cpp131 bool encodeVByte(DocID Delta, llvm::MutableArrayRef<uint8_t> &Payload) { in encodeVByte()
/llvm-project/clang/lib/CodeGen/
H A DPatternInit.cpp57 llvm::APInt Payload(64, NaNPayload); in initializationPatternFor() local
/llvm-project/llvm/include/llvm/Support/
H A DError.h204 Error(std::unique_ptr<ErrorInfoBase> Payload) { in Error() argument
329 ErrorInfoBase *Payload = nullptr; global() variable
933 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload) handleErrorImpl() argument
938 handleErrorImpl(std::unique_ptr<ErrorInfoBase> Payload,HandlerT && Handler,HandlerTs &&...Handlers) handleErrorImpl() argument
958 std::unique_ptr<ErrorInfoBase> Payload = E.takePayload(); handleErrors() local
990 const ErrorInfoBase *Payload = E.getPtr(); visitErrors() local
1363 std::unique_ptr<ErrorInfoBase> Payload; build() local
[all...]
H A DOnDiskHashTable.h435 const unsigned char *Payload; variable
/llvm-project/llvm/include/llvm/Testing/Annotations/
H A DAnnotations.h120 llvm::StringRef Payload; member
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp52 llvm::StringLiteral Payload; in TEST_F() member
/llvm-project/clang/lib/Interpreter/
H A DValue.cpp51 static ValueStorage *getFromPayload(void *Payload) { in getFromPayload()
162 unsigned char *Payload = in Value() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DToken.cpp
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DGLR.h
/llvm-project/llvm/unittests/Testing/Annotations/
H A DAnnotationsTest.cpp109 TEST(AnnotationsTest, Payload) { in TEST() argument
/llvm-project/libc/benchmarks/
H A DLibcBenchmarkTest.cpp80 static char DummyFunction(char Payload) { return Payload; } in DummyFunction()
/llvm-project/llvm/lib/Testing/Annotations/
H A DAnnotations.cpp31 std::optional<llvm::StringRef> Payload; in Annotations() local
/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp240 uint8_t Payload = *Data++; readUnversioned() local
306 uint8_t Payload = endian::readNext<uint8_t, llvm::endianness::little>(Data); ReadParamInfo() local
322 uint8_t Payload = endian::readNext<uint8_t, llvm::endianness::little>(Data); ReadFunctionInfo() local
373 uint8_t Payload = *Data++; readUnversioned() local
522 uint8_t Payload = *Data++; readUnversioned() local
586 uint8_t Payload = *Data++; readUnversioned() local
[all...]
/llvm-project/offload/DeviceRTL/include/
H A DTypes.h
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h84 operator Type::Payload() { return m_payload; } in Payload() function
/llvm-project/lldb/include/lldb/Symbol/
H A DType.h534 typedef uint32_t Payload; global() typedef
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOObject.h87 std::vector<uint8_t> Payload; member
/llvm-project/llvm/lib/IR/
H A DConstants.cpp1005 getNaN(Type * Ty,bool Negative,uint64_t Payload) getNaN() argument
1016 getQNaN(Type * Ty,bool Negative,APInt * Payload) getQNaN() argument
1027 getSNaN(Type * Ty,bool Negative,APInt * Payload) getSNaN() argument
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h204 yaml::BinaryRef Payload; member

12