Home
last modified time | relevance | path

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

12

/external/clang/lib/AST/
DOpenMPClause.cpp46 OMPPrivateClause *Clause = in Create() local
48 Clause->setVarRefs(VL); in Create()
49 Clause->setPrivateCopies(PrivateVL); in Create()
50 return Clause; in Create()
81 OMPFirstprivateClause *Clause = in Create() local
83 Clause->setVarRefs(VL); in Create()
84 Clause->setPrivateCopies(PrivateVL); in Create()
85 Clause->setInits(InitVL); in Create()
86 return Clause; in Create()
132 OMPLastprivateClause *Clause = in Create() local
[all …]
/external/libjpeg-turbo/
DLICENSE.txt33 Origin: Clause 1 of the IJG License
34 Clause 1 of the Modified BSD License
42 Origin: Clause 1 of the IJG License
43 Clause 2 of the zlib License
48 Origin: Clause 1 of the IJG License
59 Origin: Clause 2 of the IJG license
65 Origin: Clause 2 of the Modified BSD License
71 Clause 3 of the Modified BSD License
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp434 EmitFetchClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitFetchClause() argument
436 CounterPropagateAddr(Clause.first, CfCount); in EmitFetchClause()
437 MachineBasicBlock *BB = Clause.first->getParent(); in EmitFetchClause()
440 for (unsigned i = 0, e = Clause.second.size(); i < e; ++i) { in EmitFetchClause()
441 BB->splice(InsertPos, BB, Clause.second[i]); in EmitFetchClause()
443 CfCount += 2 * Clause.second.size(); in EmitFetchClause()
447 EmitALUClause(MachineBasicBlock::iterator InsertPos, ClauseFile &Clause, in EmitALUClause() argument
449 Clause.first->getOperand(0).setImm(0); in EmitALUClause()
450 CounterPropagateAddr(Clause.first, CfCount); in EmitALUClause()
451 MachineBasicBlock *BB = Clause.first->getParent(); in EmitALUClause()
[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/clang/lib/Parse/
DParseOpenMP.cpp280 OMPClause *Clause = in ParseOpenMPDeclarativeOrExecutableDirective() local
283 if (Clause) { in ParseOpenMPDeclarativeOrExecutableDirective()
284 FirstClauses[CKind].setPointer(Clause); in ParseOpenMPDeclarativeOrExecutableDirective()
285 Clauses.push_back(Clause); in ParseOpenMPDeclarativeOrExecutableDirective()
423 OMPClause *Clause = nullptr; in ParseOpenMPClause() local
473 Clause = ParseOpenMPClause(CKind); in ParseOpenMPClause()
475 Clause = ParseOpenMPSingleExprClause(CKind); in ParseOpenMPClause()
490 Clause = ParseOpenMPSimpleClause(CKind); in ParseOpenMPClause()
502 Clause = ParseOpenMPSingleExprWithArgClause(CKind); in ParseOpenMPClause()
525 Clause = ParseOpenMPClause(CKind); in ParseOpenMPClause()
[all …]
/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/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/
DCHANGES4 - License updated to vanilla BSD 2-Clause to ease package use
5 (http://opensource.org/licenses/BSD-2-Clause).
/external/llvm/test/CodeGen/X86/
Dwineh-coreclr.ll168 ; Clause 1: call f(2) is guarded by catch1
181 ; Clause 2: call f(2) is also guarded by catch2
194 ; Clause 3: calls f(1) and f(2) are guarded by finally
207 ; Clause 4: call f(3) is guarded by finally
223 ; Clause 5: call f(5) is guarded by fault
236 ; Clause 6: calls f(4) and f(5) are guarded by finally
252 ; Clause 7: call f(6) is guarded by finally
/external/libchrome/sandbox/linux/bpf_dsl/
Dbpf_dsl.h192 typedef std::pair<BoolExpr, ResultExpr> Clause; typedef
194 explicit Elser(cons::List<Clause> clause_list);
196 cons::List<Clause> clause_list_;
Dbpf_dsl.cc300 Elser::Elser(cons::List<Clause> clause_list) : clause_list_(clause_list) { in Elser()
337 for (const Clause& clause : clause_list_) { in Else()
/external/llvm/lib/CodeGen/AsmPrinter/
DWinException.cpp1058 for (ClrClause &Clause : Clauses) { in emitCLRExceptionTable()
1108 getOffsetPlusOne(Clause.StartLabel, FuncBeginSym); in emitCLRExceptionTable()
1109 const MCExpr *ClauseEnd = getOffsetPlusOne(Clause.EndLabel, FuncBeginSym); in emitCLRExceptionTable()
1111 const ClrEHUnwindMapEntry &Entry = FuncInfo.ClrEHUnwindMap[Clause.State]; in emitCLRExceptionTable()
1115 MCSymbol *EndSym = EndSymbolMap[Clause.State]; in emitCLRExceptionTable()
1133 if (Clause.EnclosingState != MinClauseMap[Clause.State]) { in emitCLRExceptionTable()
1136 assert(Clause.EnclosingState > MinClauseMap[Clause.State]); in emitCLRExceptionTable()
/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/lz4/lib/
Dliblz4.pc.in3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
/external/clang/lib/Sema/
DSemaOpenMP.cpp919 if (auto *Clause = dyn_cast<OMPLastprivateClause>(C)) { in EndOpenMPDSABlock() local
921 for (auto *DE : Clause->varlists()) { in EndOpenMPDSABlock()
950 if (PrivateCopies.size() == Clause->varlist_size()) { in EndOpenMPDSABlock()
951 Clause->setPrivateCopies(PrivateCopies); in EndOpenMPDSABlock()
962 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,
1599 for (auto *Clause : Clauses) { in ActOnOpenMPRegionEnd() local
1600 if (isOpenMPPrivate(Clause->getClauseKind()) || in ActOnOpenMPRegionEnd()
1601 Clause->getClauseKind() == OMPC_copyprivate || in ActOnOpenMPRegionEnd()
1604 Clause->getClauseKind() == OMPC_copyin)) { in ActOnOpenMPRegionEnd()
1605 DSAStack->setForceVarCapturing(Clause->getClauseKind() == OMPC_copyin); in ActOnOpenMPRegionEnd()
[all …]
/external/libvncserver/webclients/novnc/include/
Dblue.css6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
Dblack.css6 * This file is licensed under the 2-Clause BSD license (see LICENSE.txt).
/external/chromium-trace/catapult/third_party/python_gflags/
DREADME.chromium6 License: BSD 3-Clause License
/external/smali/
Dbuild.gradle166 name 'The BSD 3-Clause License'
167 url 'http://opensource.org/licenses/BSD-3-Clause'
/external/parameter-framework/upstream/
DCOPYING.txt2 3-Clause BSD license:
/external/parameter-framework/
DCOPYING.txt2 3-Clause BSD license:
DNOTICE2 3-Clause BSD license:
/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/gmock/include/gmock/
Dgmock-spec-builders.h257 enum Clause { enum
280 Clause last_clause_;
722 enum Clause { enum
868 Clause last_clause_;

12