Home
last modified time | relevance | path

Searched refs:doesNotThrow (Results 1 – 24 of 24) sorted by relevance

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Deffect.js48 assert.doesNotThrow(function() {
67 assert.doesNotThrow(function() {
94 assert.doesNotThrow(function() {
128 assert.doesNotThrow(function() {
143 assert.doesNotThrow(function() {
154 assert.doesNotThrow(function() {
166 assert.doesNotThrow(function() {
187 assert.doesNotThrow(function() {
195 assert.doesNotThrow(function() {
203 assert.doesNotThrow(function() {
[all …]
/external/llvm/lib/Transforms/IPO/
DPruneEH.cpp96 SCCMightUnwind |= !F->doesNotThrow(); in runOnSCC()
99 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runOnSCC()
188 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) { in SimplifyFunction()
DFunctionAttrs.cpp546 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs()
967 if (!F.doesNotThrow()) { in setDoesNotThrow()
/external/llvm/include/llvm/IR/
DStatepoint.h139 bool doesNotThrow() const { in doesNotThrow() function
141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
DFunction.h318 bool doesNotThrow() const {
366 return hasUWTable() || !doesNotThrow();
DCallSite.h350 bool doesNotThrow() const { in doesNotThrow() function
351 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
DInstructions.h1732 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
3643 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
/external/v8/test/promises-aplus/lib/
Dassert.js92 assert.doesNotThrow = notImplemented;
/external/llvm/lib/Analysis/
DCaptureTracking.cpp242 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp196 if (!CI || CI->doesNotThrow() || isa<InlineAsm>(CI->getCalledValue())) in HandleCallsInBlockInlinedThroughInvoke()
1053 bool MarkNoUnwind = CS.doesNotThrow(); in InlineFunction()
1437 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in InlineFunction()
DCodeExtractor.cpp351 if (oldFunction->doesNotThrow()) in constructFunction()
DLocal.cpp1314 } else if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(&F)) { in markAliveBlocks()
/external/llvm/lib/Target/X86/
DX86WinEHState.cpp437 if (CI->doesNotThrow()) in addStateStores()
/external/llvm/lib/IR/
DInstruction.cpp473 return !CI->doesNotThrow(); in mayThrow()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp184 MarkedNoUnwind = F->doesNotThrow(); in callToNoUnwindFunction()
/external/llvm/lib/CodeGen/
DSjLjEHPrepare.cpp454 if (!CI->doesNotThrow()) in setupEntryBlockAndCallSites()
DWinEHPrepare.cpp794 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in removeImplausibleInstructions()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp691 if (CI.getParent()->getParent()->doesNotThrow() && in visitCallInst()
692 !CI.doesNotThrow()) { in visitCallInst()
2039 if (isa<InlineAsm>(Callee) && !CS.doesNotThrow()) { in visitCallSite()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp1016 if (!CurFn->doesNotThrow()) in GenerateCode()
DCGCall.cpp3073 if (CalleeFn && CalleeFn->isIntrinsic() && CalleeFn->doesNotThrow()) in getBundlesForFunclet()
DCGObjCMac.cpp3804 if (CS.doesNotThrow()) continue; in emitHazardsInNewBlocks()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/
Dchai.js3259 assert.doesNotThrow = function (fn, type, msg) { function
/external/chromium-trace/catapult/tracing/third_party/chai/
Dchai.js1 …ar n=new Assertion(e,i).to.Throw(t,r);return flag(n,"object")},assert.doesNotThrow=function(e,t,r)… function
/external/chromium-trace/catapult/third_party/chai/
Dchai.js1 …ar n=new Assertion(e,i).to.Throw(t,r);return flag(n,"object")},assert.doesNotThrow=function(e,t,r)… function