| /openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerCrossOver.cpp | 19 size_t MutationDispatcher::CrossOver(const uint8_t *Data1, size_t Size1, in CrossOver() argument 29 const uint8_t *Data = Data1; in CrossOver() 45 Data = CurrentlyUsingFirstData ? Data2 : Data1; in CrossOver()
|
| H A D | FuzzerInterface.h | 62 LLVMFuzzerCustomCrossOver(const uint8_t *Data1, size_t Size1,
|
| H A D | FuzzerExtFunctions.def | 22 (const uint8_t *Data1, size_t Size1,
|
| H A D | FuzzerMutate.h | 87 size_t CrossOver(const uint8_t *Data1, size_t Size1, const uint8_t *Data2,
|
| /openbsd-src/gnu/llvm/clang/include/clang/Analysis/ |
| H A D | ProgramPoint.h | 89 const void *Data1; 104 : Data1(P), in Data1() function 118 : Data1(P1), in Data1() function 124 const void *getData1() const { return Data1; } in getData1() 193 return Data1 == RHS.Data1 && 200 return Data1 != RHS.Data1 || 732 EpsilonPoint(const LocationContext *L, const void *Data1, 735 : ProgramPoint(Data1, Data2, EpsilonKind, L, tag) {} in ProgramPoint() argument
|
| H A D | CFG.h | 82 llvm::PointerIntPair<void *, 2> Data1; 86 : Data1(const_cast<void*>(Ptr1), ((unsigned) kind) & 0x3), 119 x |= Data1.getInt(); in getKind() 137 return static_cast<const Stmt *>(Data1.getPointer()); in getStmt() 231 return static_cast<CXXCtorInitializer*>(Data1.getPointer()); in getInitializer() 252 return static_cast<CXXNewExpr *>(Data1.getPointer()); in getAllocatorExpr() 276 return static_cast<Stmt *>(Data1.getPointer()); in getLoopStmt() 296 return static_cast<VarDecl *>(Data1.getPointer()); in getVarDecl() 328 return static_cast<VarDecl *>(Data1.getPointer()); in getVarDecl() 347 return static_cast<VarDecl *>(Data1.getPointer()); in getVarDecl() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | Formatters.cpp | 42 support::ulittle32_t Data1; in format() member 49 << '{' << format_hex_no_prefix(G->Data1, 8, /*Upper=*/true) in format()
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efidef.h | 74 UINT32 Data1; member
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
| H A D | UUID.h | 41 llvm::support::ulittle32_t Data1; member
|
| /openbsd-src/gnu/llvm/lldb/source/Utility/ |
| H A D | UUID.cpp | 39 llvm::sys::swapByteOrder(debug_info.Uuid.Data1); in UUID()
|
| /openbsd-src/sys/dev/efi/ |
| H A D | efi.h | 38 UINT32 Data1; member
|
| /openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 160 support::ulittle32_t Data1; in input() member 167 if (!to_integer(A[0], G.Data1, 16) || !to_integer(A[1], G.Data2, 16) || in input()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SILoadStoreOptimizer.cpp | 1260 const MachineOperand *Data1 = in mergeWrite2Pair() local 1271 std::swap(Data0, Data1); in mergeWrite2Pair() 1302 .add(*Data1) // data1 in mergeWrite2Pair()
|
| H A D | AMDGPUInstructionSelector.cpp | 2015 Register Data1 = MI.getOperand(5).getReg(); in selectDSBvhStackIntrinsic() local 2022 .addUse(Data1) in selectDSBvhStackIntrinsic()
|
| /openbsd-src/sys/dev/fdt/ |
| H A D | qcscm.c | 743 guid.Data1, guid.Data2, guid.Data3); in qcscm_uefi_dump_variables()
|
| /openbsd-src/gnu/llvm/llvm/docs/TableGen/ |
| H A D | ProgRef.rst | 1487 def Data1 {
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 4454 sort(UsersVec, [](const auto &Data1, const auto &Data2) { in reorderBottomToTop() argument 4455 return Data1.first->Idx > Data2.first->Idx; in reorderBottomToTop()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 2931 Data1, enumerator 4159 auto FI = std::next(KmpTaskTQTyRD->field_begin(), Data1); in emitTaskInit()
|