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

  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 53 const CompoundLiteralExpr* CL = CR->getLiteralExpr();
56 << SM.getInstantiationLineNumber(CL->getLocStart())
58 range = CL->getSourceRange();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 611 const CompoundLiteralExpr* CL;
613 CompoundLiteralRegion(const CompoundLiteralExpr* cl, const MemRegion* sReg)
614 : TypedRegion(sReg, CompoundLiteralRegionKind), CL(cl) {}
617 const CompoundLiteralExpr* CL,
621 return CL->getType();
624 bool isBoundable() const { return !CL->isFileScope(); }
630 const CompoundLiteralExpr* getLiteralExpr() const { return CL; }
960 getCompoundLiteralRegion(const CompoundLiteralExpr* CL,
    [all...]
  /external/grub/stage2/
iso9660.h 180 struct CL {
182 } cl; member in union:rock_ridge::__anon5703
  /external/qemu/
i386-dis.c 400 #define CL { OP_IMREG, cl_reg }
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 126 #define CL cl
188 #define CL %cl
609 #define SHLD2_L(a,b) CHOICE(shldl ARG2(a,b), shldl ARG3(CL,a,b), _LTOG shld ARG3(b,a,CL))
611 #define SHLD2_W(a,b) CHOICE(shldw ARG2(a,b), shldw ARG3(CL,a,b), _WTOG shld ARG3(b,a,CL))
616 #define SHRD2_L(a,b) CHOICE(shrdl ARG2(a,b), shrdl ARG3(CL,a,b), _LTOG shrd ARG3(b,a,CL))
    [all...]

Completed in 324 milliseconds