Searched refs:getImpl (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/VMCore/
H A DPassRegistry.cpp64 void *PassRegistry::getImpl() const { function in class:PassRegistry
88 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
95 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
107 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
124 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
136 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
169 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
184 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
190 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
203 PassRegistryImpl *Impl = static_cast<PassRegistryImpl*>(getImpl());
[all...]
H A DConstants.cpp2137 /// getImpl - This is the underlying implementation of all of the
2141 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) {
2217 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2222 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty);
2227 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2232 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2237 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty);
2242 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty);
2270 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty);
2275 return getImpl(StringRe
[all...]
/external/llvm/include/llvm/
H A DPassRegistry.h35 void *getImpl() const;
H A DConstants.h553 static Constant *getImpl(StringRef Bytes, Type *Ty);
/external/clang/lib/Analysis/
H A DLiveVariables.cpp117 static LiveVariablesImpl &getImpl(void *x) { function
184 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D);
188 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D);
192 return getImpl(impl).stmtsToLiveness[Loc].isLive(S);
483 const CFG *cfg = getImpl(impl).analysisContext.getCFG();
485 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs);
584 getImpl(impl).dumpBlockLiveness(M);
/external/guava/guava-tests/test/com/google/common/collect/
H A DMultimapsTest.java536 abstract E getImpl(); method in class:MultimapsTest.CountingSupplier
541 return getImpl();
546 @Override public Queue<Integer> getImpl() { method in class:MultimapsTest.QueueSupplier
588 @Override public LinkedList<Integer> getImpl() { method in class:MultimapsTest.ListSupplier
622 @Override public HashSet<Integer> getImpl() { method in class:MultimapsTest.SetSupplier
653 @Override public TreeSet<Integer> getImpl() { method in class:MultimapsTest.SortedSetSupplier
/external/llvm/lib/Linker/
H A DLinkModules.cpp86 Type *getImpl(Type *T);
222 Elements[i] = getImpl(SrcSTy->getElementType(i));
245 Type *Result = getImpl(Ty);
253 /// getImpl - This is the recursive version of get().
254 Type *TypeMapTy::getImpl(Type *Ty) { function in class:TypeMapTy
272 ElementTypes[i] = getImpl(Ty->getContainedType(i));
/external/icu4c/common/
H A Dnormalizer2impl.h532 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
H A Duprops.cpp606 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc);
H A Dnormalizer2.cpp544 Normalizer2Factory::getImpl(const Normalizer2 *norm2) { function in class:Normalizer2Factory
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 148 milliseconds