Searched refs:this (Results 51 - 75 of 1334) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstBuilder.h33 return *this;
39 return *this;
45 return *this;
51 return *this;
57 return *this;
63 return *this;
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Derror.exp2 make: "error.mk" line 7: warning: this could be serious
3 make: "error.mk" line 8: this is fatal
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.inet_ntopbadarg.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
35 this->buf4a = alloca(sizeof (ipaddr_t));
36 ip4a = this->buf4a;
H A Dtst.substr.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
183 this->str = command[i].alt ? altstr : str;
184 this->str2 = command[i].alt ? altstr2 : str2;
185 this->result = substr(command[i].alt ?
190 this->str, this->str2, command[i].index, this
[all...]
H A Dtst.inet_ntoa6.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
41 this->buf6a = alloca(sizeof (struct in6_addr));
42 this->buf6b = alloca(sizeof (struct in6_addr));
43 this->buf6c = alloca(sizeof (struct in6_addr));
44 this->buf6d = alloca(sizeof (struct in6_addr));
45 this->buf6e = alloca(sizeof (struct in6_addr));
46 this
[all...]
H A Dtst.strtok.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
33 this->str = ",,,Carrots,,Barley,Oatmeal,,,Beans,";
37 /(this->field = strtok(this->str, ",")) == NULL/
44 printf("%s\n", this->field);
48 /(this->field = strtok(NULL, ",")) == NULL/
55 printf("%s\n", this
[all...]
H A Dtst.inet_ntop.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
46 this->buf4a = alloca(sizeof (in_addr_t));
47 this->buf4b = alloca(sizeof (in_addr_t));
48 this->buf4c = alloca(sizeof (in_addr_t));
49 this->buf4d = alloca(sizeof (in_addr_t));
50 this->buf6a = alloca(sizeof (struct in6_addr));
51 this
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Dtst.zerosize.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
39 this->one = 1;
40 this->two = 2;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPriorityQueue.h48 typename Sequence::size_type i = find(this->c, t) - this->c.begin();
53 this->c[i] = this->c[parent];
59 this->pop();
70 std::make_heap(this->c.begin(), this->c.end(), this->comp);
76 this->c.clear();
H A DAPSInt.h45 /// Determine sign of this APSInt.
47 /// \returns true if this APSInt is negative, false otherwise
50 /// Determine if this APSInt Value is non-negative (>= 0)
52 /// \returns true if this APSInt is non-negative, false otherwise
55 /// Determine if this APSInt Value is positive.
57 /// This tests if the value of this APSInt is positive (> 0). Note
60 /// \returns true if this APSInt is positive.
66 return *this;
72 return *this;
81 /// toString - Append this APSIn
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DJITTargetMachineBuilder.h75 this->CPU = std::move(CPU);
76 return *this;
81 this->RM = std::move(RM);
82 return *this;
90 this->CM = std::move(CM);
91 return *this;
99 this->OptLevel = OptLevel;
100 return *this;
106 return *this;
126 this
[all...]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/docsExamples/
H A Dkstat.d4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
15 * If applicable, add the following below this CDDL HEADER, with the
48 this->str = copyinstr(self->ksname);
49 this->ksp = (kstat_named_t *)copyin(arg1, sizeof (kstat_named_t));
50 printf("%s has ui64 value %u\n", this->str, this->ksp->value.ui64);
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/privs/
H A Dtst.getf.ksh4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
15 # If applicable, add the following below this CDDL HEADER, with the
31 BEGIN { this->fp = getf(0); errmsg = "can't read field"; \
32 printf("field: "); trace(this->fp->field); printf("\n"); }
35 BEGIN { errmsg = ""; this->fp = getf(0); trace(this->fp->field); \
66 this->fp = getf(0);
67 this
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperandTraits.h127 return OperandTraits<CLASS>::op_begin(this); \
130 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \
133 return OperandTraits<CLASS>::op_end(this); \
136 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
139 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
142 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \
145 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
147 OperandTraits<CLASS>::op_begin(this)[i_nocapture] = Val_nocapture; \
150 return OperandTraits<CLASS>::operands(this); \
153 return this
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/ASTDiff/
H A DASTDiffInternal.h24 /// Within a tree, this identifies a node by its preorder offset.
36 NodeId &operator++() { return ++Id, *this; }
37 NodeId &operator--() { return --Id, *this; }
39 NodeId &operator*() { return *this; }
/freebsd-13-stable/sys/compat/linux/
H A Dstats_timing.d11 * notice, this list of conditions and the following disclaimer
12 * in this position and unchanged.
14 * notice, this list of conditions and the following disclaimer in the
37 * - together with the number of calls to this function this allows
56 this->timediff = self->time[probefunc] - vtimestamp;
58 @stats[probeprov, execname, probefunc] = quantize(this->timediff);
59 @longest[probeprov, probefunc] = max(this->timediff);
72 this->timediff = self->lock[arg0] - vtimestamp;
74 @lockstats[probefunc] = quantize(this
[all...]
/freebsd-13-stable/contrib/apr-util/misc/
H A Dapr_rmm.c3 * this work for additional information regarding copyright ownership.
4 * The ASF licenses this file to You under the Apache License, Version 2.0
5 * (the "License"); you may not use this file except in compliance with
33 * The firstused field in this structure is the address of the first
143 static void move_block(apr_rmm_t *rmm, apr_rmm_off_t this, int free) argument
145 struct rmm_block_t *blk = (rmm_block_t*)((char*)rmm->base + this);
167 blk->prev = find_block_by_offset(rmm, rmm->base->firstfree, this, 1);
170 rmm->base->firstfree = this;
174 blk->prev = find_block_by_offset(rmm, rmm->base->firstused, this, 1);
177 rmm->base->firstused = this;
258 apr_rmm_off_t this = rmm->base->firstused; local
267 apr_rmm_off_t this = rmm->base->firstfree; local
310 apr_rmm_off_t this; local
333 apr_rmm_off_t this; local
357 apr_rmm_off_t this; local
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dkey-gen.h6 * distributed with this work for additional information
7 * regarding copyright ownership. The ASF licenses this file
9 * "License"); you may not use this file except in compliance
38 are guaranteed never to be longer than this many bytes,
42 Note that this limit will be a problem if the number of
56 /* In many of the databases, the value at this key is the key to use
79 void svn_fs_base__next_key(const char *this, apr_size_t *len, char *next);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DSmallVectorMemoryBuffer.h34 /// FIXME: It'd be nice for this to be a non-templated constructor taking a
37 /// SmallVectors. If/when that is fixed we can simplify this constructor and
41 init(this->SV.begin(), this->SV.end(), false);
48 init(this->SV.begin(), this->SV.end(), false);
/freebsd-13-stable/sys/mips/include/
H A Dstdarg.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
36 #error this file needs to be ported to your compiler
/freebsd-13-stable/sys/riscv/include/
H A Dstdarg.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
36 #error this file needs to be ported to your compiler
/freebsd-13-stable/sys/contrib/libsodium/test/default/
H A Dpre.js.inc2 this['Module'] = Module;
5 this['Module'] = Module = {};
/freebsd-13-stable/sys/arm/include/
H A Dstdarg.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
36 #error this file needs to be ported to your compiler
/freebsd-13-stable/sys/arm64/include/
H A Dstdarg.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
36 #error this file needs to be ported to your compiler
/freebsd-13-stable/sys/powerpc/include/
H A Dstdarg.h10 * notice, this list of conditions and the following disclaimer.
12 * notice, this list of conditions and the following disclaimer in the
36 #error this file needs to be ported to your compiler

Completed in 136 milliseconds

1234567891011>>