Searched refs:CL (Results 1 - 25 of 32) sorted by relevance

12

/external/clang/test/Sema/
H A Dblock-return.c3 typedef void (^CL)(void);
5 CL foo() {
9 CL X = ^{
44 return ^{ return 1; }; // expected-error {{incompatible block pointer types returning 'int (^)(void)' from a function with result type 'CL' (aka 'void (^)(void)')}}
/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 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$
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));
/external/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp53 const CompoundLiteralExpr *CL = CR->getLiteralExpr(); local
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/
H A DfeedTools.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/releng/ org/eclipse/releng/util/ ...
/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/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DStore.h81 /// \param CL The compound literal to bind (the binding key).
87 const CompoundLiteralExpr *CL,
103 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL, argument
105 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
H A DMemRegion.h788 const CompoundLiteralExpr *CL; member in class:clang::ento::CompoundLiteralRegion
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; }
1146 getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
H A DExprEngine.h316 void VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp397 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL, argument
403 = cast<InitListExpr>(CL->getInitializer()->IgnoreParens());
408 state = state->bindCompoundLiteral(CL, LC, ILV);
418 if (CL->isGLValue() || CL->getType()->isArrayType())
419 B.generateNode(CL, Pred, state->BindExpr(CL, LC, state->getLValue(CL, LC)));
421 B.generateNode(CL, Pred, state->BindExpr(CL, L
[all...]
H A DMemRegion.cpp286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
290 const CompoundLiteralExpr *CL,
293 ID.AddPointer(CL);
464 os << "{ " << (const void*) CL << " }";
808 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL, argument
813 if (CL->isFileScope())
821 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
289 ProfileRegion(llvm::FoldingSetNodeID& ID, const CompoundLiteralExpr *CL, const MemRegion* superRegion) argument
H A DProgramState.cpp114 ProgramStateRef ProgramState::bindCompoundLiteral(const CompoundLiteralExpr *CL, argument
118 getStateManager().StoreMgr->bindCompoundLiteral(getStore(), CL, LC, V);
/external/grub/stage2/
H A Diso9660.h180 struct CL { struct in union:rock_ridge::__anon5573
/external/llvm/lib/Target/X86/
H A DX86RegisterInfo.cpp604 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
616 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
617 return X86::CL;
653 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
689 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
741 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
/external/qemu/
H A Di386-dis.c400 #define CL { OP_IMREG, cl_reg } macro
1207 { "shldS", { Ev, Gv, CL } },
1216 { "shrdS", { Ev, Gv, CL } },
1742 { "rolA", { Eb, CL } },
1743 { "rorA", { Eb, CL } },
1744 { "rclA", { Eb, CL } },
1745 { "rcrA", { Eb, CL } },
1746 { "shlA", { Eb, CL } },
1747 { "shrA", { Eb, CL } },
1749 { "sarA", { Eb, CL } },
[all...]
/external/clang/include/clang/AST/
H A DStmtCXX.h140 SourceLocation FL, SourceLocation CL, SourceLocation RPL);
H A DStmt.h730 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) : argument
732 ColonLoc(CL) {}
1266 ContinueStmt(SourceLocation CL) : Stmt(ContinueStmtClass), ContinueLoc(CL) {} argument
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypesGeneric.cpp451 SDValue LL, LH, RL, RH, CL, CH; local
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/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2032 for (MachineLoop::iterator CL = Loop->begin(), E = Loop->end();CL != E; ++CL){
2033 OS.indent((*CL)->getLoopDepth()*2)
2035 << (*CL)->getHeader()->getNumber() << " Depth " << (*CL)->getLoopDepth()
2037 PrintChildLoopComment(OS, *CL, FunctionNumber);
/external/qemu-pc-bios/vgabios/
H A Dvgabios.c1052 static void biosfn_set_cursor_shape (CH,CL)
1053 Bit8u CH;Bit8u CL;
1058 CL&=0x1f;
1060 curs=(CH<<8)+CL;
1065 if((modeset_ctl&0x01) && (cheight>8) && (CL<8) && (CH<0x20))
1067 if(CL!=(CH+1))
1073 CH = ((CL+1) * cheight / 8) - 2;
1075 CL = ((CL+1) * cheight / 8) - 1;
1083 outb(crtc_addr+1,CL);
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.h68 ENTRY(CL) \
/external/clang/lib/AST/
H A DStmt.cpp813 SourceLocation CL, SourceLocation RPL)
814 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
810 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt, Expr *Cond, Expr *Inc, DeclStmt *LoopVar, Stmt *Body, SourceLocation FL, SourceLocation CL, SourceLocation RPL) argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp217 case X86::RCX: case X86::ECX: case X86::CX: case X86::CL: return N86::ECX;
/external/clang/include/clang/Sema/
H A DDeclSpec.h1910 void setCommaLoc(SourceLocation CL) { CommaLoc = CL; }
/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp919 if (const CharacterLiteral *CL = dyn_cast<CharacterLiteral>(E))
920 return CL->getValue() == 0;

Completed in 8313 milliseconds

12