Home
last modified time | relevance | path

Searched refs:Throws (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/CodeGenCXX/
Dnew-array-init-exceptions.cpp4 struct Throws { struct
5 Throws(int);
6 Throws();
7 ~Throws();
20 new Throws[n] { 1, 2, 3 }; in cleanup()
36 new Throws[3] { 1, 2, 3 }; in cleanup()
/external/llvm/include/llvm/IR/
DIntrinsicsSystemZ.td32 [IntrNoReturn, Throws]>;
DIntrinsics.td50 // Throws - This intrinsic can throw.
51 def Throws : IntrinsicProperty;
511 [Throws]>;
516 [Throws]>;
521 [Throws]>;
DIntrinsicsHexagon.td467 [IntrNoMem, Throws]>;
523 [IntrNoMem, Throws]>;
530 [IntrNoMem, Throws]>;
537 [IntrNoMem, Throws]>;
552 [IntrNoMem, Throws]>;
561 [IntrNoMem, Throws]>;
576 [IntrNoMem, Throws]>;
604 [IntrNoMem, Throws]>;
611 [IntrNoMem, Throws]>;
618 [IntrNoMem, Throws]>;
[all …]
/external/clang/include/clang/AST/
DCommentCommands.td113 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
/external/doclava/res/assets/templates/
Dmacros.cs274 <h5 class="jd-tagtitle">Throws</h5>
/external/antlr/antlr-3.4/tool/
DCHANGES.txt1150 overflow etc... Throws exceptions now, which cleans up a bunch of IF