Home
last modified time | relevance | path

Searched refs:getImpl (Results 1 – 25 of 43) sorted by relevance

12

/external/llvm/lib/IR/
DDebugInfoMetadata.cpp41 DILocation *DILocation::getImpl(LLVMContext &Context, unsigned Line, in getImpl() function in DILocation
176 GenericDINode *GenericDINode::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in GenericDINode
231 DISubrange *DISubrange::getImpl(LLVMContext &Context, int64_t Count, int64_t Lo, in getImpl() function in DISubrange
237 DIEnumerator *DIEnumerator::getImpl(LLVMContext &Context, int64_t Value, in getImpl() function in DIEnumerator
246 DIBasicType *DIBasicType::getImpl(LLVMContext &Context, unsigned Tag, in getImpl() function in DIBasicType
258 DIDerivedType *DIDerivedType::getImpl( in getImpl() function in DIDerivedType
273 DICompositeType *DICompositeType::getImpl( in getImpl() function in DICompositeType
293 DISubroutineType *DISubroutineType::getImpl(LLVMContext &Context, in getImpl() function in DISubroutineType
302 DIFile *DIFile::getImpl(LLVMContext &Context, MDString *Filename, in getImpl() function in DIFile
312 DICompileUnit *DICompileUnit::getImpl( in getImpl() function in DICompileUnit
[all …]
DConstants.cpp926 if (Constant *C = getImpl(Ty, V)) in get()
931 Constant *ConstantArray::getImpl(ArrayType *Ty, ArrayRef<Constant*> V) { in getImpl() function in ConstantArray
1045 if (Constant *C = getImpl(V)) in get()
1051 Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) { in getImpl() function in ConstantVector
2415 Constant *ConstantDataSequential::getImpl(StringRef Elements, Type *Ty) { in getImpl() function in ConstantDataSequential
2490 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*1), Ty); in get()
2495 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*2), Ty); in get()
2500 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty); in get()
2505 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*8), Ty); in get()
2510 return getImpl(StringRef(const_cast<char *>(Data), Elts.size()*4), Ty); in get()
[all …]
DAttributes.cpp614 AttributeSet::getImpl(LLVMContext &C, in getImpl() function in AttributeSet
668 return getImpl(C, AttrPairVec); in get()
678 return getImpl(C, Attrs); in get()
758 return getImpl(C, AttrNodeVec); in get()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h26 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Distinct); \
31 getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Temporary)); \
35 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued); \
39 return getImpl(Context, DEFINE_MDNODE_GET_UNPACK(ARGS), Uniqued, \
262 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
265 return getImpl(Context, Tag, getCanonicalMDString(Context, Header),
269 static GenericDINode *getImpl(LLVMContext &Context, unsigned Tag,
331 static DISubrange *getImpl(LLVMContext &Context, int64_t Count,
369 static DIEnumerator *getImpl(LLVMContext &Context, int64_t Value,
372 return getImpl(Context, Value, getCanonicalMDString(Context, Name), Storage,
[all …]
DMetadata.h992 static MDTuple *getImpl(LLVMContext &Context, ArrayRef<Metadata *> MDs,
1005 return getImpl(Context, MDs, Uniqued);
1008 return getImpl(Context, MDs, Uniqued, /* ShouldCreate */ false);
1015 return getImpl(Context, MDs, Distinct);
1025 return TempMDTuple(getImpl(Context, MDs, Temporary));
DConstants.h371 static Constant *getImpl(ArrayType *T, ArrayRef<Constant *> V);
476 static Constant *getImpl(ArrayRef<Constant *> V);
580 static Constant *getImpl(StringRef Bytes, Type *Ty);
DAttributes.h199 static AttributeSet getImpl(LLVMContext &C,
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/
DIndicIMDescriptor.java25 protected abstract IndicInputMethodImpl getImpl(); in getImpl() method in IndicIMDescriptor
51 return new IndicInputMethod(locale, getImpl()); in createInputMethod()
DTamilInputMethodDescriptor.java23 protected IndicInputMethodImpl getImpl() { in getImpl() method in TamilInputMethodDescriptor
DMalayalamInputMethodDescriptor.java23 protected IndicInputMethodImpl getImpl() { in getImpl() method in MalayalamInputMethodDescriptor
DTeluguInputMethodDescriptor.java23 protected IndicInputMethodImpl getImpl() { in getImpl() method in TeluguInputMethodDescriptor
DKannadaInputMethodDescriptor.java23 protected IndicInputMethodImpl getImpl() { in getImpl() method in KannadaInputMethodDescriptor
DGujaratiInputMethodDescriptor.java23 protected IndicInputMethodImpl getImpl() { in getImpl() method in GujaratiInputMethodDescriptor
DGurmukhiInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in GurmukhiInputMethodDescriptor
DOriyaInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in OriyaInputMethodDescriptor
DBengaliInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in BengaliInputMethodDescriptor
DDevanagariInputMethodDescriptor.java25 protected IndicInputMethodImpl getImpl() { in getImpl() method in DevanagariInputMethodDescriptor
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
DExecutionListBenchmark.java56 Object getImpl(); in getImpl() method
72 @Override public Object getImpl() { in newExecutionList() method
90 @Override public Object getImpl() { in newExecutionList() method
108 @Override public Object getImpl() { in newExecutionList() method
126 @Override public Object getImpl() {
144 @Override public Object getImpl() {
192 return list.getImpl();
/external/clang/lib/Analysis/
DLiveVariables.cpp111 static LiveVariablesImpl &getImpl(void *x) { in getImpl() function
178 return isAlwaysAlive(D) || getImpl(impl).blocksEndToLiveness[B].isLive(D); in isLive()
182 return isAlwaysAlive(D) || getImpl(impl).stmtsToLiveness[S].isLive(D); in isLive()
186 return getImpl(impl).stmtsToLiveness[Loc].isLive(S); in isLive()
473 const CFG *cfg = getImpl(impl).analysisContext.getCFG(); in runOnAllBlocks()
475 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
565 getImpl(impl).dumpBlockLiveness(M); in dumpBlockLiveness()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMultimapsTest.java460 abstract E getImpl(); in getImpl() method in MultimapsTest.CountingSupplier
465 return getImpl(); in get()
470 @Override public Queue<Integer> getImpl() { in getImpl() method in MultimapsTest.QueueSupplier
479 public Set<Integer> getImpl() { in testNewMultimapWithCollectionRejectingNegativeElements()
480 final Set<Integer> backing = super.getImpl(); in testNewMultimapWithCollectionRejectingNegativeElements()
548 @Override public LinkedList<Integer> getImpl() { in getImpl() method in MultimapsTest.ListSupplier
572 @Override public Set<Integer> getImpl() { in getImpl() method in MultimapsTest.SetSupplier
593 @Override public TreeSet<Integer> getImpl() { in getImpl() method in MultimapsTest.SortedSetSupplier
/external/guava/guava-tests/test/com/google/common/collect/
DMultimapsTest.java561 abstract E getImpl(); in getImpl() method in MultimapsTest.CountingSupplier
566 return getImpl(); in get()
571 @Override public Queue<Integer> getImpl() { in getImpl() method in MultimapsTest.QueueSupplier
580 public Set<Integer> getImpl() { in testNewMultimapWithCollectionRejectingNegativeElements()
581 final Set<Integer> backing = super.getImpl(); in testNewMultimapWithCollectionRejectingNegativeElements()
659 @Override public LinkedList<Integer> getImpl() { in getImpl() method in MultimapsTest.ListSupplier
693 @Override public Set<Integer> getImpl() { in getImpl() method in MultimapsTest.SetSupplier
724 @Override public TreeSet<Integer> getImpl() { in getImpl() method in MultimapsTest.SortedSetSupplier
/external/opencv3/modules/core/include/opencv2/core/
Dutility.hpp62 CV_EXPORTS int getImpl(std::vector<int> &impl, std::vector<String> &funName);
/external/icu/icu4c/source/common/
Dnormalizer2.cpp252 Normalizer2Factory::getImpl(const Normalizer2 *norm2) { in getImpl() function in Normalizer2Factory
Dnormalizer2impl.h631 static const Normalizer2Impl *getImpl(const Normalizer2 *norm2);
Duprops.cpp582 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc); in u_getFC_NFKC_Closure()

12