HomeSort by relevance Sort by last modified time
    Searched refs:CL (Results 1 - 25 of 39) sorted by null

1 2

  /external/clang/test/Sema/
block-return.c 3 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/
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$
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));
  /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/
feedTools.jar 
  /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/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 357 void ExprEngine::VisitCompoundLiteralExpr(const CompoundLiteralExpr *CL,
363 = cast<InitListExpr>(CL->getInitializer()->IgnoreParens());
368 state = state->bindCompoundLiteral(CL, LC, ILV);
370 if (CL->isLValue())
371 B.generateNode(CL, Pred, state->BindExpr(CL, LC, state->getLValue(CL, LC)));
373 B.generateNode(CL, Pred, state->BindExpr(CL, LC, ILV));
MemRegion.cpp 286 CompoundLiteralRegion::ProfileRegion(ID, CL, superRegion);
290 const CompoundLiteralExpr *CL,
293 ID.AddPointer(CL);
464 os << "{ " << (void*) CL << " }";
747 MemRegionManager::getCompoundLiteralRegion(const CompoundLiteralExpr *CL,
752 if (CL->isFileScope())
760 return getSubRegion<CompoundLiteralRegion>(CL, sReg);
    [all...]
  /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/
Store.h 77 const CompoundLiteralExpr *cl,
97 Loc getLValueCompoundLiteral(const CompoundLiteralExpr *CL,
99 return loc::MemRegionVal(MRMgr.getCompoundLiteralRegion(CL, LC));
MemRegion.h 744 const CompoundLiteralExpr *CL;
746 CompoundLiteralRegion(const CompoundLiteralExpr *cl, const MemRegion* sReg)
747 : TypedValueRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
750 const CompoundLiteralExpr *CL,
754 return CL->getType();
757 bool isBoundable() const { return !CL->isFileScope(); }
763 const CompoundLiteralExpr *getLiteralExpr() const { return CL; }
    [all...]
  /frameworks/native/include/utils/
List.h 270 template <class> class CL,
274 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /system/core/include/sysutils/
List.h 271 template <class> class CL,
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /system/netd/
List.h 271 template <class> class CL,
275 _ListIterator<U, CL> first, _ListIterator<U, CR> last) const
  /external/grub/stage2/
iso9660.h 180 struct CL {
182 } cl; member in union:rock_ridge::__anon6592
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 47 cl::opt<bool>
49 cl::desc("Force align the stack to the minimum alignment"
51 cl::init(false), cl::Hidden);
547 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
559 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
560 return X86::CL;
596 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
632 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX:
684 case X86::CH: case X86::CL: case X86::CX: case X86::ECX: case X86::RCX
    [all...]
  /external/qemu/
i386-dis.c 400 #define CL { OP_IMREG, cl_reg }
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 140 SourceLocation FL, SourceLocation CL, SourceLocation RPL);
Stmt.h 733 DefaultStmt(SourceLocation DL, SourceLocation CL, Stmt *substmt) :
735 ColonLoc(CL) {}
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 441 SDValue LL, LH, RL, RH, CL, CH;
447 CL = CH = Cond;
453 CL = DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VCondTy, Cond,
459 Lo = DAG.getNode(N->getOpcode(), dl, LL.getValueType(), CL, LL, RL);
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 187 -l | -CL | --lisp) FORMAT=lisp ;;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/
arm-eabi-gccbug 187 -l | -CL | --lisp) FORMAT=lisp ;;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 187 -l | -CL | --lisp) FORMAT=lisp ;;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c 1052 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);
1754 mov cl, #0x01 variable
1767 cmp cl, #0x04 variable
1783 mov cl, #0x01 variable
1796 cmp cl, #0x04 variable
2191 mov cl, #0x00 variable
2201 cmp cl, #0x10 variable
2292 mov cl, #0x00 variable
2305 cmp cl, #0x10 variable
2448 mov cl, al variable
2858 mov cl, [bx] variable
2859 and cl, #0x0f variable
    [all...]

Completed in 1031 milliseconds

1 2