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

  /external/clang/include/clang/Basic/
FileManager.h 172 /// \param AtBeginning whether this new stat cache must be installed at the
175 void addStatCache(FileSystemStatCache *statCache, bool AtBeginning = false);
  /external/clang/lib/Basic/
FileManager.cpp 182 bool AtBeginning) {
184 if (AtBeginning || StatCache.get() == 0) {
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 773 bool AtBeginning = (I == BB->begin());
774 if (!AtBeginning) --I;
783 if (AtBeginning) {

Completed in 409 milliseconds