Home
last modified time | relevance | path

Searched refs:claim (Results 1 – 25 of 267) sorted by relevance

1234567891011

/external/llvm/lib/Option/
DArgList.cpp91 Res->claim(); in getLastArg()
104 Res->claim(); in getLastArg()
120 Res->claim(); in getLastArg()
136 Res->claim(); in getLastArg()
154 Res->claim(); in getLastArg()
173 Res->claim(); in getLastArg()
194 Res->claim(); in getLastArg()
216 Res->claim(); in getLastArg()
251 A->claim(); in AddLastArg()
259 A->claim(); in AddLastArg()
[all …]
/external/clang/test/SemaObjC/
Dproperty-user-setter.m130 self.t = 0; // expected-error {{synthesized properties 't' and 'T' both claim setter 'setT:'}}
131 self.T = 0; // expected-error {{synthesized properties 'T' and 't' both claim setter 'setT:'}}
132 …self.Pxyz = 0; // expected-error {{synthesized properties 'Pxyz' and 'pxyz' both claim setter 'set…
133 …self.pxyz = 0; // expected-error {{synthesized properties 'pxyz' and 'Pxyz' both claim setter 'set…
Divar-sem-check-2.m19 …lue; // expected-error {{synthesized properties 'value1' and 'value' both claim instance variable …
Dproperty-impl-misuse.m15 @synthesize Z=Y; // expected-error {{synthesized properties 'Z' and 'Y' both claim instance variabl…
/external/clang/lib/Driver/
DSanitizerArgs.cpp208 Arg->claim(); in SanitizerArgs()
256 Arg->claim(); in SanitizerArgs()
314 Arg->claim(); in SanitizerArgs()
318 Arg->claim(); in SanitizerArgs()
332 Arg->claim(); in SanitizerArgs()
335 Arg->claim(); in SanitizerArgs()
355 Arg->claim(); in SanitizerArgs()
362 Arg->claim(); in SanitizerArgs()
DDriver.cpp202 A->claim(); in MakeInputArg()
270 A->claim(); in TranslateInputArgs()
285 DAL->getLastArg(options::OPT_mlinker_version_EQ)->claim(); in TranslateInputArgs()
353 A->claim(); in BuildCompilation()
897 A->claim(); in BuildUniversalActions()
1042 InputTypeArg->claim(); in BuildInputs()
1104 InputTypeArg->claim(); in BuildInputs()
1117 A->claim(); in BuildInputs()
1124 A->claim(); in BuildInputs()
1133 A->claim(); in BuildInputs()
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerOptInfo.h38 void claim() { Claimed = true; } in claim() function
/external/v8/test/cctest/
Dtest-assembler-arm64.cc8581 int claim, in PushPopJsspSimpleHelper() argument
8626 __ Claim(claim, kByteSizeInBytes); in PushPopJsspSimpleHelper()
8670 __ Drop(claim, kByteSizeInBytes); in PushPopJsspSimpleHelper()
8698 for (int claim = 0; claim <= 8; claim++) { in TEST() local
8700 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits, in TEST()
8702 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits, in TEST()
8704 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits, in TEST()
8706 PushPopJsspSimpleHelper(count, claim, kWRegSizeInBits, in TEST()
8710 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kWRegSizeInBits, in TEST()
8712 PushPopJsspSimpleHelper(kPushPopJsspMaxRegCount, claim, kWRegSizeInBits, in TEST()
[all …]
/external/llvm/tools/msbuild/
DMicrosoft.Cpp.Win32.llvm.props.in14 <!-- Set the value of _MSC_VER to claim for compatibility -->
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.sample-inherit20 proposal_check strict; # obey, strict or claim
/external/tinyxml/
DNOTICE10 not claim that you wrote the original software. If you use this
/external/llvm/include/llvm/Option/
DArg.h89 void claim() const { getBaseArg().Claimed = true; } in claim() function
/external/nanopb-c/
DLICENSE.txt12 must not claim that you wrote the original software. If you use
/external/opencv/
DLICENSE_Android_NDK10 1. The origin of this software must not be misrepresented; you must not claim that you wrote the or…
/external/ipsec-tools/src/racoon/
Dproposal.h63 int claim; /* flag to send RESPONDER-LIFETIME. */ member
/external/zlib/
DNOTICE12 claim that you wrote the original software. If you use this software
/external/libpng/contrib/examples/
DREADME.txt21 of the people below claim any rights with regard to the contents of this
/external/libpng/contrib/tools/
DREADME.txt23 of the people below claim any rights with regard to the contents of this
/external/libvpx/libvpx/
DPATENTS17 enforcement activity against any entity (including a cross-claim or
/external/libyuv/files/
DPATENTS18 cross-claim or counterclaim in a lawsuit) alleging that this
/external/webp/
DPATENTS17 enforcement activity against any entity (including a cross-claim or
/external/webrtc/src/
DPATENTS18 cross-claim or counterclaim in a lawsuit) alleging that this
/external/libvpx/libvpx/third_party/libwebm/
DPATENTS.TXT17 enforcement activity against any entity (including a cross-claim or
/external/mesa3d/docs/
Dpatents.txt22 claim, damages or other liability, whether in an action of contract,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dmpl-v11.txt57 1.10.1. "Patent Claims" means any patent claim(s), now owned or
187 distribution titled "LEGAL" which describes the claim and the
188 party making the claim in sufficient detail that a recipient will
330 claim (excluding declatory judgment actions) against Initial Developer
341 Participant, or (ii) withdraw Your litigation claim with respect to
344 mutually agreed upon in writing by the parties or the litigation claim
356 8.3. If You assert a patent infringement claim against Participant
358 indirectly infringes any patent where such claim is resolved (such as

1234567891011