HomeSort by relevance Sort by last modified time
    Searched refs:CGI (Results 1 - 17 of 17) sorted by null

  /external/llvm/utils/TableGen/
AsmWriterInst.cpp 53 AsmWriterInst::AsmWriterInst(const CodeGenInstruction &CGI, unsigned Variant,
55 this->CGI = &CGI;
60 std::string AsmString = CGI.FlattenAsmStringVariants(CGI.AsmString, Variant);
98 CGI.TheDef->getName() + "'!");
137 + CGI.TheDef->getName() + "'");
144 + CGI.TheDef->getName() + "'");
152 PrintFatalError("Bad operand modifier name in '"+ CGI.TheDef->getName() + "'");
157 + CGI.TheDef->getName() + "'")
    [all...]
CodeEmitterGen.cpp 67 CodeGenInstruction &CGI = Target.getInstruction(R);
88 if (CGI.Operands.hasOperandNamed(VarName, OpIdx)) {
90 OpIdx = CGI.Operands[OpIdx].MIOperandNo;
91 assert(!CGI.Operands.isFlatOperandNotEmitted(OpIdx) &&
94 unsigned NumberOps = CGI.Operands.size();
98 (CGI.Operands.isFlatOperandNotEmitted(NumberedOp) ||
100 CGI.Operands.getSubOperandNumber(NumberedOp).first)))) {
103 if (NumberedOp >= CGI.Operands.back().MIOperandNo +
104 CGI.Operands.back().MINumOperands) {
117 std::pair<unsigned, unsigned> SO = CGI.Operands.getSubOperandNumber(OpIdx)
    [all...]
AsmWriterInst.h 94 const CodeGenInstruction *CGI;
96 AsmWriterInst(const CodeGenInstruction &CGI,
FixedLenDecoderEmitter.cpp     [all...]
AsmWriterEmitter.cpp 110 O << " case " << FirstInst.CGI->Namespace << "::"
111 << FirstInst.CGI->TheDef->getName() << ":\n";
113 O << " case " << SimilarInsts[i].CGI->Namespace << "::"
114 << SimilarInsts[i].CGI->TheDef->getName() << ":\n";
124 OpsToPrint.push_back(std::make_pair(FirstInst.CGI->Namespace + "::" +
125 FirstInst.CGI->TheDef->getName(),
130 OpsToPrint.push_back(std::make_pair(AWI.CGI->Namespace+"::"+
131 AWI.CGI->TheDef->getName(),
175 InstrsForCase[idx] += Inst->CGI->TheDef->getName();
182 InstrsForCase.push_back(Inst->CGI->TheDef->getName())
    [all...]
CodeGenTarget.cpp 311 const CodeGenInstruction *CGI = I.second.get();
312 if (CGI->Namespace != "TargetOpcode")
313 InstrsByEnum.push_back(CGI);
AsmMatcherEmitter.cpp 441 MatchableInfo(const CodeGenInstruction &CGI)
442 : AsmVariantID(0), AsmString(CGI.AsmString), TheDef(CGI.TheDef), DefRec(&CGI) {
    [all...]
CodeGenDAGPatterns.cpp     [all...]
CodeGenDAGPatterns.h 816 CodeGenInstruction &CGI, ListInit *Pattern,
  /external/llvm/lib/Analysis/IPA/
CallGraphSCCPass.cpp 443 scc_iterator<CallGraph*> CGI = scc_begin(&CG);
445 CallGraphSCC CurSCC(&CGI);
446 while (!CGI.isAtEnd()) {
449 const std::vector<CallGraphNode *> &NodeVec = *CGI;
451 ++CGI;
535 scc_iterator<CallGraph*> *CGI = (scc_iterator<CallGraph*>*)Context;
536 CGI->ReplaceNode(Old, New);
  /external/jetty/src/java/org/eclipse/jetty/servlets/
CGI.java 47 * CGI Servlet.
49 * The cgi bin directory can be set with the "cgibinResourceBase" init parameter or it will default to the resource base of the context. If the
50 * "cgibinResourceBaseIsRelative" init parameter is set the resource base is relative to the webapp. For example "WEB-INF/cgi" would work.
52 * Not that this only works for extracted war files as "jar cf" will not reserve the execute permissions on the cgi files.
61 public class CGI extends HttpServlet
68 private static final Logger LOG = Log.getLogger(CGI.class);
100 LOG.warn("CGI: no CGI bin !");
107 LOG.warn("CGI: CGI bin does not exist - " + dir)
    [all...]
  /external/clang/www/demo/
index.cgi 6 use CGI;
20 my $FORM_URL = 'index.cgi';
116 $c = new CGI;
433 # Get the source presented by the user to CGI, convert newline sequences to simple \n.
  /external/selinux/policycoreutils/sepolicy/
sepolicy.py 43 usage_dict = {' --newtype':('-t [TYPES [TYPES ...]]',),' --customize':('-d DOMAIN','-a ADMIN_DOMAIN',"[ -w WRITEPATHS ]",), ' --admin_user':('[-r TRANSITION_ROLE ]',"[ -w WRITEPATHS ]",), ' --application':('COMMAND',"[ -w WRITEPATHS ]",), ' --cgi':('COMMAND',"[ -w WRITEPATHS ]",), ' --confined_admin':('-a ADMIN_DOMAIN',"[ -w WRITEPATHS ]",), ' --dbus':('COMMAND',"[ -w WRITEPATHS ]",), ' --desktop_user':('',"[ -w WRITEPATHS ]",),' --inetd':('COMMAND',"[ -w WRITEPATHS ]",),' --init':('COMMAND',"[ -w WRITEPATHS ]",), ' --sandbox':("[ -w WRITEPATHS ]",), ' --term_user':("[ -w WRITEPATHS ]",), ' --x_user':("[ -w WRITEPATHS ]",)}
545 from sepolicy.generate import DAEMON, get_poltype_desc, poltype, DAEMON, DBUS, INETD, CGI, SANDBOX, USER, EUSER, TUSER, XUSER, LUSER, AUSER, RUSER, NEWTYPE
580 cmdgroup.add_argument("--cgi", dest="policytype", const=CGI,
582 help=_("Generate '%s' policy") % poltype[CGI])
  /external/selinux/policycoreutils/sepolicy/sepolicy/
generate.py 117 CGI = 3
132 poltype[CGI] = _("Web Application/Script (CGI)")
151 APPLICATIONS = [ DAEMON, DBUS, INETD, USER, CGI ]
334 if type == CGI:
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /external/selinux/policycoreutils/gui/
polgengui.py 439 return generate.CGI
    [all...]

Completed in 2534 milliseconds