Searched defs:CL (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcp-blocks-linetables.cpp32 myblock CL = ^(enum numbers z) local
56 enum numbers res = (enum numbers)test(CL);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
H A DRSSFeedUtil.java32 private static final String CL = ":"; //$NON-NLS-1$ field in class:RSSFeedUtil
80 System.err.println(Messages.getString("RSSFeedPublisherTask.ForProject") + SP + project.getName() + CL); //$NON-NLS-1$
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp55 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); local
58 << SM.getExpansionLineNumber(CL->getLocStart())
60 range = CL->getSourceRange();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
H A DRSSFeedPublisherTask.java52 private static final String CL = ":"; //$NON-NLS-1$ field in class:RSSFeedPublisherTask
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));
H A DRSSFeedWatcherTask.java52 private static final String CL = ":"; //$NON-NLS-1$ field in class:RSSFeedWatcherTask
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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h91 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, argument
93 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
H A DMemRegion.h816 const CompoundLiteralExpr *CL; member in class:clang::ento::CompoundLiteralRegion
819 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
822 const CompoundLiteralExpr *CL,
826 return CL->getType();
829 bool isBoundable() const override { return !CL->isFileScope(); }
835 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
1187 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DRegionCode.java38 static final String CL = "CL"; field in class:RegionCode
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/external/clang/include/clang/AST/
H A DOpenMPClause.h946 void setColonLoc(SourceLocation CL) { ColonLoc = CL; } argument
H A DStmt.h745 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : argument
746 SwitchCase(DefaultStmtClass, DL, CL), SubStmt(substmt) {}
1285 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} argument
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp410 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, argument
418 const Expr *Init = CL->getInitializer();
419 SVal V = State->getSVal(CL->getInitializer(), LCtx);
425 Loc CLLoc = State->getLValue(CL, LCtx);
436 if (CL->isGLValue() || CL->getType()->isArrayType())
440 B.generateNode(CL, Pred, State->BindExpr(CL, LCtx, V));
H A DMemRegion.cpp292 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
296 const CompoundLiteralExpr *CL,
299 ID.AddPointer(CL);
481 os << "{ " << (const void*) CL << " }";
886 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, argument
891 if (CL->isFileScope())
899 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
295 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp515 SDValue LL, LH, RL, RH, CL, CH; local
521 CL = CH = Cond;
526 GetSplitVector(Cond, CL, CH);
528 std::tie(CL, CH) = DAG.SplitVector(Cond, dl);
531 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
/external/chromium_org/third_party/re2/lib/codereview/
H A Dcodereview.py139 # CL description or author field, no matter how many conversions
203 class CL(object): class in inherits:object
314 set_status("uploading CL metadata + diffs")
332 # new CL's overall subject. So omit the diffs when creating
334 # This has the effect that every CL begins with an empty "Patch set 1".
350 # First upload sets the subject for the CL itself.
365 set_status("uploaded CL metadata + diffs")
445 cl = CL(name)
505 # Load CL from disk and/or the web.
508 set_status("loading CL "
[all...]
/external/clang/lib/AST/
H A DStmt.cpp791 SourceLocation CL, SourceLocation RPL)
792 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
788 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
/external/eigen/blas/testing/
H A Dcblat3.f3029 COMPLEX CL local in subroutine:CMMCH
3038 ABS1( CL ) = ABS( REAL( CL ) ) + ABS( AIMAG( CL ) )
H A Dzblat3.f3033 COMPLEX*16 CL local in subroutine:ZMMCH
3042 ABS1( CL ) = ABS( DBLE( CL ) ) + ABS( DIMAG( CL ) )
/external/regex-re2/lib/codereview/
H A Dcodereview.py139 # CL description or author field, no matter how many conversions
203 class CL(object): class in inherits:object
314 set_status("uploading CL metadata + diffs")
332 # new CL's overall subject. So omit the diffs when creating
334 # This has the effect that every CL begins with an empty "Patch set 1".
350 # First upload sets the subject for the CL itself.
365 set_status("uploaded CL metadata + diffs")
445 cl = CL(name)
505 # Load CL from disk and/or the web.
508 set_status("loading CL "
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java251 CL(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/clang/include/clang/Sema/
H A DDeclSpec.h2082 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; } argument
/external/qemu/disas/
H A Di386.c400 #define CL { OP_IMREG, cl_reg } macro
1214 { "shldS", { Ev, Gv, CL } },
1223 { "shrdS", { Ev, Gv, CL } },
1749 { "rolA", { Eb, CL } },
1750 { "rorA", { Eb, CL } },
1751 { "rclA", { Eb, CL } },
1752 { "rcrA", { Eb, CL } },
1753 { "shlA", { Eb, CL } },
1754 { "shrA", { Eb, CL } },
1756 { "sarA", { Eb, CL } },
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
H A Dassyntax.h101 #define CL cl macro
163 #define CL %cl macro
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
[all...]
/external/mesa3d/src/mesa/x86/
H A Dassyntax.h101 #define CL cl macro
163 #define CL %cl macro
649 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
651 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
656 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
658 #define SHRD2_W(a,b) CHOICE(shrdw ARG2(a,b), shrdw ARG3(CL,a,b), _WTOG shrd ARG3(b,a,CL))
[all...]

Completed in 9533 milliseconds