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"
168 Module *parseIR(const char *IR) { argument
171 return ParseAssemblyString(IR, nullptr, 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"
64 /// the IR is not mutated at all.
168 /// \brief The polymorphic API which runs the pass over a given IR entity.
173 virtual PreservedAnalyses run(IRUnitT IR, AnalysisManager
595 getResult(IRUnitT IR) argument
651 invalidate(IRUnitT IR, const PreservedAnalyses &PA) argument
[all...]
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h205 void setInReg(bool IR) { argument
207 InReg = IR;
233 void setIndirectRealign(bool IR) { argument
235 IndirectRealign = IR;
/external/clang/include/clang/Basic/
H A DSourceManager.h781 IR = getOrCreateContentCache(SourceFile, local
783 assert(IR && "getOrCreateContentCache() cannot return NULL");
784 return createFileID(IR, IncludePos, FileCharacter, LoadedID, LoadedOffset);
/external/clang/lib/Basic/
H A DSourceManager.cpp647 const SrcMgr::ContentCache *IR = getOrCreateContentCache(File); local
648 assert(IR && "getOrCreateContentCache() cannot return NULL");
649 return IR->getBuffer(Diag, *this, SourceLocation(), Invalid);
655 const SrcMgr::ContentCache *IR = getOrCreateContentCache(SourceFile); local
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); local
680 const_cast<SrcMgr::ContentCache *>(IR)->replaceBuffer(nullptr);
681 const_cast<SrcMgr::ContentCache *>(IR)
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.h207 } IR; member in union:__anon31920::__anon31921
H A Dhost_amd64_defs.h140 } IR; member in union:__anon31655::__anon31656
H A Dhost_x86_defs.h128 } IR; member in union:__anon32137::__anon32138
H A Dhost_ppc_defs.h216 } IR; member in union:__anon31976::__anon31977
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2973 milliseconds