HomeSort by relevance Sort by last modified time
    Searched refs:IL (Results 1 - 24 of 24) 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 re-opened 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 845 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 191 unsigned &IL = EmittedLists[Uses];
192 if (!IL) PrintDefList(Uses, IL = ++ListNumber, OS);
196 unsigned &IL = EmittedLists[Defs];
197 if (!IL) PrintDefList(Defs, IL = ++ListNumber, OS);
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringSyntaxChecker.cpp 69 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
70 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 355 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
356 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
SourceManager.h 228 static FileInfo get(SourceLocation IL, const ContentCache *Con,
231 X.IncludeLoc = IL.getRawEncoding();
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 588 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(Ex)) {
591 if (IL->getValue() == 0) {
597 if (IL->getValue() == 0) {
603 Out << IL->getValue();
RegionStore.cpp     [all...]
  /device/samsung/crespo/
device_base.mk 123 # These are the OpenMAX IL configuration files
130 # These are the OpenMAX IL modules
  /external/clang/lib/CodeGen/
CGExprComplex.cpp 107 ComplexPairTy VisitImaginaryLiteral(const ImaginaryLiteral *IL);
335 VisitImaginaryLiteral(const ImaginaryLiteral *IL) {
336 llvm::Value *Imag = CGF.EmitScalarExpr(IL->getSubExpr());
519 Value *ResIl = Builder.CreateFMul(Op.LHS.second, Op.RHS.first, "mul.il");
527 Value *ResIl = Builder.CreateMul(Op.LHS.second, Op.RHS.first, "mul.il");
CGExprAgg.cpp 821 if (const IntegerLiteral *IL = dyn_cast<IntegerLiteral>(E))
822 return IL->getValue() == 0;
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 674 IfStmt::IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
676 : Stmt(IfStmtClass), IfLoc(IL), ElseLoc(EL)
  /external/clang/include/clang/AST/
Stmt.h 770 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
771 : Stmt(LabelStmtClass), TheDecl(D), SubStmt(substmt), IdentLoc(IL) {
849 IfStmt(ASTContext &C, SourceLocation IL, VarDecl *var, Expr *cond,
    [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 74 MacroInstantiation(const Macro *M, SMLoc IL, SMLoc EL,
    [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 266 InitListExpr *IL, QualType &T, bool VerifyOnly,
473 InitListExpr *IL, QualType &T,
481 = getStructuredSubobjectInit(IL, newIndex, T, 0, 0, IL->getSourceRange());
482 CheckExplicitInitList(Entity, IL, T, newIndex,
    [all...]
SemaDeclAttr.cpp 323 IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp);
324 if(FD && IL) {
326 llvm::APInt ArgValue = IL->getValue();
    [all...]
SemaDecl.cpp     [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 828 milliseconds