Searched refs:findValue (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Analysis/
H A DLint.cpp101 Value *findValue(Value *V, const DataLayout &DL, bool OffsetOk) const;
208 if (Function *F = dyn_cast<Function>(findValue(Callee, DL,
268 Value *Obj = findValue(*AI, DL, /*OffsetOk=*/true);
297 dyn_cast<ConstantInt>(findValue(MCI->getLength(), DL,
377 findValue(V, F->getParent()->getDataLayout(), /*OffsetOk=*/true);
393 findValue(Ptr, I.getModule()->getDataLayout(), /*OffsetOk=*/true);
502 findValue(I.getOperand(1), I.getModule()->getDataLayout(),
509 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(
516 if (ConstantInt *CI = dyn_cast<ConstantInt>(findValue(
787 findValue(
817 Value *Lint::findValue(Value *V, const DataLayout &DL, bool OffsetOk) const { function in class:Lint
[all...]
H A DLoopAccessAnalysis.cpp812 AccessSets.findValue(AccessSets.getLeaderValue(CurAccess));
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h330 KeyType PDF_DocPageData_FindValue(const CFX_MapPtrTemplate<KeyType, CPDF_CountedObject<ValueType>*> &map, ValueType findValue, CPDF_CountedObject<ValueType>*& findData) argument
336 if (findData->m_Obj == findValue) {
344 FX_BOOL PDF_DocPageData_Release(CFX_MapPtrTemplate<KeyType, CPDF_CountedObject<ValueType>*> &map, KeyType findKey, ValueType findValue, FX_BOOL bForce = FALSE) argument
346 if (!findKey && !findValue) {
351 findKey = PDF_DocPageData_FindValue<KeyType, ValueType>(map, findValue, findData);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
H A DProperties.java209 public Object findValue(String propertyName) { method in class:Properties
216 Object v = p.findValue(propertyName);
/external/llvm/include/llvm/ADT/
H A DEquivalenceClasses.h157 /// findValue - Return an iterator to the specified value. If it does not
159 iterator findValue(const ElemTy &V) const { function in class:llvm::EquivalenceClasses
/external/chromium-trace/trace-viewer/third_party/Paste/paste/evalexception/media/
H A DMochiKit.packed.js884 },findValue:function(lst,_127,_128,end){
1028 MochiKit.Base.EXPORT=["flattenArray","noop","camelize","counter","clone","extend","update","updatetree","setdefault","keys","values","items","NamedError","operator","forwardCall","itemgetter","typeMatcher","isCallable","isUndefined","isUndefinedOrNull","isNull","isEmpty","isNotEmpty","isArrayLike","isDateLike","xmap","map","xfilter","filter","methodcaller","compose","bind","bindLate","bindMethods","NotFound","AdapterRegistry","registerComparator","compare","registerRepr","repr","objEqual","arrayEqual","concat","keyComparator","reverseKeyComparator","partial","merge","listMinMax","listMax","listMin","objMax","objMin","nodeWalk","zip","urlEncode","queryString","serializeJSON","registerJSON","evalJSON","parseQueryString","findValue","findIdentical","flattenArguments","method","average","mean","median"];
1043 m.find=m.findValue;
3764 _3e5.push("MochiKit.Base.findValue("+_3f1(" ")+", "+repr(_3ef.value)+") > -1");
3812 return MochiKit.Base.findValue(["input","button","select","option","textarea","object"],_3fd.tagName.toLowerCase())>-1;
4023 if(/Opera/.test(navigator.userAgent)&&(MochiKit.Base.findValue(["left","top","right","bottom"],_421)!=-1)){
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 335 milliseconds