HomeSort by relevance Sort by last modified time
    Searched defs:IR (Results 1 - 9 of 9) sorted by null

  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1-11.cpp 11 template<int &ip> struct IR {};
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 105 HF, TA, W, RE, OS, IR, PT, AU, HG, TL, PB, BI, PO, AT, RN, FR, RA, AC, TH, PA, U, NP, PU,
  /external/clang/include/clang/Basic/
SourceManager.h 781 IR = getOrCreateContentCache(SourceFile,
783 assert(IR && "getOrCreateContentCache() cannot return NULL");
784 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
    [all...]
  /external/clang/lib/Basic/
SourceManager.cpp 647 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
648 assert(IR && "getOrCreateContentCache() cannot return NULL");
649 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
655 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile);
656 assert(IR && "getOrCreateContentCache() cannot return NULL");
658 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
659 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
679 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File);
680 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(nullptr);
681 const_cast<SrcMgr::ContentCache *>(IR)->ContentsEntry = IR->OrigEntry
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 207 } IR;
host_amd64_defs.h 140 } IR;
host_x86_defs.h 128 } IR;
host_ppc_defs.h 216 } IR;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 255 milliseconds