HomeSort by relevance Sort by last modified time
    Searched defs:CL (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 53 const CompoundLiteralExpr *CL = CR->getLiteralExpr();
56 << SM.getExpansionLineNumber(CL->getLocStart())
58 range = CL->getSourceRange();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
RSSFeedUtil.java 32 private static final String CL = ":"; //$NON-NLS-1$
80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 52 private static final String CL = ":"; //$NON-NLS-1$
128 System.err.println(Messages.getString("RSSFeedPublisherTask.ErrorInvalidFile") + CL + SP + file + "!"); //$NON-NLS-1$ //$NON-NLS-2$
216 if (!isNullString(SSHExec) && SCPTarget.indexOf(CL)>0) {
217 String userAtHost = SCPTarget.substring(0, SCPTarget.indexOf(CL));
218 String targetPath = SCPTarget.substring(SCPTarget.indexOf(CL)+1,SCPTarget.lastIndexOf(FS));
RSSFeedWatcherTask.java 52 private static final String CL = ":"; //$NON-NLS-1$
131 if (debug>0) { System.out.println(Messages.getString("RSSFeedWatcherTask.Compare") + SP + file + Messages.getString("RSSFeedWatcherTask.with") + tmpFile + CL); } //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
160 System.out.println(Messages.getString("RSSFeedWatcherTask.GotOldNodeContents") + CL + SP + oldContent); //$NON-NLS-1$
161 System.out.println(Messages.getString("RSSFeedWatcherTask.GotNewNodeContents") + CL + SP + newContent); //$NON-NLS-1$
184 System.out.println(Messages.getString("RSSFeedWatcherTask.RunExecTask") + CL + SP + action + SP + commandline); //$NON-NLS-1$
229 System.out.println(Messages.getString("RSSFeedWatcherTask.Download") + CL + SP + feedURL); //$NON-NLS-1$
230 System.out.println(Messages.getString("RSSFeedWatcherTask.To") + CL + SP + destFile + SP); //$NON-NLS-1$
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 451 SDValue LL, LH, RL, RH, CL, CH;
457 CL = CH = Cond;
463 CL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VCondTy, Cond,
469 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /dalvik/vm/compiler/codegen/x86/libenc/
enc_prvt.h 146 #define CL {OpndKind_GPReg, OpndSize_8, OpndExt_Any, RegName_CL}
  /external/grub/stage2/
iso9660.h 180 struct CL {
182 } cl; member in union:rock_ridge::__anon7125
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 102 H, HE, LI, BE, B, C, N, O, F, NE, NA, MG, AL, SI, P, S, CL, AR, K, CA, SC, TI, V, CR, MN,
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 788 const CompoundLiteralExpr *CL;
790 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
791 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
794 const CompoundLiteralExpr *CL,
798 return CL->getType();
801 bool isBoundable() const { return !CL->isFileScope(); }
807 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
    [all...]
  /external/regex-re2/lib/codereview/
codereview.py 189 # CL description or author field, no matter how many conversions
205 # Change lists are stored in .hg/codereview/cl.nnnnnn
209 # The only thing in the cl.nnnnnn file is the list of relevant files.
210 # Also, the existence of the cl.nnnnnn file marks this repository
219 class CL(object):
236 cl = self
238 if cl.copied_from:
239 s += "Author: " + cl.copied_from + "\n\n"
240 if cl.private:
244 s += Indent(cl.desc, "\t"
    [all...]
  /external/qemu/
i386-dis.c 400 #define CL { OP_IMREG, cl_reg }
    [all...]

Completed in 604 milliseconds