Searched defs:IR (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp11 template<int &ip> struct IR {}; struct
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
/external/llvm/unittests/IR/
H A DPassManagerTest.cpp1 //===- llvm/unittest/IR/PassManager.cpp - PassManager tests ---------------===//
11 #include "llvm/IR/Function.h"
12 #include "llvm/IR/LLVMContext.h"
13 #include "llvm/IR/Module.h"
14 #include "llvm/IR/PassManager.h"
173 std::unique_ptr<Module> parseIR(const char *IR) { argument
176 return parseAssemblyString(IR, Err, C);
/external/llvm/include/llvm/IR/
H A DPassManager.h13 /// which supports a method to 'run' it over a unit of IR can be used as
15 /// which run over a particular IR construct, and run each of them in sequence
16 /// over each such construct in the containing IR construct. As there is no
17 /// containing IR construct for a Module, a manager for passes over modules
21 /// The core IR library provides managers for running passes over
44 #include "llvm/IR/Function.h"
45 #include "llvm/IR/Module.h"
46 #include "llvm/IR/PassManagerInternal.h"
68 /// the IR is not mutated at all.
169 /// \brief Manages a sequence of passes over units of IR
198 run(IRUnitT &IR, AnalysisManager<IRUnitT> *AM = nullptr) argument
312 getResult(IRUnitT &IR) argument
358 invalidate(IRUnitT &IR) argument
361 derived_this()->invalidateImpl(PassT::ID(), IR); local
371 invalidate(IRUnitT &IR, PreservedAnalyses PA) argument
462 getResultImpl(void *PassID, IRUnitT &IR) argument
496 invalidateImpl(void *PassID, IRUnitT &IR) argument
510 invalidateImpl(IRUnitT &IR, PreservedAnalyses PA) argument
[all...]
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h209 void setInReg(bool IR) { argument
211 InReg = IR;
237 void setIndirectRealign(bool IR) { argument
239 IndirectRealign = IR;
/external/clang/include/clang/Basic/
H A DSourceManager.h783 IR = getOrCreateContentCache(SourceFile, local
785 assert(IR && "getOrCreateContentCache() cannot return NULL");
786 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
/external/clang/lib/Basic/
H A DSourceManager.cpp636 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
637 assert(IR && "getOrCreateContentCache() cannot return NULL");
638 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
644 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); local
645 assert(IR && "getOrCreateContentCache() cannot return NULL");
647 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(Buffer, DoNotFree);
648 const_cast<SrcMgr::ContentCache *>(IR)->BufferOverridden = true;
668 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
669 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(nullptr);
670 const_cast<SrcMgr::ContentCache *>(IR)
[all...]
/external/valgrind/VEX/priv/
H A Dhost_tilegx_defs.h157 } IR; member in union:__anon19576::__anon19577
H A Dhost_amd64_defs.h138 } IR; member in union:__anon19072::__anon19073
H A Dhost_mips_defs.h179 } IR; member in union:__anon19357::__anon19358
H A Dhost_x86_defs.h131 } IR; member in union:__anon19620::__anon19621
H A Dhost_ppc_defs.h185 } IR; member in union:__anon19414::__anon19415
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 197 milliseconds