Searched refs:this (Results 226 - 250 of 1334) sorted by relevance

1234567891011>>

/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.h60 // Returns the size of this chunk (even if this is a common or BSS.)
78 // Write this chunk to a mmap'ed file, assuming Buf is pointing to
79 // beginning of the file. Because this function may use RVA values
81 // before calling this function.
96 // Returns the section name if this is a section chunk.
97 // It is illegal to call this function on non-section chunks.
110 // Returns a human-readable name of this chunk. Chunks are unnamed chunks of
111 // bytes, so this is used only for logging or debugging.
114 // Return true if this fil
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeFormat.h35 if (&rhs != this)
38 return *this;
43 return *this;
48 return *this;
60 return *this;
73 return *this;
86 return *this;
99 return *this;
143 // need to hold on to this for extended periods of time and we trust the
/freebsd-13-stable/contrib/bmake/mk/
H A Dtarget-flags.mk5 # Include this macro file after all others in a makefile and
27 # variables. The original version of this macro file did
47 # use this file is hereby granted provided that
48 # the above copyright notice and this notice are
H A Dldorder.mk8 # use this file is hereby granted provided that
9 # the above copyright notice and this notice are
34 # define this if we need a barrier between local and external libs
58 # make sure this exists
68 # we need to remember this
75 # this is how you use it
113 # and this makes it all happen
116 # this is how we get the dependencies
134 # make sure this is reset
144 # you can make this depen
[all...]
H A Dcython.mk9 # use this file is hereby granted provided that
10 # the above copyright notice and this notice are
44 # this is what we build
50 # this is where we save generated src
53 # set this empty if you don't want to handle multiple versions
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Ddep-colon-bug-cross-file.mk13 # In this pass, another command is added to the "current dependency group",
17 # Oops, even worse. Running this test in a make from 2020-09-25 or earlier
18 # on NetBSD 8.0 x86_64 with MALLOC_OPTIONS=JA produces this or a similar
24 # for this is that in MainParseArgs, the command line arguments were not
H A Dhanoi-include.mk18 N?= 5 # Move this number of disks ...
19 FROM?= A # ... from this stack ...
20 VIA?= B # ... via this stack ...
21 TO?= C # ... to this stack.
H A Dunexport-env.mk13 # this removes everything
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h51 return *this;
55 return *this;
H A DPackedVector.h92 return *this;
115 return *this;
120 (*this)[size()-1] = val;
124 return reference(*this, Idx);
141 return *this;
H A DSparseBitVector.h29 /// storing the elements that have non-zero bits set. In order to make this
38 /// etc) do not perform as well in practice as a linked list with this iterator
78 return !(*this == RHS);
170 // Union this element with RHS and return true if this one changed.
192 // Intersect this Element with RHS and return true if this one changed.
193 // BecameZero is set to true if this element became all-zero bits.
214 // Intersect this Element with the complement of RHS and return true if this
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocRegistry.h37 Registry.Add(this);
40 ~RegisterRegAllocBase() { Registry.Remove(this); }
H A DSchedulerRegistry.h42 Registry.Add(this);
44 ~RegisterScheduler() { Registry.Remove(this); }
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h41 internal_memcpy(this, &other, sizeof(*this));
/freebsd-13-stable/contrib/dialog/samples/
H A Dtextbox9 Hi, this is a text dialog box. It can be used to display text from a file.
H A Dtextbox29 Hi, this is a text dialog box. It can be used to display text from a file.
/freebsd-13-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc3 * 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
18 * running at around 1.1MHz. The amount this changes in a time slice is
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h27 /// Note that if there are only variable sized allocas this is set to false.
58 this->IsInterruptHandler = CallConv == CallingConv::AVR_INTR || MF.getFunction().hasFnAttribute("interrupt");
59 this->IsSignalHandler = CallConv == CallingConv::AVR_SIGNAL || MF.getFunction().hasFnAttribute("signal");
/freebsd-13-stable/contrib/ncurses/include/
H A DMKparametrized.sh7 # copy of this software and associated documentation files (the "Software"), #
14 # The above copyright notice and this permission notice shall be included in #
25 # Except as contained in this notice, the name(s) of the above copyright #
27 # use or other dealings in this Software without prior written #
34 # The output of this script is C source for an array specifying whether
45 * Note: this file is generated using MKparametrized.sh, do not edit by hand.
57 # this, that would be cleaner....
/freebsd-13-stable/share/mk/
H A Dgoogletest.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
11 # For now this is a thin wrapper around the `plain` test interface, but in the
12 # future this will rely on a newer version of kyua which will integrate in
24 # Test programs registered in this manner are set to be installed into TESTSDIR
H A Dlocal.gendirdeps.mk3 # we need a keyword, this noise is to prevent it being expanded
55 # gendirdeps.mk will turn _{VAR} into ${VAR} which keeps this simple
56 # order of this list matters!
61 # order of this list matters!
H A Dtap.test.mk3 # You must include bsd.test.mk instead of this file from your Makefile.
20 # Test programs registered in this manner are set to be installed into TESTSDIR
28 # Perl interpreter to use for test programs written in this language.
61 # TODO(jmmv): It seems to me that this SED and SRC functionality should
63 # this proves to be useful within the tests.
83 # TODO(jmmv): It seems to me that this SED and SRC functionality should
85 # this proves to be useful within the tests.
/freebsd-13-stable/stand/i386/libi386/
H A Dpxetramp.S6 # permitted provided that the above copyright notice and this
17 # ph33r this
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h89 CHECK_NE(this, l);
93 *this = *l;
103 CHECK_NE(this, l);
107 *this = *l;
137 return *this;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/TextAPI/MachO/
H A DArchitectureSet.h98 return *this;
102 auto tmp = *this;
111 bool operator!=(const arch_iterator &o) const { return !(*this == o); }
124 return *this;
129 return *this;

Completed in 223 milliseconds

1234567891011>>