Searched defs:indices (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | hash.cpp | 76 // Start searching list of potential primes: L * k0 + indices[in] variable [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | ELFAttributeParser.cpp | 157 SmallVector<uint8_t, 8> indices; in parseSubsection() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantInitBuilder.cpp | 182 llvm::SmallVectorImpl<llvm::Constant*> &indices, in getGEPIndicesTo()
|
H A D | CGExprAgg.cpp | 1811 llvm::Value *indices[] = {zero, zero}; in VisitArrayInitLoopExpr() local
|
H A D | CGExpr.cpp | 3941 ArrayRef<llvm::Value*> indices, in emitArraySubscriptGEP() 3956 ArrayRef<llvm::Value *> indices, in emitArraySubscriptGEP() 4058 ArrayRef<llvm::Value *> indices, in emitArraySubscriptGEP()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm.c | 245 struct nvdimm_label_index *indices, *index1; in read_labels() local
|
/freebsd/sys/kern/ |
H A D | kern_lockf.c | 2179 graph_add_indices(int *indices, int n, struct owner_vertex_list *set) in graph_add_indices() 2198 graph_assign_indices(struct owner_graph *g, int *indices, int nextunused, in graph_assign_indices() 2225 int *indices; in graph_add_edge() local
|
/freebsd/contrib/llvm-project/lldb/source/Expression/ |
H A D | IRInterpreter.cpp | 312 SmallVector<Value *, 8> indices(op_cursor, op_end); in ResolveConstantValue() local 1066 SmallVector<Value *, 8> indices(gep_inst->idx_begin(), in Interpret() local
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 324 llvm::SmallVectorImpl<llvm::Constant*> &indices) { in getGEPIndicesToCurrentPosition()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 1377 ArrayRef<Value *> indices(index_vector); in UnfoldConstant() local
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 236 MutableArrayRef<TypeIndex> indices( in remapRecord() local
|
/freebsd/sys/dev/clk/ |
H A D | clk.c | 1580 uint32_t **indices) in clk_parse_ofw_out_names()
|
/freebsd/crypto/openssh/ |
H A D | sftp.c | 977 u_int i, j, nentries, *indices = NULL, c = 1; in do_globbed_ls() local
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 2184 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap() local
|