Home
last modified time | relevance | path

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

12

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
DCombinedLexer.m4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
61 [ANTLRBaseRecognizer setGrammarFileName:@"Combined.g"];
100 …// Combined.g:14:5: ( ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '…
101 …// Combined.g:14:9: ( 'a' .. 'z' | 'A' .. 'Z' | '_' ) ( 'a' .. 'z' | 'A' .. 'Z' | '0' .. '9' | '_'…
121 // Combined.g: // alt
166 // Combined.g:17:5: ( ( '0' .. '9' )+ ) // ruleBlockSingleAlt
167 // Combined.g:17:9: ( '0' .. '9' )+ // alt
169 // Combined.g:17:9: ( '0' .. '9' )+ // positiveClosureBlock
181 // Combined.g:17:10: '0' .. '9' // alt
[all …]
DCombined__.gl1 lexer grammar Combined;
7 // $ANTLR src "Combined.g" 14
11 // $ANTLR src "Combined.g" 17
15 // $ANTLR src "Combined.g" 20
DCombinedParser.m4 * - From the grammar source file : Combined.g
40 // $ANTLR 3.2 Aug 24, 2010 10:45:57 Combined.g 2010-08-24 13:53:42
114 * Combined.g:7:1: stat : ( identifier )+ ;
121 // Combined.g:7:5: ( ( identifier )+ ) // ruleBlockSingleAlt
122 // Combined.g:7:7: ( identifier )+ // alt
124 // Combined.g:7:7: ( identifier )+ // positiveClosureBlock
136 // Combined.g:7:7: identifier // alt
173 * Combined.g:9:1: identifier : ID ;
180 // Combined.g:10:5: ( ID ) // ruleBlockSingleAlt
181 // Combined.g:10:7: ID // alt
DCombined.g1 grammar Combined;
/external/llvm/lib/Transforms/Scalar/
DLoadCombine.cpp112 bool Combined = false; in combineLoads() local
121 Combined = true; in combineLoads()
123 return Combined; in combineLoads()
134 bool Combined = false; in aggregateLoads() local
151 Combined = true; in aggregateLoads()
166 Combined = true; in aggregateLoads()
167 return Combined; in aggregateLoads()
236 bool Combined = false; in runOnBasicBlock() local
241 Combined = true; in runOnBasicBlock()
259 Combined = true; in runOnBasicBlock()
[all …]
/external/elfutils/
DCOPYING-LGPLV320 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
/external/autotest/
DMODULE_LICENSE_LGPL20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
DLGPL_LICENSE20 other than an Application or a Combined Work as defined below.
27 A "Combined Work" is a work produced by combining or linking an
29 with which the Combined Work was made is also called the "Linked
32 The "Minimal Corresponding Source" for a Combined Work means the
33 Corresponding Source for the Combined Work, excluding any source code
34 for portions of the Combined Work that, considered in isolation, are
37 The "Corresponding Application Code" for a Combined Work means the
39 and utility programs needed for reproducing the Combined Work from the
40 Application, but excluding the System Libraries of the Combined Work.
79 4. Combined Works.
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp242 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode2OpInstruction() local
243 if (Combined < 27) in Decode2OpInstruction()
246 if (Combined == 31) in Decode2OpInstruction()
248 Combined += 5; in Decode2OpInstruction()
250 Combined -= 27; in Decode2OpInstruction()
251 unsigned Op1High = Combined % 3; in Decode2OpInstruction()
252 unsigned Op2High = Combined / 3; in Decode2OpInstruction()
261 unsigned Combined = fieldFromInstruction(Insn, 6, 5); in Decode3OpInstruction() local
262 if (Combined >= 27) in Decode3OpInstruction()
265 unsigned Op1High = Combined % 3; in Decode3OpInstruction()
[all …]
/external/llvm/tools/gold/
Dgold-plugin.cpp893 std::unique_ptr<Module> Combined(new Module("ld-temp.o", Context)); in allSymbolsReadHook() local
894 IRMover L(*Combined); in allSymbolsReadHook()
915 GlobalValue *GV = Combined->getNamedValue(Name.first()); in allSymbolsReadHook()
921 GlobalValue *GV = Combined->getNamedValue(Name.first()); in allSymbolsReadHook()
938 saveBCFile(path, *Combined); in allSymbolsReadHook()
943 codegen(std::move(Combined)); in allSymbolsReadHook()
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp157 HashTable Combined(NextPowerOf2(2 * Weights.size())); in combineWeightsByHashing() local
159 combineWeight(Combined[W.TargetNode.Index], W); in combineWeightsByHashing()
162 if (Weights.size() == Combined.size()) in combineWeightsByHashing()
167 Weights.reserve(Combined.size()); in combineWeightsByHashing()
168 for (const auto &I : Combined) in combineWeightsByHashing()
/external/skia/src/utils/
DSkTFitsIn.h112 typedef typename SkTCombineOutOfRange<OutOfRange_Low, OutOfRange_High>::type Combined; in OutOfRange() typedef
113 return Combined::apply(s); in OutOfRange()
/external/deqp/doc/testspecs/GLES2/
Dfunctional.color_clear.txt28 + Combined glScissor() and glColorMask() effect
/external/llvm/lib/Target/Hexagon/
DHexagonScheduleV60.td18 // Combined functional units.
23 // Combined functional unit data.
DHexagonISelLowering.cpp2331 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerBUILD_VECTOR() local
2332 const SDValue Ops[] = {ConstVal, Operand, Combined}; in LowerBUILD_VECTOR()
2464 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerEXTRACT_VECTOR() local
2466 const SDValue Ops[] = {Vec, Combined}; in LowerEXTRACT_VECTOR()
2512 SDValue Combined = DAG.getNode(ISD::OR, dl, MVT::i64, Shifted, Offset); in LowerINSERT_VECTOR() local
2520 const SDValue Ops[] = {Vec, Val, Combined}; in LowerINSERT_VECTOR()
/external/llvm/lib/IR/
DConstantFold.cpp2110 Constant *Combined = CE->getOperand(CE->getNumOperands()-1); in ConstantFoldGetElementPtrImpl() local
2113 Type *IdxTy = Combined->getType(); in ConstantFoldGetElementPtrImpl()
2123 Constant *C2 = ConstantExpr::getSExtOrBitCast(Combined, CommonTy); in ConstantFoldGetElementPtrImpl()
2124 Combined = ConstantExpr::get(Instruction::Add, C1, C2); in ConstantFoldGetElementPtrImpl()
2126 Combined = in ConstantFoldGetElementPtrImpl()
2127 ConstantExpr::get(Instruction::Add, Idx0, Combined); in ConstantFoldGetElementPtrImpl()
2131 NewIndices.push_back(Combined); in ConstantFoldGetElementPtrImpl()
/external/clang/docs/
DLibASTMatchers.rst6 nodes of the AST and execute code that uses the matched nodes. Combined with
/external/opencv3/doc/py_tutorials/py_feature2d/py_features_harris/
Dpy_features_harris.markdown17 Stephens** in their paper **A Combined Corner and Edge Detector** in 1988, so now it is called
/external/clang/lib/Sema/
DSemaExprMember.cpp1739 Qualifiers Combined = BaseQuals + MemberQuals; in BuildFieldReferenceExpr() local
1740 if (Combined != MemberQuals) in BuildFieldReferenceExpr()
1741 MemberType = S.Context.getQualifiedType(MemberType, Combined); in BuildFieldReferenceExpr()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLR.xcodeproj/
Dproject.pbxproj531 …1A63BC7A134F5EB1002EDFB4 /* Combined.g */ = {isa = PBXFileReference; lastKnownFileType = text; pat…
532 …1A63BC7B134F5EB1002EDFB4 /* Combined.tokens */ = {isa = PBXFileReference; lastKnownFileType = text…
539 …1A63BC83134F5EB1002EDFB4 /* Combined.tokens */ = {isa = PBXFileReference; lastKnownFileType = text…
1254 1A63BC7A134F5EB1002EDFB4 /* Combined.g */,
1255 1A63BC7B134F5EB1002EDFB4 /* Combined.tokens */,
1270 1A63BC83134F5EB1002EDFB4 /* Combined.tokens */,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
Dproject.pbxproj714 …005D0757 /* Combined.g */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; …
784 …3C4 /* Combined.tokens */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; n…
1321 F738D35C0B07C105001813C4 /* Combined.tokens */,
1326 F700E85E0A5FA2DE005D0757 /* Combined.g */,
1843 buildArgumentsString = "-jar /Library/Java/Extensions/antlr-3.3.1.jar Combined.g";
/external/blktrace/btt/doc/
Dbtt.tex694 \item Combined data -- all read and write IOs
713 \item[c] Combined -- both read and write IOs
726 # Combined
/external/llvm/lib/Target/PowerPC/
DPPCInstr64Bit.td942 // Combined op for ADDItlsgdL and GETtlsADDR, late expanded. X3 and LR8
974 // Combined op for ADDItlsldL and GETtlsADDR, late expanded. X3 and LR8
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57.td17 // conservative 3-wide in-order stage for decode and dispatch. Combined with the
/external/llvm/lib/AsmParser/
DLLParser.cpp3401 unsigned Combined = 0; in ParseMDField() local
3406 Combined |= Val; in ParseMDField()
3409 Result.assign(Combined); in ParseMDField()

12