Searched refs:ST (Results 1 - 25 of 153) sorted by relevance

1234567

/external/clang/test/CodeGenCXX/
H A Dreference-in-block-args.cpp6 struct ST { struct
11 void OUTER_BLOCK(void (^fixer)(ST& ref)) {
12 ST ref = {2, 100};
21 OUTER_BLOCK(^(ST &ref) {
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DMessage.java30 import org.stringtemplate.v4.ST;
43 public ST msgST;
45 public ST locationST;
46 public ST reportST;
47 public ST messageFormatST;
87 public ST getMessageTemplate() { return new ST(msgST); }
92 public ST getLocationTemplate() { return new ST(locationST); }
94 public String toString(ST messageS
[all...]
H A DLeftRecursionCyclesMessage.java30 import org.stringtemplate.v4.ST;
47 ST st = getMessageTemplate();
H A DGrammarAnalysisAbortedMessage.java31 import org.stringtemplate.v4.ST;
52 ST st = getMessageTemplate();
H A DToolMessage.java30 import org.stringtemplate.v4.ST;
62 ST st = getMessageTemplate();
H A DLeftRecursiveRuleAnalyzer.java95 ST refST = recRuleTemplates.getInstanceOf("recRuleRef");
103 ST nameST = recRuleTemplates.getInstanceOf("recRuleName");
121 ST refST = recRuleTemplates.getInstanceOf("recRuleRef");
129 ST nameST = recRuleTemplates.getInstanceOf("recRuleName");
146 ST refST = recRuleTemplates.getInstanceOf("recRuleRef");
154 ST nameST = recRuleTemplates.getInstanceOf("recRuleName");
169 ST nameST = recRuleTemplates.getInstanceOf("recRuleName");
195 ST ruleST = recRuleTemplates.getInstanceOf("recRuleStart");
206 ST ruleST = recRuleTemplates.getInstanceOf("recRule");
209 ST argDefS
[all...]
H A DGrammarDanglingStateMessage.java32 import org.stringtemplate.v4.ST;
63 ST st = getMessageTemplate();
H A DGrammarSemanticsMessage.java31 import org.stringtemplate.v4.ST;
79 ST st = getMessageTemplate();
H A DGrammarSyntaxMessage.java32 import org.stringtemplate.v4.ST;
75 ST st = getMessageTemplate();
H A DGrammarUnreachableAltsMessage.java32 import org.stringtemplate.v4.ST;
64 ST st = getMessageTemplate();
/external/llvm/lib/Target/Mips/
H A DMipsFrameLowering.cpp86 const MipsSubtarget &ST) {
88 return llvm::createMips16FrameLowering(ST);
90 return llvm::createMipsSEFrameLowering(ST);
85 create(MipsTargetMachine &TM, const MipsSubtarget &ST) argument
H A DMipsFrameLowering.h34 const MipsSubtarget &ST);
40 const MipsFrameLowering *createMips16FrameLowering(const MipsSubtarget &ST);
41 const MipsFrameLowering *createMipsSEFrameLowering(const MipsSubtarget &ST);
H A DMipsMachineFunction.cpp34 const MipsSubtarget &ST = MF.getTarget().getSubtarget<MipsSubtarget>(); local
37 if (ST.inMips16Mode())
40 RC = ST.isABI_N64() ?
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DJavaTarget.java33 import org.stringtemplate.v4.ST;
38 protected ST chooseWhereCyclicDFAsGo(Tool tool,
41 ST recognizerST,
42 ST cyclicDFAST)
H A DACyclicDFACodeGenerator.java32 import org.stringtemplate.v4.ST;
44 public ST genFixedLookaheadDecision(STGroup templates,
50 protected ST walkFixedDFAGeneratingStateMachine(
58 ST dfaST = templates.getInstanceOf("dfaAcceptState");
76 ST dfaST = templates.getInstanceOf(dfaStateName);
113 ST edgeST = templates.getInstanceOf(dfaEdgeName);
137 ST predST = preds.genExpr(parentGenerator,
144 ST targetST =
173 ST edgeST = templates.getInstanceOf(dfaEdgeName);
178 ST targetS
[all...]
H A DCTarget.java31 import org.stringtemplate.v4.ST;
45 ST outputFileST)
60 ST headerFileST,
73 protected ST chooseWhereCyclicDFAsGo(Tool tool,
76 ST recognizerST,
77 ST cyclicDFAST) {
H A DCodeGenerator.java113 protected ST recognizerST;
114 protected ST outputFileST;
115 protected ST headerFileST;
217 dbgTemplates.iterateAcrossValues = true; // ST v3 compatibility with Maps
234 astTemplates.iterateAcrossValues = true; // ST v3 compatibility with Maps
243 STGroup stTemplates = new STGroupFile(langDir+"/ST.stg");
249 STGroup stTemplates = new STGroupFile(langDir+"/ST.stg");
253 templates.iterateAcrossValues = true; // ST v3 compatibility with Maps
260 baseTemplates.iterateAcrossValues = true; // ST v3 compatibility with Maps
264 coreTemplates.iterateAcrossValues = true; // ST v
[all...]
H A DObjCTarget.java33 import org.stringtemplate.v4.ST;
42 ST headerFileST,
/external/llvm/utils/TableGen/
H A DSetTheory.cpp30 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { argument
31 ST.evaluate(Expr->arg_begin(), Expr->arg_end(), Elts);
37 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { argument
42 ST.evaluate(*Expr->arg_begin(), Add);
43 ST.evaluate(Expr->arg_begin() + 1, Expr->arg_end(), Sub);
52 void apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) { argument
56 ST.evaluate(Expr->arg_begin()[0], S1);
57 ST.evaluate(Expr->arg_begin()[1], S2);
66 virtual void apply2(SetTheory &ST, DagInit *Expr,
70 void apply(SetTheory &ST, DagIni argument
84 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
96 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
113 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
132 apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N, RecSet &Elts) argument
144 apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) argument
162 apply(SetTheory &ST, DagInit *Expr, RecSet &Elts) argument
227 expand(SetTheory &ST, Record *Def, RecSet &Elts) argument
[all...]
/external/linux-tools-perf/scripts/perl/Perf-Trace-Util/
H A DContext.c55 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
78 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
101 struct scripting_context * context = INT2PTR(struct scripting_context *,SvIV(ST(0)));
/external/llvm/lib/VMCore/
H A DValue.cpp140 static bool getSymTab(Value *V, ValueSymbolTable *&ST) { argument
141 ST = 0;
145 ST = &PP->getValueSymbolTable();
148 ST = &P->getValueSymbolTable();
151 ST = &P->getValueSymbolTable();
154 ST = &P->getValueSymbolTable();
190 ValueSymbolTable *ST; local
191 if (getSymTab(this, ST))
194 if (!ST) { // No symbol table to update? Just do the change.
218 ST
236 ValueSymbolTable *ST = 0; local
[all...]
H A DSymbolTableListTraitsImpl.h72 if (ValueSymbolTable *ST = TraitsClass::getSymTab(Owner))
73 ST->reinsertValue(V);
81 if (ValueSymbolTable *ST = TraitsClass::getSymTab(getListOwner()))
82 ST->removeValueName(V->getValueName());
/external/openssl/crypto/des/
H A DDES.xs71 l=SvCUR(ST(0));
80 sv_setpvn(ST(2),(char *)c[len-8],8);
97 l=SvCUR(ST(0));
105 sv_setpvn(ST(3),(char *)ivec1,8);
106 sv_setpvn(ST(4),(char *)ivec2,8);
124 l=SvCUR(ST(0));
131 sv_setpvn(ST(2),(char *)c,8);
149 len=SvCUR(ST(0));
157 sv_setpvn(ST(3),(char *)ivec,8);
190 len=SvCUR(ST(
[all...]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTemplates.java35 import org.stringtemplate.v4.ST;
77 ST actionST = new ST(templates, rawTranslation);
114 ST actionST = new ST(templates, rawTranslation);
152 ST actionST = new ST(templates, rawTranslation);
187 ST actionST = new ST(templates, rawTranslation);
223 ST actionS
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST4ObjC.stg40 /* ST returnScope.ruleReturnMembers -- empty */
45 ST *st;
50 @property (retain) ST *st;
55 - (ST *)getTemplate;
66 - (ST *)getTemplate { return st; }
87 /* ST genericParserHeaderFile.memVars -- empty now */
88 STGroup *templateLib; /* ST -- really a part of STAttrMap */
93 /* ST genericParser.properties */
99 /* ST genericParser.methodsDecl */
108 /* ST genericParserImplementatio
[all...]

Completed in 359 milliseconds

1234567