Searched defs:AtStart (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreFrameLowering.cpp315 bool AtStart = MI == MBB.begin(); local
317 if (!AtStart)
329 if (AtStart)
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp338 bool AtStart = I == MBB->begin(); local
340 if (!AtStart)
356 if (AtStart)
438 bool AtStart = I == MBB->begin(); local
440 if (!AtStart)
455 if (AtStart)
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp2202 bool AtStart = BI == BB->begin(); local
2203 if (!AtStart)
2215 if (AtStart)
/external/clang/include/clang/AST/
H A DDeclObjC.h429 SourceLocation AtStart; member in class:clang::ObjCContainerDecl
439 : NamedDecl(DK, DC, nameLoc, Id), DeclContext(DK), AtStart(atStartLoc) {}
491 SourceLocation getAtStartLoc() const { return AtStart; }
492 void setAtStartLoc(SourceLocation Loc) { AtStart = Loc; }
503 return SourceRange(AtStart, getAtEndRange().getEnd());
/external/v8/src/
H A Djsregexp.h903 static AssertionNode* AtStart(RegExpNode* on_success) { function in class:v8::internal::AssertionNode

Completed in 103 milliseconds