Home
last modified time | relevance | path

Searched defs:IL (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
Dp7.cpp5 inline namespace IL {} // expected-note {{previous definition}} namespace
6 namespace IL {} // expected-warning{{inline namespace cannot be reopened as a non-inline namespace}} namespace
Dp8.cpp43 inline namespace IL { namespace
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp365 unsigned &IL = EmittedLists[Uses]; in run() local
370 unsigned &IL = EmittedLists[Defs]; in run() local
/external/opencv/cvaux/src/
Dcvsegment.cpp58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ argument
66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \ argument
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h86 IntrinsicLowering *IL; variable
/external/clang/include/clang/Analysis/Support/
DBumpVector.h205 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) { in move_range_right() local
/external/clang/lib/Analysis/
DBodyFarm.cpp213 IntegerLiteral *IL = in create_dispatch_once() local
/external/clang/include/clang/Basic/
DSourceLocation.h362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
DSourceManager.h273 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp500 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreCapabilityObjs() local
780 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleConsumableAttr() local
897 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleReturnTypestateAttr() local
1978 IdentifierLoc *IL = Attr.getArgAsIdent(0); in handleObjCMethodFamilyAttr() local
DSemaChecking.cpp3159 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) { in checkFormatExpr() local
7960 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); in FindTypeTagExpr() local
DSemaDecl.cpp8272 IntegerLiteral *IL; in AddInitializerToDecl() local
12934 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(BO->getRHS()); in ValidDuplicateEnum() local
DSemaInit.cpp636 InitListExpr *IL, QualType &T, in InitListChecker()
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DRegionDataConstants.java526 IL(new String[]{ enumConstant
/external/clang/lib/CodeGen/
DCGExprComplex.cpp365 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
DCGExprAgg.cpp1015 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1307 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
/external/clang/lib/Parse/
DParseDecl.cpp231 IdentifierLoc *IL = IdentifierLoc::create(Actions.Context, in ParseIdentifierLoc() local
/external/clang/lib/AST/
DStmt.cpp822 IfStmt::IfStmt(const ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1859 MacroInstantiation::MacroInstantiation(const MCAsmMacro *M, SMLoc IL, int EB, in MacroInstantiation()
/external/clang/include/clang/AST/
DStmt.h786 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt()