HomeSort by relevance Sort by last modified time
    Searched refs:Def (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 208 (* definition ::= 'def' prototype expression *)
210 | [< 'Token.Def; p=parse_prototype; e=parse_expr >] ->
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclObjC.cpp 467 if (ObjCInterfaceDecl *Def = PrevIDecl->getDefinition()) {
470 Diag(Def->getLocation(), diag::note_previous_definition);
663 if (ObjCProtocolDecl *Def = PrevDecl? PrevDecl->getDefinition() : 0) {
666 Diag(Def->getLocation(), diag::note_previous_definition);
    [all...]
SemaExpr.cpp 176 /// because the restriction language is a bit weaker (C++11 [basic.def.odr]p6)
    [all...]
SemaDeclCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/llvm/include/llvm/TableGen/
Record.h     [all...]
  /external/clang/lib/AST/
Decl.cpp 465 const FunctionDecl *Def = 0;
471 FD->hasBody(Def) && Def->isInlined() && !Def->hasAttr<GNUInlineAttr>();
    [all...]
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp 717 #include "clang/AST/TypeNodes.def"
735 #include "clang/AST/TypeNodes.def"
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 783 Record *Def = Pred->getDef();
784 if (!Def->isSubClassOf("Predicate")) {
786 Def->dump();
792 PredicateCheck += "(" + Def->getValueAsString("CondString") + ")";
    [all...]
CodeGenSchedule.cpp 345 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead,
351 if (I->TheDef == Def)
739 PrintFatalError(InstRWDef->getLoc(), "Overlapping InstRW def " +
743 assert(*RI != InstRWDef && "SchedClass has duplicate InstRW def");
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 362 #include "clang/AST/BuiltinTypes.def"
    [all...]
CGObjCMac.cpp     [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 83 cl::desc("Disable physreg def-use affinity"));
507 /// Call ReleasePred for each predecessor, then update register live def/gen.
557 SUnit *Def = &SUnits[N->getNodeId()];
558 CallSeqEndForStart[Def] = SU;
561 LiveRegDefs[CallResource] = Def;
735 // two-address node as a live range def.
855 // This becomes the nearest def. Note that an earlier def may still be
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 103 #include "clang/Basic/LangOptions.def"
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
Antlr.Runtime.Tree.pas     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 284 ValueDecl *VD, bool def=false);
    [all...]
RewriteModernObjC.cpp 324 ValueDecl *VD, bool def=false);
    [all...]
  /external/clang/include/clang/AST/
Type.h 106 #include "clang/AST/TypeNodes.def"
    [all...]

Completed in 2563 milliseconds

1 2 34 5