Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDhash.cpp29 const unsigned indices[] = { variable
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDELFAttributeParser.cpp157 SmallVector<uint8_t, 8> indices; in parseSubsection() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDConstantInitBuilder.cpp182 llvm::SmallVectorImpl<llvm::Constant*> &indices, in getGEPIndicesTo()
HDCGExprAgg.cpp1811 llvm::Value *indices[] = {zero, zero}; in VisitArrayInitLoopExpr() local
HDCGExpr.cpp3941 ArrayRef<llvm::Value*> indices, in emitArraySubscriptGEP()
3956 ArrayRef<llvm::Value *> indices, in emitArraySubscriptGEP()
4058 ArrayRef<llvm::Value *> indices, in emitArraySubscriptGEP()
/freebsd-14-stable/sys/dev/nvdimm/
HDnvdimm.c245 struct nvdimm_label_index *indices, *index1; in read_labels() local
/freebsd-14-stable/sys/kern/
HDkern_lockf.c2181 graph_add_indices(int *indices, int n, struct owner_vertex_list *set) in graph_add_indices()
2200 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices()
2227 int *indices; in graph_add_edge() local
/freebsd-14-stable/contrib/llvm-project/lldb/source/Expression/
HDIRInterpreter.cpp312 SmallVector<Value *, 8> indices(op_cursor, op_end); in ResolveConstantValue() local
1066 SmallVector<Value *, 8> indices(gep_inst->idx_begin(), in Interpret() local
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/CodeGen/
HDConstantInitBuilder.h324 llvm::SmallVectorImpl<llvm::Constant*> &indices) { in getGEPIndicesToCurrentPosition()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDIRForTarget.cpp1377 ArrayRef<Value *> indices(index_vector); in UnfoldConstant() local
/freebsd-14-stable/contrib/llvm-project/lld/COFF/
HDDebugTypes.cpp236 MutableArrayRef<TypeIndex> indices( in remapRecord() local
/freebsd-14-stable/sys/dev/extres/clk/
HDclk.c1580 uint32_t **indices) in clk_parse_ofw_out_names()
/freebsd-14-stable/crypto/openssh/
HDsftp.c977 u_int i, j, nentries, *indices = NULL, c = 1; in do_globbed_ls() local
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp2184 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap() local