/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | effect.js | 48 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/ |
D | PruneEH.cpp | 96 SCCMightUnwind |= !F->doesNotThrow(); in runOnSCC() 99 bool CheckUnwind = !SCCMightUnwind && !F->doesNotThrow(); in runOnSCC() 188 if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(F)) { in SimplifyFunction()
|
D | FunctionAttrs.cpp | 546 if (F->onlyReadsMemory() && F->doesNotThrow() && in addArgumentAttrs() 967 if (!F.doesNotThrow()) { in setDoesNotThrow()
|
/external/llvm/include/llvm/IR/ |
D | Statepoint.h | 139 bool doesNotThrow() const { in doesNotThrow() function 141 return getCallSite().doesNotThrow() || (F ? F->doesNotThrow() : false); in doesNotThrow()
|
D | Function.h | 318 bool doesNotThrow() const { 366 return hasUWTable() || !doesNotThrow();
|
D | CallSite.h | 350 bool doesNotThrow() const { in doesNotThrow() function 351 CALLSITE_DELEGATE_GETTER(doesNotThrow()); in doesNotThrow()
|
D | Instructions.h | 1732 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); } 3643 bool doesNotThrow() const { return hasFnAttr(Attribute::NoUnwind); }
|
/external/v8/test/promises-aplus/lib/ |
D | assert.js | 92 assert.doesNotThrow = notImplemented;
|
/external/llvm/lib/Analysis/ |
D | CaptureTracking.cpp | 242 if (CS.onlyReadsMemory() && CS.doesNotThrow() && I->getType()->isVoidTy()) in PointerMayBeCaptured()
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 196 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()
|
D | CodeExtractor.cpp | 351 if (oldFunction->doesNotThrow()) in constructFunction()
|
D | Local.cpp | 1314 } else if (II->doesNotThrow() && canSimplifyInvokeNoUnwind(&F)) { in markAliveBlocks()
|
/external/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 437 if (CI->doesNotThrow()) in addStateStores()
|
/external/llvm/lib/IR/ |
D | Instruction.cpp | 473 return !CI->doesNotThrow(); in mayThrow()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | EHStreamer.cpp | 184 MarkedNoUnwind = F->doesNotThrow(); in callToNoUnwindFunction()
|
/external/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 454 if (!CI->doesNotThrow()) in setupEntryBlockAndCallSites()
|
D | WinEHPrepare.cpp | 794 if (CalledFn && CalledFn->isIntrinsic() && CS.doesNotThrow()) in removeImplausibleInstructions()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 691 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/ |
D | CodeGenFunction.cpp | 1016 if (!CurFn->doesNotThrow()) in GenerateCode()
|
D | CGCall.cpp | 3073 if (CalleeFn && CalleeFn->isIntrinsic() && CalleeFn->doesNotThrow()) in getBundlesForFunclet()
|
D | CGObjCMac.cpp | 3804 if (CS.doesNotThrow()) continue; in emitHazardsInNewBlocks()
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/chai/ |
D | chai.js | 3259 assert.doesNotThrow = function (fn, type, msg) { function
|
/external/chromium-trace/catapult/tracing/third_party/chai/ |
D | chai.js | 1 …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/ |
D | chai.js | 1 …ar n=new Assertion(e,i).to.Throw(t,r);return flag(n,"object")},assert.doesNotThrow=function(e,t,r)… function
|