Home
last modified time | relevance | path

Searched defs:IL (Results 1 – 21 of 21) 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 re-opened as a non-inline namespace… namespace
Dp8.cpp43 inline namespace IL { namespace
/external/llvm/utils/TableGen/
DInstrInfoEmitter.cpp207 unsigned &IL = EmittedLists[Uses]; in run() local
212 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/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h86 IntrinsicLowering *IL; variable
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringSyntaxChecker.cpp69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isOne() local
/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/include/clang/Basic/
DSourceLocation.h366 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc()
DSourceManager.h258 static FileInfo get(SourceLocation IL, const ContentCache *Con, in get()
/external/webkit/Source/WebKit/android/content/
Daddress_detector.cpp687 IL = 17, // IL Illinois in IsZipValidForState() enumerator
/external/clang/lib/CodeGen/
DCGExprComplex.cpp335 VisitImaginaryLiteral(const ImaginaryLiteral *IL) { in VisitImaginaryLiteral()
DCGExprAgg.cpp906 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E)) in isSimpleZero() local
/external/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp766 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) { in patternMatch() local
DRegionStore.cpp1442 if (const IntegerLiteral *IL = in getBindingForVar() local
/external/clang/lib/AST/
DStmt.cpp844 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond, in IfStmt()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1556 MacroInstantiation::MacroInstantiation(const Macro *M, SMLoc IL, SMLoc EL, in MacroInstantiation()
/external/clang/lib/Sema/
DSemaDecl.cpp6361 IntegerLiteral *IL; in AddInitializerToDecl() local
10621 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(BO->getRHS()); in ValidDuplicateEnum() local
DSemaInit.cpp472 InitListExpr *IL, QualType &T, in InitListChecker()
DSemaDeclAttr.cpp450 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp); in checkAttrArgsAreLockableObjs() local
DSemaChecking.cpp5884 const IntegerLiteral *IL = cast<IntegerLiteral>(TypeExpr); in FindTypeTagExpr() local
/external/clang/include/clang/AST/
DStmt.h767 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt) in LabelStmt()