/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | LEB128.h | 144 uint64_t Slice = *p & 0x7f; variable 179 uint64_t Slice = Byte & 0x7f; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
H A D | MachOUniversalWriter.cpp | 78 Slice::Slice(const Archive &A, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice 83 Slice::Slice(const MachOObjectFile &O, uint32_t Align) in Slice() function in Slice 89 Slice::Slice(const IRObjectFile &IRO, uint32_t CPUType, uint32_t CPUSubType, in Slice() function in Slice 94 Slice::Slice(const MachOObjectFile &O) : Slice(O, calculateAlignment(O)) {} in Slice() function in Slice
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CRC.cpp | 92 ArrayRef<uint8_t> Slice = Data.take_front(UINT32_MAX); in crc32() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
H A D | Minidump.h | 206 Expected<ArrayRef<uint8_t>> Slice = in getDataSliceAs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | LinePrinter.cpp | 203 BinaryStreamRef Slice(*S); in formatMsfStreamData() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
H A D | llvm-lipo.cpp | 531 for (auto &Slice : Slices) { in updateAlignments() local 703 for (auto &Slice : Slices) { in replaceSlices() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 2252 struct Slice{ size_t base, length; } in TimSortImpl() struct
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | macho2yaml.cpp | 612 for (auto Slice : Obj.objects()) { in macho2yaml() local
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/ |
H A D | sorting.d | 2347 struct Slice{ size_t base, length; } in TimSortImpl() argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | constfold.d | 1323 UnionExp Slice(Type type, Expression e1, Expression lwr, Expression upr) in Slice() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | constfold.c | 1408 UnionExp Slice(Type *type, Expression *e1, Expression *lwr, Expression *upr) in Slice() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 4070 ConstantDataArraySlice &Slice, in getConstantDataArrayInfo() 4148 ConstantDataArraySlice Slice; in getConstantStringInfo() local 4228 ConstantDataArraySlice Slice; in GetStringLengthH() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SROA.cpp | 148 class Slice { class 162 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() function in __anon416367130111::Slice
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | uni.d | 3952 void spillToNextPage(size_t level, Slice)(ref Slice ptr) in spillToNextPage() argument 3962 void spillToNextPageImpl(size_t level, Slice)(ref Slice ptr) in spillToNextPageImpl() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 632 ConstantDataArraySlice Slice; in optimizeStringLength() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 6208 const ConstantDataArraySlice &Slice) { in getMemsetStringVal() 6273 static bool isMemSrcFromConstant(SDValue Src, ConstantDataArraySlice &Slice) { in isMemSrcFromConstant() 6355 ConstantDataArraySlice Slice; in getMemcpyLoadsAndStores() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 3149 Decl *Slice = instantiateUnresolvedUsingDecl(D, true); in instantiateUnresolvedUsingDecl() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 6714 ArrayRef<Value *> Slice = makeArrayRef(Operands).slice(Cnt, Size); in vectorizeStores() local
|