HomeSort by relevance Sort by last modified time
    Searched refs:IL (Results 1 - 23 of 23) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p7.cpp 5 inline namespace IL {} // expected-note {{previous definition}}
6 namespace IL {} // expected-warning{{inline namespace cannot be reopened as a non-inline namespace}}
p8.cpp 43 inline namespace IL {
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.cpp 57 IL = new IntrinsicLowering(TD);
61 delete IL;
Interpreter.h 86 IntrinsicLowering *IL;
Execution.cpp 874 IL->LowerIntrinsicCall(cast<CallInst>(CS.getInstruction()));
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 687 IL = 17, // IL Illinois
793 IL, IL, IL, IL, IL, IL, IL, IL, IL, IL, // 600-60
    [all...]
  /external/llvm/utils/TableGen/
InstrInfoEmitter.cpp 209 unsigned &IL = EmittedLists[Uses];
210 if (!IL) PrintDefList(Uses, IL = ++ListNumber, OS);
214 unsigned &IL = EmittedLists[Defs];
215 if (!IL) PrintDefList(Defs, IL = ++ListNumber, OS);
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 68 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
69 return (IL->getValue().isIntN(1));
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 205 for (T *I = E + D - 1, *IL = S + D - 1; I != IL; --I) {
  /external/opencv/cvaux/src/
cvsegment.cpp 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
59 stack[StIn].l=(ushort)(IL); \
66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \
68 IL=stack[StIn].l; \
  /external/clang/include/clang/Basic/
SourceLocation.h 362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
SourceManager.h 258 static FileInfo get(SourceLocation IL, const ContentCache *Con,
261 X.IncludeLoc = IL.getRawEncoding();
    [all...]
  /external/clang/lib/Analysis/
BodyFarm.cpp 201 IntegerLiteral *IL =
210 M.makeIntegralCast(IL, PredicateTy),
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 102 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
342 VisitImaginaryLiteral(const ImaginaryLiteral *IL) {
343 llvm::Value *Imag = CGF.EmitScalarExpr(IL->getSubExpr());
529 Value *ResIl = Builder.CreateFMul(Op.LHS.second, Op.RHS.first, "mul.il");
537 Value *ResIl = Builder.CreateMul(Op.LHS.second, Op.RHS.first, "mul.il");
CGExprAgg.cpp     [all...]
  /external/clang/lib/AST/
Stmt.cpp 832 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
834 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL)
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 774 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
775 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
859 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 265 InitListExpr *IL, QualType &T, bool VerifyOnly,
472 InitListExpr *IL, QualType &T,
480 = getStructuredSubobjectInit(IL, newIndex, T, 0, 0, IL->getSourceRange());
481 CheckExplicitInitList(Entity, IL, T, newIndex,
    [all...]
SemaDecl.cpp     [all...]
SemaDeclAttr.cpp 458 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp);
459 if(FD && IL) {
461 llvm::APInt ArgValue = IL->getValue();
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 92 MacroInstantiation(const MCAsmMacro *M, SMLoc IL, int EB, SMLoc EL,
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 191 /// WARNING: This is usually implemented either as IL to make a
    [all...]

Completed in 629 milliseconds