Searched refs:Throws (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGenCXX/ |
D | new-array-init-exceptions.cpp | 4 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/ |
D | IntrinsicsSystemZ.td | 32 [IntrNoReturn, Throws]>;
|
D | Intrinsics.td | 50 // Throws - This intrinsic can throw. 51 def Throws : IntrinsicProperty; 511 [Throws]>; 516 [Throws]>; 521 [Throws]>;
|
D | IntrinsicsHexagon.td | 467 [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/ |
D | CommentCommands.td | 113 def Throws : BlockCommand<"throws"> { let IsThrowsCommand = 1; }
|
/external/doclava/res/assets/templates/ |
D | macros.cs | 274 <h5 class="jd-tagtitle">Throws</h5>
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 1150 overflow etc... Throws exceptions now, which cleans up a bunch of IF
|