HomeSort by relevance Sort by last modified time
    Searched full:returnindex (Results 1 - 22 of 22) sorted by null

  /external/v8/test/webkit/
array-enumerators-functions-expected.txt 41 PASS count=0;lastIndex=-1;copyArray(simpleArray).every(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(simpleArray), forwarders[f], returnIndex, 0)
42 PASS count=0;lastIndex=-1;copyArray(emptyArray).every(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(emptyArray), forwarders[f], returnIndex, 0)
43 PASS count=0;lastIndex=-1;copyArray(largeEmptyArray).every(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(largeEmptyArray), forwarders[f], returnIndex, 0)
44 PASS count=0;lastIndex=-1;copyArray(largeSparseArray).every(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.every.call(toObject(largeSparseArray), forwarders[f], returnIndex, 0)
69 PASS count=0;lastIndex=-1;copyArray(simpleArray).forEach(forwarders[f], returnIndex, 0) is count=0;lastIndex=-1;Array.prototype.forEach.call(toObject(simpleArray), forwarders[f], returnIndex, 0
    [all...]
array-enumerators-functions.js 59 function returnIndex(a, index) { if (lastIndex >= index) throw "Unordered traversal"; lastIndex = index; count++; return index; }
64 var testFunctions = ["returnFalse", "returnTrue", "returnElem", "returnIndex", "increaseLength", "decreaseLength", "halveLength"];
88 if (currentFunc === returnIndex && functionName === "reduceRight")
104 if (currentFunc === returnIndex && functionName === "reduceRight")
136 if (currentFunc === returnIndex && functionName === "reduceRight")
  /external/llvm/unittests/IR/
VerifierTest.cpp 53 F->setAttributes(AS.addAttribute(C, AttributeSet::ReturnIndex,
  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp     [all...]
ArgumentPromotion.cpp 613 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
749 if (CallPAL.hasAttributes(AttributeSet::ReturnIndex))
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 529 AttributeSet::ReturnIndex,
531 AttributeSet::ReturnIndex));
613 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
621 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
630 F->addAttribute(AttributeSet::ReturnIndex, Attribute::ZExt);
706 AttributeSet::ReturnIndex,
708 AttributeSet::ReturnIndex));
    [all...]
  /external/llvm/docs/
HowToUseAttributes.rst 49 at index ``AttributeSet::ReturnIndex``; and the function's parameters'
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 217 /// `AttributeSet::ReturnIndex', and the attributes for the parameters start at
222 ReturnIndex = 0U,
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
Analysis.cpp 539 AttributeSet::ReturnIndex);
541 AttributeSet::ReturnIndex);
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
Attributes.cpp 887 return pImpl && hasAttributes(ReturnIndex) ?
890 std::make_pair(ReturnIndex,
891 getAttributes(ReturnIndex)))) :
    [all...]
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 110 .addAttributes(NewFunc->getContext(), AttributeSet::ReturnIndex,
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 55 if (AttrBuilder(CallerAttrs, AttributeSet::ReturnIndex)
60 if (CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::ZExt) ||
61 CallerAttrs.hasAttribute(AttributeSet::ReturnIndex, Attribute::SExt))
    [all...]
FastISel.cpp 851 return AttributeSet::get(CLI.RetTy->getContext(), AttributeSet::ReturnIndex,
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
CodeGenModule.cpp     [all...]

Completed in 634 milliseconds