/freebsd-src/contrib/llvm-project/libcxx/src/ |
H A D | hash.cpp | 29 const unsigned indices[] = { variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Operator.h | 404 inline iterator_range<op_iterator> indices() { indices() function 408 inline iterator_range<const_op_iterator> indices() const { indices() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | ConstantInitBuilder.cpp | 182 llvm::SmallVectorImpl<llvm::Constant*> &indices, in getGEPIndicesTo() argument
|
H A D | CGExprAgg.cpp | 511 llvm::Value *indices[] = { zero, zero }; EmitArrayInit() local 1835 llvm::Value *indices[] = {zero, zero}; VisitArrayInitLoopExpr() local
|
H A D | CGExpr.cpp | 3913 emitArraySubscriptGEP(CodeGenFunction & CGF,llvm::Type * elemType,llvm::Value * ptr,ArrayRef<llvm::Value * > indices,bool inbounds,bool signedIndices,SourceLocation loc,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument 4015 emitArraySubscriptGEP(CodeGenFunction & CGF,Address addr,ArrayRef<llvm::Value * > indices,QualType eltType,bool inbounds,bool signedIndices,SourceLocation loc,QualType * arrayType=nullptr,const Expr * Base=nullptr,const llvm::Twine & name="arrayidx") emitArraySubscriptGEP() argument [all...] |
/freebsd-src/sys/dev/nvdimm/ |
H A D | nvdimm.c | 245 struct nvdimm_label_index *indices, *index1; in read_labels() local
|
/freebsd-src/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-src/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-src/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | ConstantInitBuilder.h | 316 getGEPIndicesToCurrentPosition(llvm::SmallVectorImpl<llvm::Constant * > & indices) getGEPIndicesToCurrentPosition() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | IRForTarget.cpp | 1377 ArrayRef<Value *> indices(index_vector); in UnfoldConstant() local
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 236 MutableArrayRef<TypeIndex> indices( in remapRecord() local [all...] |
/freebsd-src/sys/dev/clk/ |
H A D | clk.c | 1580 uint32_t **indices) in clk_parse_ofw_out_names()
|
/freebsd-src/crypto/openssh/ |
H A D | sftp.c | 975 u_int i, j, nentries, *indices = NULL, c = 1; in do_globbed_ls() local
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | SymbolFileNativePDB.cpp | 2184 RecordIndices &indices = record_indices[tag.asTag().getUniqueName()]; in BuildParentMap() local [all...] |