Home
last modified time | relevance | path

Searched refs:Clause (Results 1 – 25 of 39) sorted by relevance

12

/external/clang/lib/AST/
DOpenMPClause.cpp177 OMPPrivateClause *Clause = in Create() local
179 Clause->setVarRefs(VL); in Create()
180 Clause->setPrivateCopies(PrivateVL); in Create()
181 return Clause; in Create()
208 OMPFirstprivateClause *Clause = in Create() local
210 Clause->setVarRefs(VL); in Create()
211 Clause->setPrivateCopies(PrivateVL); in Create()
212 Clause->setInits(InitVL); in Create()
213 Clause->setPreInitStmt(PreInit); in Create()
214 return Clause; in Create()
[all …]
/external/libjpeg-turbo/
DNOTICE36 - Clause 1 of the IJG License
37 - Clause 1 of the Modified BSD License
46 - Clause 1 of the IJG License
47 - Clause 2 of the zlib License
53 - Clause 1 of the IJG License
65 - Clause 2 of the IJG license
72 - Clause 2 of the Modified BSD License
79 - Clause 3 of the Modified BSD License
DLICENSE.md35 - Clause 1 of the IJG License
36 - Clause 1 of the Modified BSD License
45 - Clause 1 of the IJG License
46 - Clause 2 of the zlib License
52 - Clause 1 of the IJG License
64 - Clause 2 of the IJG license
71 - Clause 2 of the Modified BSD License
78 - Clause 3 of the Modified BSD License
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp454 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() argument
456 CounterPropagateAddr(*Clause.first, CfCount); in EmitFetchClause()
457 MachineBasicBlock *BB = Clause.first->getParent(); in EmitFetchClause()
460 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) { in EmitFetchClause()
461 BB->splice(InsertPos, BB, Clause.second[i]); in EmitFetchClause()
463 CfCount += 2 * Clause.second.size(); in EmitFetchClause()
467 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause() argument
469 Clause.first->getOperand(0).setImm(0); in EmitALUClause()
470 CounterPropagateAddr(*Clause.first, CfCount); in EmitALUClause()
471 MachineBasicBlock *BB = Clause.first->getParent(); in EmitALUClause()
[all …]
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll166 ; Clause 1: call f(2) is guarded by catch1
179 ; Clause 2: call f(2) is also guarded by catch2
192 ; Clause 3: calls f(1) and f(2) are guarded by finally
205 ; Clause 4: call f(3) is guarded by finally
221 ; Clause 5: call f(5) is guarded by fault
234 ; Clause 6: calls f(4) and f(5) are guarded by finally
250 ; Clause 7: call f(6) is guarded by finally
341 ; Clause 1: call f(1) is guarded by fault
354 ; Clause 2: call f(1) is also guarded by catch2
367 ; Clause 3: calls f(2) is guarded by catch1
[all …]
/external/libvncserver/webclients/novnc/
DLICENSE.txt30 *.html : 2-Clause BSD license
32 include/*.css : 2-Clause BSD license
69 docs/LICENSE.BSD-3-Clause (New BSD)
70 docs/LICENSE.BSD-2-Clause (Simplified BSD / FreeBSD)
/external/mdnsresponder/
DLICENSE8 licensed under the terms of the "Three-Clause BSD License".
12 Software Licence (which is substantially similar to the "Three-Clause
DNOTICE8 licensed under the terms of the "Three-Clause BSD License".
12 Software Licence (which is substantially similar to the "Three-Clause
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp1178 for (ClrClause &Clause : Clauses) { in emitCLRExceptionTable()
1228 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
1229 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
1231 const ClrEHUnwindMapEntry &Entry = FuncInfo.ClrEHUnwindMap[Clause.State]; in emitCLRExceptionTable()
1235 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable()
1253 if (Clause.EnclosingState != MinClauseMap[Clause.State]) { in emitCLRExceptionTable()
1256 assert(Clause.EnclosingState > MinClauseMap[Clause.State]); in emitCLRExceptionTable()
/external/clang/lib/Parse/
DParseOpenMP.cpp922 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local
925 if (Clause) { in ParseOpenMPDeclarativeOrExecutableDirective()
926 FirstClauses[CKind].setPointer(Clause); in ParseOpenMPDeclarativeOrExecutableDirective()
927 Clauses.push_back(Clause); in ParseOpenMPDeclarativeOrExecutableDirective()
1068 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
1118 Clause = ParseOpenMPClause(CKind); in ParseOpenMPClause()
1120 Clause = ParseOpenMPSingleExprClause(CKind); in ParseOpenMPClause()
1135 Clause = ParseOpenMPSimpleClause(CKind); in ParseOpenMPClause()
1151 Clause = ParseOpenMPSingleExprWithArgClause(CKind); in ParseOpenMPClause()
1174 Clause = ParseOpenMPClause(CKind); in ParseOpenMPClause()
[all …]
/external/hyphenation-patterns/pt/
DLICENSE3 % BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause):
Dhyph-pt.lic.txt27 % BSD 3-Clause License (https://opensource.org/licenses/BSD-3-Clause):
/external/clang/lib/Sema/
DSemaOpenMP.cpp1067 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local
1069 for (auto *DE : Clause->varlists()) { in EndOpenMPDSABlock()
1099 if (PrivateCopies.size() == Clause->varlist_size()) in EndOpenMPDSABlock()
1100 Clause->setPrivateCopies(PrivateCopies); in EndOpenMPDSABlock()
1110 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,
1793 for (auto *Clause : Clauses) { in ActOnOpenMPRegionEnd() local
1794 if (isOpenMPPrivate(Clause->getClauseKind()) || in ActOnOpenMPRegionEnd()
1795 Clause->getClauseKind() == OMPC_copyprivate || in ActOnOpenMPRegionEnd()
1798 Clause->getClauseKind() == OMPC_copyin)) { in ActOnOpenMPRegionEnd()
1799 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin); in ActOnOpenMPRegionEnd()
[all …]
/external/lz4/lib/
Dliblz4.pc.in3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
/external/capstone/bindings/powershell/Capstone/
DCapstone.psd115 Copyright = 'BSD 3-Clause'
/external/lz4/
DLICENSE2 - all files in the `lib` directory use a BSD 2-Clause license
DNOTICE2 - all files in the `lib` directory use a BSD 2-Clause license
/external/libvncserver/webclients/novnc/include/
Dblue.css6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
/external/smali/
Dbuild.gradle173 name 'The BSD 3-Clause License'
174 url 'http://opensource.org/licenses/BSD-3-Clause'
/external/curl/docs/
DLICENSE-MIXING.md15 [Original BSD license](https://spdx.org/licenses/BSD-4-Clause.html) (with the
21 license](https://opensource.org/licenses/BSD-3-Clause) was created, which does
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h253 enum Clause { enum
276 Clause last_clause_;
714 enum Clause { enum
860 Clause last_clause_;
/external/hamcrest/
Dbuild.gradle94 url 'http://opensource.org/licenses/BSD-3-Clause'
DREADME.md60 [BSD License]: http://opensource.org/licenses/BSD-3-Clause
/external/parameter-framework/
DCOPYING.txt2 3-Clause BSD license:
/external/parameter-framework/upstream/
DCOPYING.txt2 3-Clause BSD license:

12